Merge topic 'update-curl'
3dd26463
curl: Disable warnings to avoid changing 3rd party code
This commit is contained in:
commit
03dad03a54
|
@ -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, */
|
||||
|
|
Loading…
Reference in New Issue