mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
GCC provides -Wdiv-by-zero
This commit is contained in:
parent
c00e360bc0
commit
2c25427496
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ AS_CASE(["$GCC:${warnflags+set}:${extra_warnflags:+set}:"],
|
|||
])
|
||||
for wflag in \
|
||||
-Werror=deprecated-declarations \
|
||||
-Werror=division-by-zero \
|
||||
-Werror=division-by-zero -Werror=div-by-zero \
|
||||
-Werror=duplicated-cond \
|
||||
-Werror=implicit-function-declaration \
|
||||
-Werror=implicit-int \
|
||||
|
|
Loading…
Reference in a new issue