]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
Fix some mingw warnings
[xonotic/darkplaces.git] / sys_shared.c
index fde91ce36d147a4cf68f511885d2ab85d23557d7..7ce69c3132be521c6173760e6df715c5bc2c6d4e 100644 (file)
 #include "thread.h"
 #include "libcurl.h"
 
-#ifdef WIN32
-       // Microsoft's compiler complains about portable code
-       #pragma warning(disable : 4996)
-#endif
 
 sys_t sys;