Compiler Warning (level 1) C4033

'function' must return a value

The given function did not return a value.

Only functions with a return type of void can use the return command without an accompanying return value.

An undefined value will be returned when this function is called.


Send feedback to MSDN.Look here for MSDN Online resources.