diff options
Diffstat (limited to 'mps/code/buffer.c')
| -rw-r--r-- | mps/code/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/buffer.c b/mps/code/buffer.c index 9b7748c6572..c7dc6edd82e 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c | |||
| @@ -1330,7 +1330,7 @@ static void segBufAttach(Buffer buffer, Addr base, Addr limit, | |||
| 1330 | Addr init, Size size) | 1330 | Addr init, Size size) |
| 1331 | { | 1331 | { |
| 1332 | SegBuf segbuf; | 1332 | SegBuf segbuf; |
| 1333 | Seg seg; | 1333 | Seg seg = NULL; /* suppress "may be used uninitialized" */ |
| 1334 | Arena arena; | 1334 | Arena arena; |
| 1335 | Bool found; | 1335 | Bool found; |
| 1336 | 1336 | ||