Re: Fix compiler warning from sysctl.c
Ashton Fagg writes: > Fixes the following warning: > > sysctl.c:835:18: warning: format specifies type 'char *' but the argument has > type 'void *' [-Wformat] > string, newval); > ^~ > sysctl.c:
Fix compiler warning from sysctl.c
Fixes the following warning: sysctl.c:835:18: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] string, newval); ^~ sysctl.c:840:18: warning: format specifies ty