mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
we ignore the ICC warning 1419 as well
This commit is contained in:
parent
576be36249
commit
7e6043f04f
@ -510,8 +510,10 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS],
|
||||
dnl * 279 warns on static conditions in while expressions
|
||||
dnl * 269 warns on our "%Od" printf formatters for curl_off_t output:
|
||||
dnl "invalid format string conversion"
|
||||
dnl * 1419 warns on "external declaration in primary source file"
|
||||
dnl which we know and do on purpose.
|
||||
|
||||
WARN="-wd279,269"
|
||||
WARN="-wd279,269,1419"
|
||||
|
||||
if test "$gccnum" -gt "600"; then
|
||||
dnl icc 6.0 and older doesn't have the -Wall flag
|
||||
|
Loading…
Reference in New Issue
Block a user