mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-02 16:40:53 +01:00
unposted: add/remove UNUSED() for some function parameters
This commit is contained in:
parent
309d899507
commit
2b81d4be32
6 changed files with 9 additions and 5 deletions
|
|
@ -652,7 +652,7 @@ chmod_dochmod(char *arg, char *rp, UNUSED(struct stat const *sp), void *magic)
|
|||
|
||||
/**/
|
||||
static int
|
||||
bin_chmod(char *nam, char **args, Options ops, int func)
|
||||
bin_chmod(char *nam, char **args, Options ops, UNUSED(int func))
|
||||
{
|
||||
struct chmodmagic chm;
|
||||
char *str = args[0], *ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue