summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-03-02 19:42:18 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-03-02 19:42:18 -0800
commit9e5c931053f261cc97e3d7b75a5c2f14990bbb9d (patch)
treea3343ad28b411753a4260ffaad096c2f53b95bff /src
parent4ebfa48f74deb4f35490e02eeeb1e59ff56856ab (diff)
Remove unneeded shadow definition of 'i' from FSQueryXBitmaps16
Fixes gcc warning: FSQGlyphs.c: In function 'FSQueryXBitmaps16': FSQGlyphs.c:153:6: warning: declaration of 'i' shadows a previous local FSQGlyphs.c:143:10: warning: shadowed declaration is here Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/FSQGlyphs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FSQGlyphs.c b/src/FSQGlyphs.c
index 1519d48..bf3c3b2 100644
--- a/src/FSQGlyphs.c
+++ b/src/FSQGlyphs.c
@@ -150,7 +150,6 @@ FSQueryXBitmaps16(
req->length += ((str_len * SIZEOF(fsChar2b)) + 3) >> 2;
if (FSProtocolVersion(svr) == 1)
{
- int i;
fsChar2b_version1 *swapped_str;
if (str_len > SIZE_MAX/SIZEOF(fsChar2b_version1))