aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-12 20:01:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-12 20:01:22 +0200
commit5d790cdb9ee28f1f72d49f80fdbb257ba5258ab8 (patch)
treee085f7c470cb0e7116e94e31201517664c987afa
parentbb015b519e29a125b794bf1a5e18c422bcb4090c (diff)
parentc98d164a6a2c3d93bfb10d44c946bc3ed56f14e7 (diff)
downloadffmpeg-5d790cdb9ee28f1f72d49f80fdbb257ba5258ab8.tar.gz
Merge commit 'c98d164a6a2c3d93bfb10d44c946bc3ed56f14e7' into release/0.10
* commit 'c98d164a6a2c3d93bfb10d44c946bc3ed56f14e7': configure: Check for -Werror parameters on clang Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b65cefe02c..23a5174212 100755
--- a/configure
+++ b/configure
@@ -3376,6 +3376,8 @@ elif enabled clang; then
check_cflags -mllvm -stack-alignment=16
check_cflags -Qunused-arguments
check_cflags -Werror=return-type
+ check_cflags -Werror=implicit-function-declaration
+ check_cflags -Werror=missing-prototypes
elif enabled armcc; then
# 2523: use of inline assembler is deprecated
add_cflags -W${armcc_opt},--diag_suppress=2523