Make string constants const. Why is this not default?

Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 17 years ago
parent 704abfec05
commit 9aceb3cfbc
  1. 1
      configure

1
configure vendored

@ -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

Loading…
Cancel
Save