On Sat, Sep 26, 2015 at 03:29:07PM -0400, Michael McConville wrote: > I see some preproc conditions in usr.sbin/snmpctl/snmpclient.c. I only > bothered to check the first two. Are you sure they still compile in all > circumstances? If I understand correctly, compiling without warning only > implies safety if the preproc isn't conditionally including code.
FWIW, it compiles with make CPPFLAGS="-DDEBUG" and with make CPPFLAGS="-DDEBUG=2".