Fix compile warnings

This commit is contained in:
Jonas Kvinge
2019-09-19 17:44:14 +02:00
parent 2f3f4f609c
commit defc0ada78
5 changed files with 11 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ QList<DeviceFinder::Device> DirectSoundDeviceFinder::ListDevices() {
BOOL DirectSoundDeviceFinder::EnumerateCallback(LPGUID guid, LPCSTR description, LPCSTR module, LPVOID state_voidptr) {
Q_UNUSED(module);
State *state = reinterpret_cast<State*>(state_voidptr);
Device dev;