mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-18 15:04:53 -05:00
UI: Fix compiler warning when WIN32 is not defined
Fix unused parameter warning.
This commit is contained in:
@@ -202,6 +202,8 @@ bool OBSBasicInteraction::nativeEvent(const QByteArray &, void *message, long *)
|
||||
display->OnDisplayChange();
|
||||
}
|
||||
}
|
||||
#else
|
||||
UNUSED_PARAMETER(message);
|
||||
#endif
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user