From d3aacdebfc18450b32531dadf7d9c2d4091faba6 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Mon, 3 Sep 2012 13:15:34 +0100 Subject: Suppressing warnings revealed by increased level of optimisation and building the mps from mps.c Copied from Perforce Change: 179192 ServerID: perforce.ravenbrook.com --- mps/code/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mps/code/buffer.c') 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, Addr init, Size size) { SegBuf segbuf; - Seg seg; + Seg seg = NULL; /* suppress "may be used uninitialized" */ Arena arena; Bool found; -- cgit v1.2.1