mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sort lines [ci skip]
... for aethetic reasons. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
becdfee6e7
commit
45a89c0a0d
1 changed files with 22 additions and 20 deletions
42
configure.ac
42
configure.ac
|
@ -486,32 +486,34 @@ AS_IF([test "$GCC:${warnflags+set}:no" = yes::no], [
|
||||||
AS_IF([test $icc_version -gt 0], [
|
AS_IF([test $icc_version -gt 0], [
|
||||||
particular_werror_flags=no
|
particular_werror_flags=no
|
||||||
])
|
])
|
||||||
for wflag in -Wno-unused-parameter -Wno-long-long \
|
for wflag in \
|
||||||
-diag-disable=175,188,2259 \
|
|
||||||
-Wno-missing-field-initializers \
|
|
||||||
-Wno-tautological-compare \
|
|
||||||
-Wno-parentheses-equality \
|
|
||||||
-Wno-constant-logical-operand \
|
|
||||||
-Wno-self-assign \
|
|
||||||
-Wno-cast-function-type \
|
|
||||||
-Wunused-variable \
|
|
||||||
-Werror=implicit-int \
|
|
||||||
-Werror=pointer-arith \
|
|
||||||
-Werror=write-strings \
|
|
||||||
-Werror=declaration-after-statement \
|
-Werror=declaration-after-statement \
|
||||||
-Werror=shorten-64-to-32 \
|
|
||||||
-Werror=implicit-function-declaration \
|
|
||||||
-Werror=division-by-zero \
|
|
||||||
-Werror=deprecated-declarations \
|
-Werror=deprecated-declarations \
|
||||||
|
-Werror=division-by-zero \
|
||||||
|
-Werror=duplicated-cond \
|
||||||
|
-Werror=implicit-function-declaration \
|
||||||
|
-Werror=implicit-int \
|
||||||
-Werror=misleading-indentation \
|
-Werror=misleading-indentation \
|
||||||
|
-Werror=pointer-arith \
|
||||||
|
-Werror=restrict \
|
||||||
|
-Werror=shorten-64-to-32 \
|
||||||
|
-Werror=write-strings \
|
||||||
|
-Wimplicit-fallthrough=0 \
|
||||||
|
-Wmissing-noreturn \
|
||||||
|
-Wno-cast-function-type \
|
||||||
|
-Wno-constant-logical-operand \
|
||||||
|
-Wno-long-long \
|
||||||
|
-Wno-missing-field-initializers \
|
||||||
-Wno-overlength-strings \
|
-Wno-overlength-strings \
|
||||||
-Wno-packed-bitfield-compat \
|
-Wno-packed-bitfield-compat \
|
||||||
-Wsuggest-attribute=noreturn \
|
-Wno-parentheses-equality \
|
||||||
|
-Wno-self-assign \
|
||||||
|
-Wno-tautological-compare \
|
||||||
|
-Wno-unused-parameter \
|
||||||
-Wsuggest-attribute=format \
|
-Wsuggest-attribute=format \
|
||||||
-Wmissing-noreturn \
|
-Wsuggest-attribute=noreturn \
|
||||||
-Wimplicit-fallthrough=0 \
|
-Wunused-variable \
|
||||||
-Werror=duplicated-cond \
|
-diag-disable=175,188,2259 \
|
||||||
-Werror=restrict \
|
|
||||||
$extra_warning \
|
$extra_warning \
|
||||||
; do
|
; do
|
||||||
AS_IF([test "$particular_werror_flags" != yes], [
|
AS_IF([test "$particular_werror_flags" != yes], [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue