Home | History | Annotate | Download | only in bfd

Lines Matching refs:ERROR_ON_WARNING

12266      yes | y) ERROR_ON_WARNING="yes" ;;
12267 no | n) ERROR_ON_WARNING="no" ;;
12276 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12284 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12285 ERROR_ON_WARNING=yes
12289 if test "${ERROR_ON_WARNING}" = yes ; then