[FFmpeg-devel] [PATCH] -Wundef
Aurelien Jacobs
aurel
Fri Jan 16 01:37:56 CET 2009
M?ns Rullg?rd wrote:
> Aurelien Jacobs <aurel at gnuage.org> writes:
>
> > Hi,
> >
> > Attached patch adds -Wundef flag to compiler, to catch typo in #if or
> > similar situations.
> >
> > Aurel
> >
> > Index: configure
> > ===================================================================
> > --- configure (revision 16611)
> > +++ configure (working copy)
> > @@ -2045,6 +2045,7 @@
> > check_cflags -Wcast-qual
> > check_cflags -Wwrite-strings
> > check_cflags -Wtype-limits
> > +check_cflags -Wundef
> > enabled extra_warnings && check_cflags -Winline
>
> OK
Applied.
Aurel
More information about the ffmpeg-devel
mailing list