Wireshark-commits: [Wireshark-commits] master-2.0 35f97ec: display_filter_edit(.h): fix comma at en
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Sep 2016 12:38:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=35f97ec5ffebb491a67a056cc0b998435fcb7490
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

35f97ec by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    display_filter_edit(.h): fix comma at end of enumerator list [-Wpedantic] / commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
    
    Change-Id: I78a35211d15d501172d5a56f7dc4da2e81fc0a07
    Reviewed-on: https://code.wireshark.org/review/12002
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit d7adc4328c9be7802f7916fe64fffdc602189357)
    Reviewed-on: https://code.wireshark.org/review/17525
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  39a4833   funnel_string_dialog(.h): fix extra ‘;’ [-Wpedantic]
    adds  35f97ec   display_filter_edit(.h): fix comma at end of enumerator list [-Wpedantic] / commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]


Summary of changes:
 ui/qt/display_filter_edit.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)