Compiler Warning (level 1) C4098

'function' : void function returning a value

A function that was declared with a return type of void contained a return statement that returned a value.

The compiler assumed the function returned a value of type int.