This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug c++/70065] Add a new option to suppress a warnings about operators priority


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70065

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Wait, so what is wrong with this?
warning: suggest parentheses around â&&â within â||â [-Wparentheses]
You can use -Wno-parentheses to disable that warning.

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