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

Check old-style definitions

This commit is contained in:
Nobuyoshi Nakada 2021-10-27 13:19:52 +09:00
parent 219f54152a
commit 5ff47e0c8a
Notes: git 2021-10-27 16:28:30 +09:00

View file

@ -636,6 +636,7 @@ AS_CASE(["$GCC:${warnflags+set}:${extra_warnflags:+set}:"],
-Werror=pointer-arith \
-Werror=shorten-64-to-32 \
-Werror=write-strings \
-Werror=old-style-definition \
-Wimplicit-fallthrough=0 \
-Wmissing-noreturn \
-Wno-cast-function-type \