Commit fe479a1f authored by mru's avatar mru

ignore explicit #warnings in compiler tests


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 418a4719
...@@ -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