Re: svn commit: r326375 - head/share/mk

2017-11-29 Thread Bruce Evans
On Wed, 29 Nov 2017, Alex Richardson wrote: Log: Don't fail the build due to clang integer constant range warnings This warning checks whether a constant is out of range of the integer type. An example is `comparison of 'u_int' > 4294967295 is always false` and in this case the warning make

svn commit: r326375 - head/share/mk

2017-11-29 Thread Alex Richardson
Author: arichardson Date: Wed Nov 29 21:16:14 2017 New Revision: 326375 URL: https://svnweb.freebsd.org/changeset/base/326375 Log: Don't fail the build due to clang integer constant range warnings This warning checks whether a constant is out of range of the integer type. An example is `c