mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 12:41:40 +00:00
make mingw compatable
This commit is contained in:
parent
8b78d845df
commit
e2798548a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(__GNUC__)
|
||||
// disable data conversion warnings
|
||||
// FIXME: move that somewhere else -- yan
|
||||
#pragma warning(disable : 4244) // MIPS
|
||||
|
|
Loading…
Reference in a new issue