Probable fix for a unused parameter warning on Mac OS X

This commit is contained in:
Ignacio R. Morelle 2012-01-31 20:38:59 +00:00
parent b3adb84c48
commit 226dbf7111

View file

@ -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*/)
{
}