From 52fbdcd1f0a6f27b46dfa48efc2c02cb0e0d714a Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 13 Oct 2020 05:23:02 -0700 Subject: [PATCH] DISK: Fix Compiler warning --- sim_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_disk.c b/sim_disk.c index 6e80b779..5f5fb116 100644 --- a/sim_disk.c +++ b/sim_disk.c @@ -1912,7 +1912,7 @@ saved_capac = uptr->capac; uptr->capac = temp_capac; for (part = 0; part < RT11_MAXPARTITIONS; part++) { - uint16 seg_highest; + uint16 seg_highest = 0; int type; base = part << 16;