From: terencehill Date: Fri, 23 Jun 2017 14:21:22 +0000 (+0200) Subject: Get rid of a warning on Windows X-Git-Tag: xonotic-v0.8.5~29^2^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=27c0886ffbd1065183f21bc94c95234641fe9932 Get rid of a warning on Windows --- diff --git a/util.cpp b/util.cpp index ead50dd..fa18d04 100644 --- 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