aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-10-09 00:25:36 +0300
committerLee Salzman <[email protected]>2013-10-09 00:25:36 +0300
commit48571bb05fcdb420da2b0b38cdaf2488bd031d20 (patch)
tree90e438d8137a4b8f1356a71a83e99841b10e7ef2 /include
parent2c5dd69b176f1a3089bc10affc0c65d7fcbbab07 (diff)
downloadenet-48571bb05fcdb420da2b0b38cdaf2488bd031d20.tar.gz
enet-48571bb05fcdb420da2b0b38cdaf2488bd031d20.zip
make VS quiet down about -unsigned
Diffstat (limited to 'include')
-rw-r--r--include/enet/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/enet/win32.h b/include/enet/win32.h
index 40fb803..197dfc0 100644
--- a/include/enet/win32.h
+++ b/include/enet/win32.h
@@ -11,6 +11,7 @@
#pragma warning (disable: 4267) // size_t to int conversion
#pragma warning (disable: 4244) // 64bit to 32bit int
#pragma warning (disable: 4018) // signed/unsigned mismatch
+#pragma warning (disable: 4146) // unary minus operator applied to unsigned type
#endif
#endif