mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
Make string constants const. Why is this not default?
Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
1
configure
vendored
1
configure
vendored
@ -1785,6 +1785,7 @@ check_cflags -Wpointer-arith
|
|||||||
check_cflags -Wredundant-decls
|
check_cflags -Wredundant-decls
|
||||||
check_cflags -Wno-pointer-sign
|
check_cflags -Wno-pointer-sign
|
||||||
check_cflags -Wcast-qual
|
check_cflags -Wcast-qual
|
||||||
|
check_cflags -Wwrite-strings
|
||||||
enabled extra_warnings && check_cflags -Winline
|
enabled extra_warnings && check_cflags -Winline
|
||||||
|
|
||||||
# add some linker flags
|
# add some linker flags
|
||||||
|
Reference in New Issue
Block a user