mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Merge pull request #177 from xonotic/terencehill/warning_removal
Get rid of a warning on Windows
This commit is contained in:
commit
679e3771de
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