This is the mail archive of the gcc-help@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]

Disabling warning: suggest parentheses around && within ||


Is there a way to have -Wall without all the
"warning: suggest parentheses around && within ||" noise ?

-Wno-parentheses works, and seems to be supported at least as far
back as GCC 2.95, but probably also disables other, potentially
useful, warnings.

Thanks in advance.

-- 
André Majorel <URL:http://www.teaser.fr/~amajorel/>


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