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 (and maybe -save-temps option). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
50b014d536
commit
f9afa36fcf
1 changed files with 1 additions and 0 deletions
|
@ -818,6 +818,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
|
|||
-Wno-tautological-compare \
|
||||
-Wno-parentheses-equality \
|
||||
-Wno-constant-logical-operand \
|
||||
-Wno-self-assign \
|
||||
-Wunused-variable \
|
||||
-Werror=pointer-arith \
|
||||
-Werror=write-strings \
|
||||
|
|
Loading…
Reference in a new issue