summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-21 13:34:02 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-21 13:34:02 +0900
commit83ffa0d8e16cd829dc033d1d567353243845d86a (patch)
tree796ed1ee221aab267a83c5a269660ab947bd914e
parentfa5b7185b5e20752384961c8abd2d51e8622f975 (diff)
merge revision(s) acbc2bdd3030bef997919ce56c5b120cc5e91e8f:
Update the test for [Feature #18615] --- test/mkmf/test_flags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rw-r--r--test/mkmf/test_flags.rb2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/mkmf/test_flags.rb b/test/mkmf/test_flags.rb
index a3596d8e55..b28ac5d672 100644
--- a/test/mkmf/test_flags.rb
+++ b/test/mkmf/test_flags.rb
@@ -25,7 +25,7 @@ class TestMkmf
-Wextra -Wno-unused-parameter -Wno-parentheses
-Wno-long-long -Wno-missing-field-initializers -Wpointer-arith
-Wwrite-strings -Wdeclaration-after-statement
- -Wshorten-64-to-32 -Wimplicit-function-declaration
+ -Wshorten-64-to-32 -Werror-implicit-function-declaration
", generated_flags
ensure
diff --git a/version.h b/version.h
index b7cea696ed..61cf069482 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 124
+#define RUBY_PATCHLEVEL 125
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 10