From e2feed485c44b14a5a088b62b2dae0a39d1b06cf Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 18 Nov 2015 17:06:13 +0100 Subject: [PATCH] gcc warning - if 0 an unused static table --- src/streamio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/streamio.c b/src/streamio.c index b8803c3..548f3d7 100644 --- a/src/streamio.c +++ b/src/streamio.c @@ -946,6 +946,8 @@ static void EncodeLatin0( uint c, StreamOut* out ) PutByte(c, out); } +#if 0 /* 000000000000000000000000000000000000000 */ + /* Table to map symbol font characters to Unicode; undefined characters are mapped to 0x0000 and characters without any @@ -1003,7 +1005,6 @@ static const uint Symbol2Unicode[] = 0x003F, 0x003F, 0x003F, 0x003F, 0x003F, 0x003F, 0x003F, 0x003F }; -#if 0 /* Function to convert from Symbol Font chars to Unicode */ uint DecodeSymbolFont(uint c) { @@ -1014,7 +1015,7 @@ uint DecodeSymbolFont(uint c) return Symbol2Unicode[c]; } -#endif +#endif /* #if 0 000000000000000000000000000000000000000 */ /* Facilitates user defined source by providing