Wireshark-commits: [Wireshark-commits] master bdf26a3: Test: Disable a wmem compilation warning.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 04 Apr 2019 03:59:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bdf26a35f696a1524364945a2c868e57c97d1729
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bdf26a3 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Test: Disable a wmem compilation warning.
    
    Disable the following warning:
    
        ../epan/wmem/wmem_test.c:690:9: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
                 for (j=0; j<=i; j++, k++) {
                 ^~~
    
    Change-Id: If1ea004d6b0fc2aa5450a810dd400245afd1a490
    Reviewed-on: https://code.wireshark.org/review/32709
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a85e932   H248C: Fix an expert field name mismatch.
     add  bdf26a3   Test: Disable a wmem compilation warning.


Summary of changes:
 epan/wmem/wmem_test.c | 4 ++++
 1 file changed, 4 insertions(+)