curl: Disable warnings to avoid changing 3rd party code

Tell MSVC to use its lowest warning level inside curl sources.
This commit is contained in:
Brad King 2014-11-11 08:57:55 -05:00
parent c02c747b85
commit 3dd26463d4
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@
#endif /* HAVE_CONFIG_H */
#if defined(_MSC_VER)
# pragma warning(push,1)
#endif
/* ================================================================ */
/* Definition of preprocessor macros/symbols which modify compiler */
/* behavior or generated code characteristics must be done here, */