mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
linsysfs: quiet gcc -Wformat after r323692
Reviewed by: cem Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
1ab9094c90
commit
2e6418c0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ linsysfs_link_scsi_host(PFS_FILL_ARGS)
|
|||
static int
|
||||
linsysfs_fill_data(PFS_FILL_ARGS)
|
||||
{
|
||||
sbuf_printf(sb, "%s", pn->pn_data);
|
||||
sbuf_printf(sb, "%s", (char *)pn->pn_data);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue