diff options
Diffstat (limited to 'scalar.c')
| -rw-r--r-- | scalar.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -400,7 +400,8 @@ static int delete_enlistment(struct strbuf *enlistment) * Dummy implementation; Using `get_version_info()` would cause a link error * without this. */ -void load_builtin_commands(const char *prefix, struct cmdnames *cmds) +void load_builtin_commands(const char *prefix UNUSED, + struct cmdnames *cmds UNUSED) { die("not implemented"); } |
