mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 06:02:22 +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
|
||||
bool util_isatty(FILE *file) {
|
||||
(void)file;
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue