Wireshark-commits: [Wireshark-commits] master 3075bd8: erf: do not use VALS to cast a void pointer

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Sep 2018 12:52:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3075bd81d96f1d9973f27c669ac7bd1ffc67ed8f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3075bd8 by Peter Wu (peter@xxxxxxxxxxxxx):

    erf: do not use VALS to cast a void pointer
    
    No functional change, but makes gcc -Wc++-compat happy.
    
    Change-Id: I3e90b6b1fdc6d558dfd410dffff3abc7cc3df10e
    Reviewed-on: https://code.wireshark.org/review/29759
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  43134ae   netlink-*: fix various VALS/TFS misuse
     add  3075bd8   erf: do not use VALS to cast a void pointer


Summary of changes:
 epan/dissectors/packet-erf.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)