Lines Matching +full:- +full:werror
29 dnl \file compiler-flags.m4
35 dnl strict warning checking in the compiler (i.e. enable -Werror). Some
36 dnl compilers, e.g. Clang, report unknown -W flags as warnings unless -Werror is
39 dnl the macros below will pass -Werror to the compiler along with any other flag
55 dnl looking for the flag in $3. We use this here to pass -Werror to the
56 dnl flag checks (unless we are checking for -Werror already).
58 if test x"${$4-unset}" = xunset; then
81 _KYUA_FLAG_AUX([$1], [$2], [-Werror], [kyua_$1_has_werror])
82 if test "$3" = "-Werror"; then
87 _KYUA_FLAG_AUX([$1], [$2], [$3], [found], [-Werror])
127 dnl \param 1 Whitespace-separated list of C flags to check.
134 if test -n "${valid_cflags}"; then
148 dnl \param 1 Whitespace-separated list of C flags to check.
155 if test -n "${valid_cxxflags}"; then