Wireshark-commits: [Wireshark-commits] master e57b371: Compilation fixes when CMAKE_BUILD_TYPE = Mi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Jan 2020 20:47:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e57b37137d3b609dfad486d443b038453512e792
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e57b371 by Roman Koshelev (roman.koshelev@xxxxx):

    Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).
    
    Compiler - gcc 8.3.0
    These are mostly errors 'may be used uninitialized in this function'
    
    Change-Id: I6a8f7172c99024fd449570937b030e37c0ea5c3d
    Reviewed-on: https://code.wireshark.org/review/35746
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  dbfb204   ber: display x509af.utcTime year in 4 digits
     add  e57b371   Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).


Summary of changes:
 epan/dissectors/asn1/nbap/nbap.cnf | 2 +-
 epan/dissectors/packet-cdp.c       | 2 +-
 epan/dissectors/packet-gmr1_rach.c | 2 ++
 epan/dissectors/packet-nbap.c      | 2 +-
 epan/dissectors/packet-rpcrdma.c   | 8 +++++---
 epan/dissectors/packet-rsl.c       | 2 +-
 6 files changed, 11 insertions(+), 7 deletions(-)