Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 11 Mar 2019 13:16:39 +0200
From: Dmitry Golovin <dima@...ovin.in>
To: musl <musl@...ts.openwall.com>
Subject: Warnings to be ignored when building musl

I'm building musl 1.1.21 with clang and I get a lot of compiler warnings. I wonder if it's safe to ignore some of them?

Here is a list of warnings I got:
-Wbitwise-op-parentheses
-Wdangling-else
-Wignored-attributes
-Wlogical-op-parentheses
-Wparentheses
-Wshift-op-parentheses
-Wstring-plus-int
-Wunknown-pragmas

Which of them should be ignored when building with clang? What are better be fixed?

Regards,
Dmitry

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.