Wireshark-commits: [Wireshark-commits] master 01768d0: rfc7468: fix a used-but-marked-unused warnin
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 May 2019 19:03:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01768d026485e86306987248b59f46d8ce4611c5
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

01768d0 by Martin Kaiser (wireshark@xxxxxxxxx):

    rfc7468: fix a used-but-marked-unused warning
    
    file-rfc7468.c:428:39: error: 'data' was marked unused but was used
        dissect_rfc7468(tvb, pinfo, tree, data);
    
    Change-Id: I938f30edfc7cf952eadbd0cf79e4cc95bb971b2e
    Reviewed-on: https://code.wireshark.org/review/33369
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  38dec96   *Always* pair ENC_UTF_16 and ENC_UCS_2 with a byte order.
     add  01768d0   rfc7468: fix a used-but-marked-unused warning


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