Probable fix for a unused parameter warning on Mac OS X
This commit is contained in:
parent
b3adb84c48
commit
226dbf7111
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ std::string copy_from_clipboard(const bool)
|
|||
return "";
|
||||
}
|
||||
|
||||
void handle_system_event(const SDL_Event& event)
|
||||
void handle_system_event(const SDL_Event& /*event*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue