Commit c740e083 authored by Thilo Borgmann's avatar Thilo Borgmann Committed by Michael Niedermayer

configure: Fail on missing prototypes in check_oc.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 44841528
......@@ -807,7 +807,7 @@ check_oc(){
log check_oc "$@"
cat > $TMPM
log_file $TMPM
check_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPM
check_cmd $cc -Werror=missing-prototypes $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPM
}
check_cpp(){
......
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