Home | History | Annotate | Download | only in ld

Lines Matching refs:ERROR_ON_WARNING

15560      yes | y) ERROR_ON_WARNING="yes" ;;
15561 no | n) ERROR_ON_WARNING="no" ;;
15570 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
15578 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
15579 ERROR_ON_WARNING=yes
15583 if test "${ERROR_ON_WARNING}" = yes ; then