Closed
Bug 701699
Opened 14 years ago
Closed 1 year ago
Make C4390 a compiler error.
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: khuey, Unassigned)
References
()
Details
C4390 is the MSVC warning for
if (condition);
statement that you only want executed conditionally;
I posit that this is never the desired behavior.
| Reporter | ||
Comment 1•14 years ago
|
||
Should do C4717 too.
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Compilers will complain now
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•