C6323
Visual Studio 2012
warning C6323 - use of arithmetic operator on Boolean type(s)
This warning occurs if arithmetic operators are used on Boolean data types. Use of incorrect operator might yield incorrect results. It also indicates that the programmer's intent is not reflected in the code.