Lines Matching refs:ERROR_ON_WARNING
6718 yes | y) ERROR_ON_WARNING="yes" ;;6719 no | n) ERROR_ON_WARNING="no" ;;6728 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then6736 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then6737 ERROR_ON_WARNING=yes6741 if test "${ERROR_ON_WARNING}" = yes ; then