I don't want to simply do:
I still want the errors shall any arise. I just want to avoid this:
make buildkernel KERNCONF=custom > /dev/null 2>&1
I still want the errors shall any arise. I just want to avoid this:
/usr/src/sys/cam/cam_sim.c:120:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int error;
^
1 warning generated.