mirror of
https://github.com/topjohnwu/selinux.git
synced 2025-03-07 10:47:18 +00:00
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
@ -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…
x
Reference in New Issue
Block a user