gcc doesn't realize that dummy is always initialized by the function call
and warns about potential uninitialized use. Silence that by initializing it to null.
Showing
Please
register
or
sign in
to comment
and warns about potential uninitialized use. Silence that by initializing it to null.