Warning fix.

This commit is contained in:
David Given
2021-01-04 20:16:36 +01:00
parent 7f5d96382b
commit 70a6dfd98a

View File

@@ -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)