mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-30 15:41:12 +00:00
Get rid of a warning on Windows
This commit is contained in:
parent
163c4b99a4
commit
27c0886ffb
1 changed files with 1 additions and 0 deletions
1
util.cpp
1
util.cpp
|
@ -670,6 +670,7 @@ bool util_isatty(FILE *file) {
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
bool util_isatty(FILE *file) {
|
bool util_isatty(FILE *file) {
|
||||||
|
(void)file;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue