add -Wold-style-declaration
[deliverable/binutils-gdb.git] / gdb / configure
index ac2ff5f4c658b150badcb46df9981de40f43824d..7e08fba659e91d32205a7e851d035642f6d2b1da 100755 (executable)
@@ -12470,7 +12470,8 @@ build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
 -Wpointer-sign \
 -Wno-unused -Wunused-value -Wunused-function \
 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
--Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type"
+-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
+-Wold-style-declaration"
 
 # Enable -Wno-format by default when using gcc on mingw since many
 # GCC versions complain about %I64.
This page took 0.029131 seconds and 4 git commands to generate.