(C4099) Textual subroutines using uninitialized local variables
SubroutineF1
is defined to be a function with input parameterX
that returns an integerY
and has two local variables (A
andB
) defined:In this case,B
is used before it is initialized.