Skip to content

Commit 644c36e

Browse files
committed
* 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
1 parent a6e805f commit 644c36e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Sun May 8 08:19:16 2016 NARUSE, Yui <naruse@ruby-lang.org>
2+
3+
* configure.in: add -Werror=implicit-int to avoid missing type of
4+
function declaration.
5+
16
Sat May 7 22:22:37 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
27

38
* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is used

configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
826826
-Wno-constant-logical-operand \
827827
-Wno-self-assign \
828828
-Wunused-variable \
829+
-Werror=implicit-int \
829830
-Werror=pointer-arith \
830831
-Werror=write-strings \
831832
-Werror=declaration-after-statement \

0 commit comments

Comments
 (0)