]> git.localhorst.tv Git - blank.git/blobdiff - src/io/event.cpp
make gcc nag more
[blank.git] / src / io / event.cpp
index 6989425e6f00473c4dc2680782048ac9e1ad2ff8..2d5cf3ef2c04af4ad88e6e653da813942306ed17 100644 (file)
@@ -399,7 +399,7 @@ ostream &operator <<(ostream &out, const SDL_AudioDeviceEvent &evt) {
 }
 #endif
 
-ostream &operator <<(ostream &out, const SDL_QuitEvent &evt) {
+ostream &operator <<(ostream &out, const SDL_QuitEvent &) {
        out << "quit";
        return out;
 }