We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e805f commit 644c36eCopy full SHA for 644c36e
ChangeLog
@@ -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
6
Sat May 7 22:22:37 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
7
8
* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is used
configure.in
@@ -826,6 +826,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
826
-Wno-constant-logical-operand \
827
-Wno-self-assign \
828
-Wunused-variable \
829
+ -Werror=implicit-int \
830
-Werror=pointer-arith \
831
-Werror=write-strings \
832
-Werror=declaration-after-statement \
0 commit comments