Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When I activate the /W4 warning level in MSVC 2013 I get the following warning:
warning C4127: conditional expression is constant
The warning appears for all statements that use the LOG4CXX_* macros suchas LOG4CXX_ERROR. I currently get more than 500 if these warnings, which makes identifying more important warnings rather difficult.
Of course I could disable the warning, but if this is something that could be fixed in the log4cxx code then I think that would be a better solution.
Attachments
Issue Links
- is related to
-
LOGCXX-288 Logging statement requires braces around it in an if-else
- Resolved