Re: Fix compiler warning from sysctl.c

2021-05-03 Thread Dave Voutila
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

2021-05-02 Thread Ashton Fagg
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