svn commit: r352661 - head/sys/netinet/tcp_stacks

Ed Maste emaste at freebsd.org
Wed Sep 25 13:36:17 UTC 2019


On Tue, 24 Sep 2019 at 17:39, Bruce Evans <brde at optusnet.com.au> wrote:
>
> On i386, these types have different sizes, so
> gcc detects the type mismatch.  clang is too broken to report this type
> mismatch.

Interesting, it seems Clang doesn't even warn in the case of casting a
uint64_t to a 32-bit pointer. Looks like there are some useful
warnings that ought to be implemented.


More information about the svn-src-all mailing list