summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre16_utf16_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre16_utf16_utils.c')
-rw-r--r--src/3rdparty/pcre/pcre16_utf16_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre16_utf16_utils.c b/src/3rdparty/pcre/pcre16_utf16_utils.c
index 7cfdbdd5ee..6cd6c3ea63 100644
--- a/src/3rdparty/pcre/pcre16_utf16_utils.c
+++ b/src/3rdparty/pcre/pcre16_utf16_utils.c
@@ -118,10 +118,11 @@ while (iptr < end)
if (host_byte_order != NULL)
*host_byte_order = host_bo;
-#else /* SUPPORT_UTF */
+#else /* Not SUPPORT_UTF */
(void)(output); /* Keep picky compilers happy */
(void)(input);
(void)(keep_boms);
+(void)(host_byte_order);
#endif /* SUPPORT_UTF */
return length;
}