Wireshark-commits: [Wireshark-commits] master d7adc43: display_filter_edit(.h): fix comma at end of

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Nov 2015 14:59:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7adc4328c9be7802f7916fe64fffdc602189357
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7adc43 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>
    

Actions performed:

    from  1df7c07   RTPS: Added Topic Information feature. This feature shows the Topic Name and the Type Name of the sample by consulting a hash table that relates GUIDs and this information.
    adds  d7adc43   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(-)