ignore explicit #warnings in compiler tests

Originally committed as revision 5872 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Måns Rullgård 19 years ago
parent b92c61e08c
commit 98a2582f49
  1. 2
      configure

2
configure vendored

@ -214,7 +214,7 @@ add_extralibs(){
} }
check_cmd(){ check_cmd(){
"$@" 2>&1 | tee -a $logfile | { ! grep -q .; } "$@" 2>&1 | tee -a $logfile | { ! grep -E -q -v '#warning|^In file'; }
} }
check_cc(){ check_cc(){

Loading…
Cancel
Save