projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163c4b9
)
Get rid of a warning on Windows
terencehill/warning_removal
author
terencehill <piuntn@gmail.com>
Fri, 23 Jun 2017 14:21:22 +0000
(16:21 +0200)
committer
terencehill <piuntn@gmail.com>
Fri, 23 Jun 2017 14:21:22 +0000
(16:21 +0200)
util.cpp
patch
|
blob
|
history
diff --git
a/util.cpp
b/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