1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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.
This commit is contained in:
Daniel Stenberg 2002-08-20 11:46:48 +00:00
parent 87ad7ace18
commit a72d789b08

View File

@ -221,4 +221,7 @@
been initialized */ been initialized */
#pragma warning (disable: 4715) /* ToHour' : not all control paths return a #pragma warning (disable: 4715) /* ToHour' : not all control paths return a
value */ value */
#pragma warning (disable: 4115) /* warning C4115: '_RPC_ASYNC_STATE' : named
type definition in parentheses */
#pragma warning (disable: 4206) /* this does what? */
#endif #endif