#
# lint options:	-u  suppress complaints about functions and externs used
#		    and not defined, or defined and not used.
#		-v  suppress complaints about unused arguments in functions.
#		-x  do not report variables referred to by external
#		    declarations but never used.
#		-D -U -I  same as for cpp.
#

make -n CC="lint -u -x"
