mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
Mark WinMain parameters as unused
This commit is contained in:
@@ -202,5 +202,8 @@ int WINAPI WinMain(HINSTANCE instance, HINSTANCE prevInstance, LPSTR cmdLine,
|
||||
blog(LOG_INFO, "Number of memory leaks: %llu", bnum_allocs());
|
||||
DestroyWindow(hwnd);
|
||||
|
||||
UNUSED_PARAMETER(prevInstance);
|
||||
UNUSED_PARAMETER(cmdLine);
|
||||
UNUSED_PARAMETER(numCmd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user