Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-10-23 16:10:01 +0300
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-10-23 16:10:45 +0300
commit8738885c7d650278d91331e2355743059ab2e646 (patch)
tree518ad927e84b954115ec332221913bea10dbd3b1
parente6a93e59adeea1c140f2ef63e4055a15823bfeda (diff)
Revert "configure: add -Wstrict-prototypes when available"
This reverts commit e6a93e59adeea1c140f2ef63e4055a15823bfeda, Wstrict-prototypes is already enabled. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 276ec30e70..a38b290693 100755
--- a/configure
+++ b/configure
@@ -5637,7 +5637,6 @@ disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -
enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
# add some useful compiler flags if supported
-check_cflags -Wstrict-prototypes
check_cflags -Wdeclaration-after-statement
check_cflags -Wall
check_cflags -Wdisabled-optimization