mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 00:19:51 +00:00
Fix a warning in the sdl2 conftest
The argv variable was unused. The build still succeeded, but GCC emited a warning about it.
This commit is contained in:
parent
5ec648a1b2
commit
c7acbd243a
@ -22,7 +22,7 @@
|
||||
#error SDL is too old!
|
||||
#endif
|
||||
|
||||
int main(int, char** argv)
|
||||
int main(int, char**)
|
||||
{
|
||||
SDL_Init(0);
|
||||
SDL_Quit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user