1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: add -Werror=implicit-int to avoid missing type of

function declaration.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2016-05-08 00:55:28 +00:00
parent a6e805f75e
commit 644c36e9a6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Sun May 8 08:19:16 2016 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: add -Werror=implicit-int to avoid missing type of
function declaration.
Sat May 7 22:22:37 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is used

View file

@ -826,6 +826,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
-Wno-constant-logical-operand \
-Wno-self-assign \
-Wunused-variable \
-Werror=implicit-int \
-Werror=pointer-arith \
-Werror=write-strings \
-Werror=declaration-after-statement \