"Joel E. Denny" <[EMAIL PROTECTED]> writes: > for the current YYUSE definition, I do see this warning: > > warning: logical expression always false: op "&&"
As I understood it, this will happen with ancient lint implementations that don't support CONSTCOND comments; it shouldn't happen with newer lints (unless you ask them to ignore CONSTCOND comments). But it appears my understanding was wrong. Which implementation of lint are you using, and what options are you giving it? How would you tell your 'lint' version to not output that warning? I'd like something that works at the source code level.
