diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-10-28 12:45:04 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-10-29 11:36:00 +0100 |
commit | dcd3eda6cb8884beeb67ef5eb61b4bb6b01d29ea (patch) | |
tree | cc5107a44862abba23949003e768e1ad51fd228b | |
parent | cd43ca0443a298ab8cf9f9567c568f83b67b656c (diff) | |
download | ffmpeg-dcd3eda6cb8884beeb67ef5eb61b4bb6b01d29ea.tar.gz |
configure: Move gcc-only -W option where it belongs
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3907,7 +3907,6 @@ check_cflags -Wundef check_cflags -Wmissing-prototypes check_cflags -Wstrict-prototypes enabled extra_warnings && check_cflags -Winline -enabled extra_warnings || check_cflags -Wno-maybe-uninitialized # add some linker flags check_ldflags -Wl,--warn-common @@ -3999,6 +3998,7 @@ elif enabled gcc; then check_cflags -Werror=return-type check_cflags -Werror=declaration-after-statement check_cflags -Werror=vla + enabled extra_warnings || check_cflags -Wno-maybe-uninitialized elif enabled llvm_gcc; then check_cflags -mllvm -stack-alignment=16 elif enabled clang; then |