$as_echo "$ax_cv_cc_weverything_flag" >&6; }
if test "x$ax_cv_cc_weverything_flag" = "xyes"; then
- devcflags="$devflags \
+ devcflags="$devcflags \
-W \
-Weverything \
-Wformat=2 \
-Wno-format-pedantic"
else
if test "x$GCC" = "xyes"; then
- devcflags="$devflags \
+ devcflags="$devcflags \
-Wshadow \
-Wpointer-arith \
-Wcast-qual \
dnl #
AX_CC_WEVERYTHING_FLAG
if test "x$ax_cv_cc_weverything_flag" = "xyes"; then
- devcflags="$devflags \
+ devcflags="$devcflags \
-W \
-Weverything \
-Wformat=2 \
-Wno-format-pedantic"
else
if test "x$GCC" = "xyes"; then
- devcflags="$devflags \
+ devcflags="$devcflags \
-Wshadow \
-Wpointer-arith \
-Wcast-qual \