[FFmpeg-cvslog] r11699 - trunk/configure
Måns Rullgård
mans
Fri Feb 1 10:21:43 CET 2008
michael <subversion at mplayerhq.hu> writes:
> Author: michael
> Date: Fri Feb 1 02:31:49 2008
> New Revision: 11699
>
> Log:
> Warn about casts which remove const.
> Feel free to flame me if you disagree that such code is wrong.
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure (original)
> +++ trunk/configure Fri Feb 1 02:31:49 2008
> @@ -1784,6 +1784,7 @@ check_cflags -Wdisabled-optimization
> check_cflags -Wpointer-arith
> check_cflags -Wredundant-decls
> check_cflags -Wno-pointer-sign
> +check_cflags -Wcast-qual
> enabled extra_warnings && check_cflags -Winline
Isn't this already enabled by -Wall? I agree the warning should be
enabled, of course.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list