Commit 98a2582f authored by Måns Rullgård's avatar Måns Rullgård

ignore explicit #warnings in compiler tests

Originally committed as revision 5872 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b92c61e0
...@@ -214,7 +214,7 @@ add_extralibs(){ ...@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment