Wireshark-commits: [Wireshark-commits] master-3.0 71046dd4: Qt: Suppress warning: unused parameter
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jan 2020 15:40:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71046dd43c8811c4be947dcb745748ff408004fe
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

71046dd4 by Jim Young (jyoung@xxxxxxx):

    Qt: Suppress warning: unused parameter 'actions'
    
    In set_action_shortcuts_visible_in_context_menu() the parameter
    'actions' is only used by a subset of Qt versions. Mark it unused
    in the other cases.
    
    Change-Id: I210eafcdffb8484751b656f58cc7813cb98d259f
    Reviewed-on: https://code.wireshark.org/review/35800
    Petri-Dish: Jim Young <jim.young.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit e85cbd57c6b3662a839ba939978ff5ef45f7992f)
    Reviewed-on: https://code.wireshark.org/review/35809
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  919e1e5   Prep for 3.0.8.
     add  71046dd4  Qt: Suppress warning: unused parameter 'actions'


Summary of changes:
 ui/qt/utils/qt_ui_utils.cpp | 2 ++
 1 file changed, 2 insertions(+)