diff options
Diffstat (limited to 'strbuf.c')
-rw-r--r-- | strbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ void strbuf_expand(struct strbuf *sb, const char *format, expand_fn_t fn, size_t strbuf_expand_literal_cb(struct strbuf *sb, const char *placeholder, - void *context) + void *context UNUSED) { int ch; |