Wireshark-commits: [Wireshark-commits] master 81134a8: fix a warning with gcc 4.7.2 on linux

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 5 Aug 2014 19:42:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81134a8a7712dde3c6b8deafadc0f0e631b863f5
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

81134a8 by Martin Kaiser (wireshark@xxxxxxxxx):

    fix a warning with gcc 4.7.2 on linux
    
    packet-isakmp.c: In function 'dissect_isakmp':
    packet-isakmp.c:1873:6: error: 'ivd' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    packet-isakmp.c:1747:14: note: 'ivd' was declared here
    cc1: all warnings being treated as errors
    
    (not sure why the compiler complains here)
    
    Change-Id: I9b9589d3193b0dc37f2db8f6c4c6727b2a92eaaa
    Reviewed-on: https://code.wireshark.org/review/3444
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  b76e0f7   Fix some dates in the changelog; add some recent changes to the changelog.
    adds  81134a8   fix a warning with gcc 4.7.2 on linux


Summary of changes:
 epan/dissectors/packet-isakmp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)