From 27c0886ffbd1065183f21bc94c95234641fe9932 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 23 Jun 2017 16:21:22 +0200 Subject: [PATCH] Get rid of a warning on Windows --- util.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2