Wireshark-commits: [Wireshark-commits] master-2.0 10cdafd: Fix build [-Werror=maybe-uninitialized]

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Jan 2016 04:34:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10cdafdab5d1c98b048d48994bebf7019f592be3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

10cdafd by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Fix build [-Werror=maybe-uninitialized]
    
    Found building with GCC 5.3.0 and CFLAGS="-g -Og".
    
    Change-Id: I5bc29b6e91cc98332a513c9d03b02d2f6906608d
    Reviewed-on: https://code.wireshark.org/review/13362
    Reviewed-by: João Valverde <j@xxxxxx>
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit b87a5af633e109225f4e37ac741db4a990162d54)
    Reviewed-on: https://code.wireshark.org/review/13368
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3dda5f5   Call the "without FCS" version of the Ethernet dissector.
    adds  10cdafd   Fix build [-Werror=maybe-uninitialized]


Summary of changes:
 epan/dissectors/packet-bthci_evt.c |    2 +-
 epan/dissectors/packet-btsmp.c     |    5 ++---
 epan/dissectors/packet-iec104.c    |    1 +
 epan/dissectors/packet-selfm.c     |    2 +-
 epan/tvbuff.c                      |   26 +++++++++++++-------------
 ui/gtk/rtp_player.c                |    2 +-
 wiretap/logcat.c                   |    2 ++
 7 files changed, 21 insertions(+), 19 deletions(-)