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.14-449


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.14-449-g838d9fe
Date: Wed, 29 Apr 2015 01:09:53 +0000

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  838d9fefa4bef2469cf2c6e8ec908e949215d8ee (commit)
      from  8559faf6866ec954fde105c32e4b07cb69bba64b (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 838d9fefa4bef2469cf2c6e8ec908e949215d8ee
Author: Gary E. Miller <address@hidden>
Date:   Tue Apr 28 18:07:54 2015 -0700

    Revert "Copy structs using assignment, not memcpy()."
    
    This reverts commit d1965788249d7e22cdde4021d452cf0dc6c6b9bd.
    
    This breaks my build on Gentoo running gcc 4.9.2
    
    libgps_shm.c: In function 'int gps_shm_read(gps_data_t*)':
    libgps_shm.c:122:12: error: no match for 'operator=' (operand types are
    'gps_data_t' and 'volatile gps_data_t')
      noclobber = shared->gpsdata;
                ^
    libgps_shm.c:122:12: note: candidate is:
    In file included from gpsd.h:350:0,
                     from libgps_shm.c:30:
    gps.h:1918:8: note: gps_data_t& gps_data_t::operator=(const gps_data_t&)
     struct gps_data_t {
            ^
    gps.h:1918:8: note:   no known conversion for argument 1 from 'volatile
    gps_data_t' to 'const gps_data_t&'

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

Summary of changes:
 gps2udp.c      |    2 +-
 gpsctl.c       |    4 +++-
 gpsd.c         |    2 +-
 libgps_shm.c   |    8 ++++++--
 libgpsd_core.c |    4 ++--
 ntpshmread.c   |    2 +-
 serial.c       |    3 ++-
 7 files changed, 16 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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