From 9aceb3cfbc7a80bd9b0c324597933676bb2ca4ad Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 3 Feb 2008 21:33:26 +0000 Subject: [PATCH] Make string constants const. Why is this not default? Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) 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