aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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