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-424


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-424-g1c78df0
Date: Wed, 10 Aug 2016 01:49:43 +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  1c78df073651255cdba63e58b04b54e2c5b17443 (commit)
       via  739b0b8fead3c382b9b4d87112005df0dc85b3f9 (commit)
       via  71ca59c4b97f577328d0eec4b9ff6a1948ce7644 (commit)
       via  1a940a8c8e75f98d1366f86ba6801ff10a14e480 (commit)
       via  274520ede54b73b4c2628ce5f6fbeb3c2da6182e (commit)
      from  7d83f7a86f2ab0f74d2057fd7986fe2a2f1c9fd1 (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 1c78df073651255cdba63e58b04b54e2c5b17443
Author: Gary E. Miller <address@hidden>
Date:   Tue Aug 9 18:43:58 2016 -0700

    No need to use abs() on an unsigned int.
    
      driver_nmea0183.c:1255:10: warning: taking the
      absolute value of unsigned type 'unsigned int' has no effect
      [-Wabsolute-value]

commit 739b0b8fead3c382b9b4d87112005df0dc85b3f9
Author: Gary E. Miller <address@hidden>
Date:   Tue Aug 9 18:37:25 2016 -0700

    Grr, another one eric beat me to.
    
    Unfix the re-fix.

commit 71ca59c4b97f577328d0eec4b9ff6a1948ce7644
Author: Gary E. Miller <address@hidden>
Date:   Tue Aug 9 18:33:56 2016 -0700

    oWhoops, don't fix the fix.  Plus an off-by one.
    
    Eric already fixed this.

commit 1a940a8c8e75f98d1366f86ba6801ff10a14e480
Author: Gary E. Miller <address@hidden>
Date:   Tue Aug 9 18:27:56 2016 -0700

    Add missing include.
    
        ntpshmmon.c:34:5: warning: implicit declaration of function 'memset'
        ntpshmmon.c:34:5: warning: incompatible implicit declaration of built-in
    function 'memset'

commit 274520ede54b73b4c2628ce5f6fbeb3c2da6182e
Author: Gary E. Miller <address@hidden>
Date:   Tue Aug 9 18:26:16 2016 -0700

    Fix some picky error messages.
    
    ppscheck.c:58:1: warning: 'static' is not at beginning of declaration
    [-Wold-style-declaration]
    ppscheck.c:65:6: warning: no previous prototype for 'usage'
    [-Wmissing-prototypes]
    ppscheck.c:118:6: warning: format '%10ld' expects type 'long int', but
    argument 3 has type 'time_t'
    ppscheck.c:129:1: warning: control reaches end of non-void function
    [-Wreturn-type]

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

Summary of changes:
 driver_nmea0183.c |    2 +-
 gps2udp.c         |    3 +++
 ntpshmmon.c       |    1 +
 ppscheck.c        |    4 ++--
 4 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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