Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Feb 2018 20:38:22 -0600
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        current@freebsd.org
Subject:   HEAD amd64 seems unhappy
Message-ID:  <1517711902.3429873.1258647112.4DA64BE7@webmail.messagingengine.com>

next in thread | raw e-mail | index | archive | help
--- all_subdir_lib/libngatm ---
/usr/src/sys/contrib/ngatm/netnatm/api/cc_port.c:71:28: error: result of comparison 'u_int' (aka 'unsigned int') > 4294967295 is always fal
se [-Werror,-Wtautological-type-limit-compare]
        if (portno == 0 || portno > 0xffffffff)
                           ~~~~~~ ^ ~~~~~~~~~~
1 error generated.
*** [cc_port.o] Error code 1

This code hasn't changed in ages so I can only assume it's clang or such.

-- 

Thanks,

Josh Paetzel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1517711902.3429873.1258647112.4DA64BE7>