some Microsoft compiler warnings
src/muse.c(2255) : warning C4702: unreachable code src/options.c(2549) : warning C4702: unreachable code src/restore.c(930) : warning C4701: potentially uninitialized local variable 'stway' used src/sp_lev.c(5118) : warning C4701: potentially uninitialized local variable 'x' used src/sp_lev.c(5118) : warning C4701: potentially uninitialized local variable 'y' used src/trap.c(2979) : warning C4701: potentially uninitialized local variable 'cc' used src/trap.c(2985) : warning C4701: potentially uninitialized local variable 'bcc' used
This commit is contained in:
@@ -910,7 +910,7 @@ rest_stairs(nhfp)
|
||||
NHFILE *nhfp;
|
||||
{
|
||||
int buflen = 0;
|
||||
stairway stway;
|
||||
stairway stway = UNDEFINED_VALUES;
|
||||
int len = 0;
|
||||
|
||||
stairway_free_all();
|
||||
|
||||
Reference in New Issue
Block a user