Compiler Warning (level 4) C4365
Visual Studio 2012
'action' : conversion from 'type_1' to 'type_2', signed/unsigned mismatch
For example, you tried to convert an unsigned value to a signed value.
C4365 is off by default. For more information, see Compiler Warnings That Are Off by Default.