Lines Matching refs:ERROR_ON_WARNING
12117 yes | y) ERROR_ON_WARNING="yes" ;;
12118 no | n) ERROR_ON_WARNING="no" ;;
12127 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12135 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12136 ERROR_ON_WARNING=yes
12140 if test "${ERROR_ON_WARNING}" = yes ; then