]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Get rid of a warning on Windows terencehill/warning_removal
authorterencehill <piuntn@gmail.com>
Fri, 23 Jun 2017 14:21:22 +0000 (16:21 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 23 Jun 2017 14:21:22 +0000 (16:21 +0200)
util.cpp

index ead50dda137a18e3e5ae67b85601a34d9cf867f7..fa18d04c9857ceba78c7cbfbd3e1ad6e09e6d24b 100644 (file)
--- a/util.cpp
+++ b/util.cpp
@@ -670,6 +670,7 @@ bool util_isatty(FILE *file) {
 }
 #else
 bool util_isatty(FILE *file) {
+    (void)file;
     return false;
 }
 #endif