Skip to content
Snippets Groups Projects
Commit a72d789b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 87ad7ace
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment