Hi guys, Our company wants to add a GLDv3 driver to the OpenSolaris. I am wondering how to do lint checking?
Here is part of the makefile I copied from other people and am currently using to do lint checking for the GLDv3 driver, I am using SunStudio11 to build GLDv3 driver. LINTFLAGS = -xO3 -xarch=v9 -xcode=abs32 -s -errchk=%all -c -errhdr -Ncheck -Nlevel=4 However, this generated too many warnings: "usr/src/uts/common/inet/ip.h", line 1566: warning: sign extension from 32-bit to 64-bit integer." Anybody can kindly tell me how to do? Tom -- This message posted from opensolaris.org _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
