On Wed, Sep 25, 2013 at 07:55:27AM -0400, Alex Smith wrote:
> On Wed, Sep 25, 2013 at 7:00 AM, Diego Biurrun <di...@biurrun.de> wrote:
> > On Tue, Sep 24, 2013 at 11:18:10AM -0400, Alex Smith wrote:
> >> The latest icl silently ignores certain -W* options.  This is
> >> effectively a nop on older icl/msvc versions.
> >> --- a/configure
> >> +++ b/configure
> >> @@ -2390,9 +2390,9 @@ msvc_common_flags(){
> >>              # In addition to specifying certain flags under the compiler
> >>              # specific filters, they must be specified here as well or 
> >> else the
> >>              # generic catch all at the bottom will print the original 
> >> flag.
> >> -            -Wall)                ;;
> >>              -std=c99)             ;;
> >>              # Common flags
> >> +            -W*)                  ;;
> >>              -fomit-frame-pointer) ;;
> >>              -g)                   echo -Z7 ;;
> >>              -fno-math-errno)      ;;
> >
> > I don't really understand what you are trying to achieve here and
> > the log message does not enlighten me.
> 
> Instead of issuing a warning (which we then turn into an error) to
> detect unknown command line options, the latest icl just treats them
> as valid but they don't do anything.

So why do you want to filter?

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to