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.17-57-


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-57-g75d16ca
Date: Wed, 7 Mar 2018 20:31:44 -0500 (EST)

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  75d16ca647b14ba9c60565e70920460ecd72d6c1 (commit)
      from  89251b800ff837233fca9318854380c2cf7a2138 (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 75d16ca647b14ba9c60565e70920460ecd72d6c1
Author: Fred Wright <address@hidden>
Date:   Wed Mar 7 17:00:34 2018 -0800

    cgps: fixes compiler warning.
    
    The fix to avoid writing into a read-only buffer copies a const char
    pointer to a non-const char pointer, provoking a warning.  For some
    reason, the old code failed to get a similar warning from the cast,
    which would have caught the original bug.
    
    This fix just adds a const char variable to accept the pointer.
    
    TESTED:
    Now cgps builds without warning, and still works.

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

Summary of changes:
 cgps.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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