gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-525


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-525-g5f0a605
Date: Mon, 26 Dec 2016 22:02:16 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  5f0a605a1a4f987ef7ab21279d9d6dfd30c949ea (commit)
      from  86c3a4e506bd93e497f362be0b7d0e0c12f66d11 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f0a605a1a4f987ef7ab21279d9d6dfd30c949ea
Author: Fred Wright <address@hidden>
Date:   Mon Dec 26 13:50:47 2016 -0800

    Fixes warning about 64-bit literals on 32-bit platforms.
    
    An unadorned 64-bit literal provokes a width warning on 32-bit
    platforms.  Depending on whether the compiler promotes such literals
    to a 64-bit type, this case could represent an actual malfunction.
    The fix is simply to use the "LL" suffix (actually "ULL" in these
    cases).
    
    This also switches to ~0 as the all-ones mask, for better readability.
    
    It also changes a nearby "1LL" to "1ULL" for consistency with its
    unsigned context.
    
    TESTED:
    Ran "scons build-all check" on four versions of OSX, two versions of
    Linux, and FreeBSD, OpenBSD, and NetBSD, with two cases being 32-bit.

-----------------------------------------------------------------------

Summary of changes:
 bits.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]