else
if test "x$GCC" = "xyes"; then
devcflags="$devcflags \
- -Wshadow \
- -Wpointer-arith \
- -Wcast-qual \
+ -W \
-Wcast-align \
- -Wwrite-strings \
- -Wstrict-prototypes \
- -Wmissing-prototypes \
+ -Wcast-qual \
+ -Wformat-nonliteral \
+ -Wformat-security \
+ -Wformat-y2k \
+ -Wformat=2 \
-Wmissing-declarations \
+ -Wmissing-prototypes \
-Wnested-externs \
- -W \
- -Wredundant-decls \
- -Wundef \
- -Wformat-y2k \
- -Wno-missing-field-initializers \
+ -Wno-cast-align \
-Wno-format-extra-args \
-Wno-format-zero-length \
- -Wno-cast-align \
- -Wformat-nonliteral \
- -Wformat-security \
- -Wformat=2 \
+ -Wno-missing-field-initializers \
+ -Wpointer-arith \
+ -Wredundant-decls \
+ -Wshadow \
+ -Wstrict-prototypes \
+ -Wundef \
+ -Wwrite-strings \
$verify_ptr"
INSTALLSTRIP=""
fi
else
if test "x$GCC" = "xyes"; then
devcflags="$devcflags \
- -Wshadow \
- -Wpointer-arith \
- -Wcast-qual \
+ -W \
-Wcast-align \
- -Wwrite-strings \
- -Wstrict-prototypes \
- -Wmissing-prototypes \
+ -Wcast-qual \
+ -Wformat-nonliteral \
+ -Wformat-security \
+ -Wformat-y2k \
+ -Wformat=2 \
-Wmissing-declarations \
+ -Wmissing-prototypes \
-Wnested-externs \
- -W \
- -Wredundant-decls \
- -Wundef \
- -Wformat-y2k \
- -Wno-missing-field-initializers \
+ -Wno-cast-align \
-Wno-format-extra-args \
-Wno-format-zero-length \
- -Wno-cast-align \
- -Wformat-nonliteral \
- -Wformat-security \
- -Wformat=2 \
+ -Wno-missing-field-initializers \
+ -Wpointer-arith \
+ -Wredundant-decls \
+ -Wshadow \
+ -Wstrict-prototypes \
+ -Wundef \
+ -Wwrite-strings \
$verify_ptr"
INSTALLSTRIP=""
fi