Commit f7d37c31 authored by diego's avatar diego

Check function prototype in check_asm function to avoid compiler warnings.

patch by Marc Mason, mpeg.blue free fr


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16188 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent af4abc04
......@@ -512,7 +512,7 @@ check_asm(){
asm="$2"
shift 2
check_cc "$@" <<EOF && enable $name || disable $name
int foo(void){ __asm__ volatile($asm); }
void foo(void){ __asm__ volatile($asm); }
EOF
}
......
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