Wireshark-commits: [Wireshark-commits] master-1.12 28fbc7d: gtk: Don't handle deprecation warnings

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Oct 2015 15:45:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28fbc7da413f9f1aae634962808be4d744659691
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

28fbc7d by Balint Reczey (balint@xxxxxxxxxxxxxxx):

    gtk: Don't handle deprecation warnings as errors
    
    This fixes compilation with latest gdk-pixbuf. I plan rewriting
    the code to drop deprecaated function usage in a different commit
    and reverting this one.
    
    [Cherry-picked to master-1.12 together with
    I85092753058cd2e5cda527e4321a7d92ac38facd to get master-1.12 compiling with
    warnings-as-errors enabled.]
    
    Ping-Bug: 10750
    Change-Id: I400e34e625b147a4858e73240602d75910c6eece
    Reviewed-on: https://code.wireshark.org/review/8720
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit f1a6ba1aa2f86b86613089099391aa005163a2f7)
    Reviewed-on: https://code.wireshark.org/review/11031
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  58ef8e0   TCP: only store up to 1000 unacked segments (in each direction).
    adds  28fbc7d   gtk: Don't handle deprecation warnings as errors


Summary of changes:
 ui/gtk/CMakeLists.txt |    2 +-
 ui/gtk/Makefile.am    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)