diff options
Diffstat (limited to 'scalar.c')
| -rw-r--r-- | scalar.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -289,6 +289,7 @@ static int unregister_dir(void) } /* printf-style interface, expects `<key>=<value>` argument */ +__attribute__((format (printf, 1, 2))) static int set_config(const char *fmt, ...) { struct strbuf buf = STRBUF_INIT; |
