mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-08 23:31:56 +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"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) && !defined(__GNUC__)
|
||||||
// disable data conversion warnings
|
// disable data conversion warnings
|
||||||
// FIXME: move that somewhere else -- yan
|
// FIXME: move that somewhere else -- yan
|
||||||
#pragma warning(disable : 4244) // MIPS
|
#pragma warning(disable : 4244) // MIPS
|
||||||
|
|
Loading…
Reference in a new issue