Home | History | Annotate | Download | only in opcodes

Lines Matching refs:ERROR_ON_WARNING

11524      yes | y) ERROR_ON_WARNING="yes" ;;
11525 no | n) ERROR_ON_WARNING="no" ;;
11534 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11542 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11543 ERROR_ON_WARNING=yes
11547 if test "${ERROR_ON_WARNING}" = yes ; then