aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-20 11:46:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-20 11:46:48 +0000
commita72d789b08cfca5727c03f3af953379f75033298 (patch)
tree95af9201584983fc610c6ced868f51ccc018d01b
parent87ad7ace1807dcfbf6aafaceb76b84240e1f88c4 (diff)
Added three more pragmas for MSVC++ compiles.
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist.
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 04c9ca01e..5cf10514d 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -221,4 +221,7 @@
been initialized */
#pragma warning (disable: 4715) /* ToHour' : not all control paths return a
value */
+#pragma warning (disable: 4115) /* warning C4115: '_RPC_ASYNC_STATE' : named
+ type definition in parentheses */
+#pragma warning (disable: 4206) /* this does what? */
#endif