Fix warning:
163: passing arg 4 of `resource_string_value' from incompatible pointer type
This commit is contained in:
parent
e9813a0763
commit
c864c67bad
@ -152,7 +152,7 @@ int
|
||||
sc_get_cons_priority(int *unit, int *flags)
|
||||
{
|
||||
int disabled;
|
||||
char *at;
|
||||
const char *at;
|
||||
int u, f;
|
||||
|
||||
*unit = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user