Home | History | Annotate | Download | only in fio

Lines Matching refs:werror

63     # Test passed. If this is an --enable-werror build, rerun
64 # the test with -Werror and bail out if it fails. This
67 if test "$werror" != "yes"; then
70 # Don't bother rerunning the compile if we were already using -Werror
72 *-Werror*)
76 echo $cc -Werror "$@" >> config.log
77 $cc -Werror "$@" >> config.log 2>&1 && return $?
78 echo "ERROR: configure test passed without -Werror but failed with -Werror."
81 fatal "You can run configure with --disable-werror to bypass this check."