We're neither WARNS clean with gcc44 nor with clang.
Reported-by: Saifi Khan <saifi.khan@datasynergy.org>
. if defined(WARNS)
. if ${WARNS} >= 1
CWARNFLAGS += -Wsystem-headers
-. if !defined(NO_WERROR)
+. if !defined(NO_WERROR) && ${CCVER} == "gcc41"
CWARNFLAGS += -Werror
. endif
. endif
. if defined(WFORMAT)
. if ${WFORMAT} > 0
CWARNFLAGS += -Wformat=2 -Wno-format-extra-args
-. if !defined(NO_WERROR)
+. if !defined(NO_WERROR) && ${CCVER} == "gcc41"
CWARNFLAGS += -Werror
. endif
. endif