diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 23:19:07 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 23:19:07 +0000 |
commit | 1e50348a2a278b208dda906ff4bb5f345614cb91 (patch) | |
tree | 63459bf31c1167bd1097ff226ea26841eba621ea /configure | |
parent | e16c73e67ecea3309ea6c404eda002a8703aecbd (diff) | |
download | ffmpeg-1e50348a2a278b208dda906ff4bb5f345614cb91.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |