summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 23:19:07 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 23:19:07 +0000
commit1e50348a2a278b208dda906ff4bb5f345614cb91 (patch)
tree63459bf31c1167bd1097ff226ea26841eba621ea /configure
parente16c73e67ecea3309ea6c404eda002a8703aecbd (diff)
Error on implicit function declarations
Turning on -Werror=implicit makes implicit function declarations an error with supported compilers. Originally committed as revision 22269 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 428e2d298e..9dd4489699 100755
--- a/configure
+++ b/configure
@@ -2705,6 +2705,7 @@ check_cflags -Wwrite-strings
check_cflags -Wtype-limits
check_cflags -Wundef
check_cflags -Wmissing-prototypes
+check_cflags -Werror=implicit
enabled extra_warnings && check_cflags -Winline
# add some linker flags