Wireshark-commits: [Wireshark-commits] master 95382c3: Suppress a bunch of cast-qual warnings.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Feb 2015 04:04:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95382c3afb9d50ffc7c0d178dbe9d76c763d687c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

95382c3 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Suppress a bunch of cast-qual warnings.
    
    Squelch
    
        warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
    
    similar to g630f54f.
    
    Change strtod to g_ascii_strtod to squelch a checkAPIs error.
    
    Change-Id: Ib2d26ef89f08827a5adc07e35eaf876cd7b8d14e
    Reviewed-on: https://code.wireshark.org/review/7269
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  9423a13   Just have init_progfile_dir() take a void pointer.
    adds  95382c3   Suppress a bunch of cast-qual warnings.


Summary of changes:
 capinfos.c    |    7 +++++--
 captype.c     |    9 ++++++---
 dumpcap.c     |    5 +++++
 editcap.c     |   13 ++++++++-----
 mergecap.c    |    7 +++++--
 randpkt.c     |    3 +++
 rawshark.c    |    7 +++++--
 reordercap.c  |    5 ++++-
 text2pcap.c   |    3 +++
 tfshark.c     |    7 +++++--
 tshark.c      |    7 +++++--
 ui/gtk/main.c |    5 ++++-
 12 files changed, 58 insertions(+), 20 deletions(-)