UI: Fix 'unused param' warnings in windows code
This commit is contained in:
@@ -56,6 +56,9 @@ static BOOL CALLBACK OBSMonitorEnumProc(HMONITOR hMonitor, HDC hdcMonitor,
|
||||
rect->top,
|
||||
rect->right - rect->left,
|
||||
rect->bottom - rect->top);
|
||||
|
||||
UNUSED_PARAMETER(hMonitor);
|
||||
UNUSED_PARAMETER(hdcMonitor);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user