silence gcc warnings

This commit is contained in:
Russ Cox
2005-11-07 17:21:23 +00:00
parent 1c8b499228
commit 494adeed0b
6 changed files with 22 additions and 20 deletions

View File

@ -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;