mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix warnings:
554: passing arg 4 of `resource_string_value' from incompatible pointer type 576: passing arg 4 of `resource_string_value' from incompatible pointer type 593: passing arg 4 of `resource_string_value' from incompatible pointer type
This commit is contained in:
parent
70d73137b9
commit
22941bd78f
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ isp_pci_attach(device_t dev)
|
|||
struct ispsoftc *isp = NULL;
|
||||
struct ispmdvec *mdvp;
|
||||
bus_size_t lim;
|
||||
char *sptr;
|
||||
const char *sptr;
|
||||
int locksetup = 0;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue