Skip to content

Commit

Permalink
formats/sh: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sahib committed Mar 19, 2016
1 parent 06b8fb5 commit 7d017e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formats/sh.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static bool rm_sh_emit_handler_reflink(RmFmtHandlerShScript *self, char **out, R
return true;
}

static bool rm_sh_emit_handler_symlink(RmFmtHandlerShScript *self, char **out, RmFile *file, _UNUSED char *dupe_path, _UNUSED char *orig_path, char *dupe_escaped, char *orig_escaped) {
static bool rm_sh_emit_handler_symlink(RmFmtHandlerShScript *self, char **out, _UNUSED RmFile *file, _UNUSED char *dupe_path, _UNUSED char *orig_path, char *dupe_escaped, char *orig_escaped) {
if(!self->allow_symlink) {
return false;
}
Expand Down

0 comments on commit 7d017e4

Please sign in to comment.