On Tue, Mar 03, 2015 at 12:47:19PM -0500, Mike Frysinger wrote:
> build warnings:
> there's still random -Wsign-compare warnings, but i guess we don't care
> about those

There are exactly 3 different -Wsign-compare warning messages:
socketutils.c:145: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
netlink_inet_diag.c:67: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
netlink_unix_diag.c:75: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]

The only way to fix them is to fix NLMSG_OK macro defined
in <linux/netlink.h>.


-- 
ldv

Attachment: pgpT6c0wEME38.pgp
Description: PGP signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to