X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fio%2Fevent.cpp;h=2d5cf3ef2c04af4ad88e6e653da813942306ed17;hb=20d0a76d2519c71009c3b3babec0df27529f8142;hp=6989425e6f00473c4dc2680782048ac9e1ad2ff8;hpb=c2bf905f4b9863fe0f5c876ed00fe298cb95ab6b;p=blank.git diff --git a/src/io/event.cpp b/src/io/event.cpp index 6989425..2d5cf3e 100644 --- a/src/io/event.cpp +++ b/src/io/event.cpp @@ -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; }