Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 23 Jun 2017 15:46:55 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: Proper warning silencing patch for Clang

On Fri, Jun 09, 2017 at 05:10:47PM +0300, Dmitry Golovin wrote:
> Hi!
> 
> This time the patch doesn't break anything. Check for supported
> optimizations is performed using
> "-Werror=ignored-optimization-argument" (clang specific) and also
> "-Qunused-arguments" is added to silence unused argument warnings
> (ignoring unused arguments is default behavior for GCC, but not for
> Clang).
> 
> The patch is attached.
> 
> Regards,
> Dmitry

OK, works fine for me. Committing. I just adjusted the commit message
to fit in ~72 columns.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.