URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf08d7723c090037c59f908517e7b138418f23bb
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bf08d77 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
    Fix warnings for epan/tap.c [-Wcast-qual]
    
    tap_listener queue is declared volatile. Assignment with cast
    to non-volatile generates compiler warnings.
    
    Change-Id: I3a2954f0d6ecfd7862ee0d9c1820cf737128a3c5
    Reviewed-on: https://code.wireshark.org/review/13076
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    
Actions performed:
    from  9cdc411   proto.h comment spelling fix: sentinal->sentinel
    adds  bf08d77   Fix warnings for epan/tap.c [-Wcast-qual]
Summary of changes:
 epan/tap.c |   91 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 51 insertions(+), 40 deletions(-)