Added three more pragmas for MSVC++ compiles.
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2002 11:46:48 +0000 (11:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2002 11:46:48 +0000 (11:46 +0000)
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.

lib/config-win32.h

index 04c9ca0..5cf1051 100644 (file)
                                    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