C6336
Visual Studio 2012
warning C6336: arithmetic operator has precedence over question operator, use parentheses to clarify intent
This warning indicates a possible operator precedence problem. The '+','-','*' and '/' operators have precedence over the '?' operator. If the precedence in the expression is not correct, use parentheses to change the operator precedence.