HostDev: Squelch unused warning
This commit is contained in:
parent
205663e59e
commit
1b74c55fee
@ -35,6 +35,9 @@ public:
|
|||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
return new WindowsHostDevice(portName, deviceManager);
|
return new WindowsHostDevice(portName, deviceManager);
|
||||||
#else
|
#else
|
||||||
|
(void)portName; // squelch unused warning
|
||||||
|
(void)deviceManager; // squelch unused warning
|
||||||
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user