aboutsummaryrefslogtreecommitdiff
path: root/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'glob.c')
-rw-r--r--glob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glob.c b/glob.c
index 03d536d59910..66de34f52bd5 100644
--- a/glob.c
+++ b/glob.c
@@ -553,6 +553,7 @@ One_Char_mbtowc(__Char *pwc, const Char *s, size_t n)
;
return one_mbtowc(pwc, buf, n);
#else
+ (void)n;
*pwc = *s & CHAR;
return 1;
#endif