Searched hist:203707 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/wake/
H A DMakefilediff 203707 Tue Feb 09 15:17:11 MST 2010 imp Anything that casts struct sockaddr * to struct sockaddr_foo is safe
due to careful design. We've not yet figured out how to properly
annotate the sockaddr structs to communicate this to the compiler and
there's a number of constructs in the tree that make this annotation
challenging.

As such, reduce warns to 3 here because this code really isn't warns 6
safe, even if it kinda sorta appears to be on intel (which has no such
alignment restrictions). Warns 4 adds the -Wcast-align warning.

# fixes the mips tinderbox build

Completed in 49 milliseconds