libselinux: regex_writef: Mark unused argument with __attribute__((unused)).
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
50f0910cf0
commit
8e776b074c
1 changed files with 2 additions and 1 deletions
|
@ -312,7 +312,8 @@ static inline pcre_extra *get_pcre_extra(struct regex_data *regex)
|
|||
}
|
||||
}
|
||||
|
||||
int regex_writef(struct regex_data *regex, FILE *fp, int unused)
|
||||
int regex_writef(struct regex_data *regex, FILE *fp,
|
||||
int unused __attribute__((unused)))
|
||||
{
|
||||
int rc;
|
||||
size_t len;
|
||||
|
|
Loading…
Reference in a new issue