aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/buffer.c
diff options
context:
space:
mode:
authorRichard Brooksby2012-09-03 13:15:34 +0100
committerRichard Brooksby2012-09-03 13:15:34 +0100
commitd3aacdebfc18450b32531dadf7d9c2d4091faba6 (patch)
tree476da0c7cbbe6139eeb19236401bcb61847a8835 /mps/code/buffer.c
parent5140062cd6f1736f72b328ae0a15dca754629bed (diff)
downloademacs-d3aacdebfc18450b32531dadf7d9c2d4091faba6.tar.gz
emacs-d3aacdebfc18450b32531dadf7d9c2d4091faba6.zip
Suppressing warnings revealed by increased level of optimisation and building the mps from mps.c
Copied from Perforce Change: 179192 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/buffer.c')
-rw-r--r--mps/code/buffer.c2
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