Merge topic 'update-curl'

3dd26463 curl: Disable warnings to avoid changing 3rd party code
This commit is contained in:
Brad King 2014-11-12 09:35:51 -05:00 committed by CMake Topic Stage
commit 03dad03a54
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, */