mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Warning fix.
This commit is contained in:
@@ -44,6 +44,7 @@ static const char* device_type(int i)
|
||||
case DEV_FLUXENGINE: return "FluxEngine";
|
||||
default: assert(false);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static std::map<std::string, std::unique_ptr<CandidateDevice>> get_candidates(libusb_device** devices, int numdevices)
|
||||
|
||||
Reference in New Issue
Block a user