svn commit: r317061 - in head: libexec/rpc.rstatd sys/amd64/amd64 sys/amd64/include sys/arm/arm sys/arm/include sys/arm64/include sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/linprocfs...
Konstantin Belousov
kostikbel at gmail.com
Tue May 2 10:29:38 UTC 2017
On Tue, May 02, 2017 at 12:02:32PM +0200, Hans Petter Selasky wrote:
> On 05/02/17 11:55, Konstantin Belousov wrote:
> > + out1 = 0xffffffff;
>
> Nitpicking:
>
> Should this be written: 0xffffffffU ??
Compiler must do it on its own. The constant is not representable as
int so it is auto-promoted to unsigned int, if fitting.
More information about the svn-src-head
mailing list