C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C4145
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4145
 
     'expression1' : relational expression as switch expression; possible
     confusion with 'expression2'
 
     The given relational expression <expression1> was used as the
     control expression of a switch statement. The associated case
     statements will be offered boolean values.
 
     The given expression <expression2> is a suggested case expression.
 
     This warning is informational.
                                    -♦-