UI: Fix compiler warning when WIN32 is not defined

Fix unused parameter warning.
This commit is contained in:
mvji
2022-04-23 16:12:45 -07:00
committed by Jim
parent a427d69d76
commit 80600c1c26
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -4753,6 +4753,8 @@ bool OBSBasic::nativeEvent(const QByteArray &, void *message, long *)
display->OnDisplayChange();
}
}
#else
UNUSED_PARAMETER(message);
#endif
return false;