silence gcc warnings
This commit is contained in:
@ -12,7 +12,9 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
/* disable various silly warnings */
|
||||
#ifdef MSVC
|
||||
#pragma warning( disable : 4245 4305 4244 4102 4761 4090 4028 4024)
|
||||
#endif
|
||||
|
||||
typedef __int64 p9_vlong;
|
||||
typedef unsigned __int64 p9_uvlong;
|
||||
|
Reference in New Issue
Block a user