summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-03 21:33:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-03 21:33:26 +0000
commit9aceb3cfbc7a80bd9b0c324597933676bb2ca4ad (patch)
treea75147a5370e589fe85a7be7ee0e29ba6217660f /configure
parent704abfec0536699c772f775a23ef814f12797571 (diff)
Make string constants const. Why is this not default?
Originally committed as revision 11835 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 a17bc8445e..8e7bb242e2 100755
--- a/configure
+++ b/configure
@@ -1785,6 +1785,7 @@ check_cflags -Wpointer-arith
check_cflags -Wredundant-decls
check_cflags -Wno-pointer-sign
check_cflags -Wcast-qual
+check_cflags -Wwrite-strings
enabled extra_warnings && check_cflags -Winline
# add some linker flags