1194
1200
if test "$ac_warn_pedantic" = "yes"
1198
1202
GCC_WARNINGS="${GCC_WARNINGS} -std=gnu99 -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls "
1199
1203
GXX_WARNINGS="${GXX_WARNINGS} -std=gnu++98 -pedantic -Wundef -Wredundant-decls "
1202
1212
if test "$ac_warn_fail" = "yes"
1204
1214
GCC_WARNINGS="${GCC_WARNINGS} -Werror"