summaryrefslogtreecommitdiff
path: root/src/xutf8/lcUniConv/big5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/lcUniConv/big5.h')
-rw-r--r--src/xutf8/lcUniConv/big5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xutf8/lcUniConv/big5.h b/src/xutf8/lcUniConv/big5.h
index 3b39c80cd..fe10354d8 100644
--- a/src/xutf8/lcUniConv/big5.h
+++ b/src/xutf8/lcUniConv/big5.h
@@ -4103,6 +4103,7 @@ static const Summary16 big5_uni2indx_pagefe[23] = {
static int
big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
{
+ (void)conv;
if (n >= 2) {
const Summary16 *summary = NULL;
if (wc < 0x0100)