mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro expansion with clang. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a78e0f6c0
commit
8cedcf0ff2
1 changed files with 3 additions and 0 deletions
|
@ -815,6 +815,9 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
|
|||
for wflag in -Wno-unused-parameter -Wno-parentheses -Wno-long-long \
|
||||
-diag-disable=2259 \
|
||||
-Wno-missing-field-initializers \
|
||||
-Wno-tautological-compare \
|
||||
-Wno-parentheses-equality \
|
||||
-Wno-constant-logical-operand \
|
||||
-Wunused-variable \
|
||||
-Werror=pointer-arith \
|
||||
-Werror=write-strings \
|
||||
|
|
Loading…
Add table
Reference in a new issue