ignore explicit #warnings in compiler tests

Originally committed as revision 5872 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-07-31 18:58:56 +00:00
parent b92c61e08c
commit 98a2582f49

2
configure vendored
View File

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