We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ef899 commit 719f728Copy full SHA for 719f728
1 file changed
src/sdl/main.cpp
@@ -40,7 +40,8 @@ static void check_video_driver(const char *name)
40
}
41
42
43
-int main()
+// required to give full function signature for linking on Windows
44
+int main([[maybe_unused]] int argc, [[maybe_unused]] char **argv)
45
{
46
SDL_version v;
47
SDL_GetVersion(&v);
0 commit comments