This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] config: Check for and use gcc -Wlogical-op and -Wduplicated-cond.


On Tue, Feb 09, 2016 at 04:12:30PM +0100, Mark Wielaard wrote:
> Both -Wlogical-op and -Wduplicated-cond may produce useful warnings.
> But we have to check them first. Older versions of gcc had a -Wlogical-op
> that warned on some constructs using macros that are not erronious.
> Only GCC6 has -Wduplicated-cond.

I pushed this to master.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]