mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: warnflags
* configure.in (warnflags): needs to check configuration with strict options. [ruby-dev:46105] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
59383b1f9c
commit
c278c84692
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,7 @@ if test "$GCC" = yes; then
|
|||
[
|
||||
# ANSI (no XCFLAGS because this is C only)
|
||||
RUBY_TRY_CFLAGS(-ansi -std=iso9899:199409, [
|
||||
RUBY_APPEND_OPTION(warnflags, -ansi -std=iso9899:199409)
|
||||
RUBY_APPEND_OPTION(strict_warnflags, -ansi -std=iso9899:199409)
|
||||
])
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue