Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 09 Jun 2017 17:10:47 +0300
From: Dmitry Golovin <dima@...ovin.in>
To: musl@...ts.openwall.com
Subject: Proper warning silencing patch for Clang

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
View attachment "0001-add-proper-check-for-clang-supported-optimization-an.patch" of type "text/x-diff" (1245 bytes)

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.