From 499ae4ab573fbfefdb1c200e3177e18844e545b5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 11 Nov 2017 16:25:16 +0100 Subject: address(.h): fix commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] Change-Id: Ibfc95e085b2712f7a71f6559ae205de87aab12f6 Reviewed-on: https://code.wireshark.org/review/24365 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan') diff --git a/epan/address.h b/epan/address.h index 61abf2fabd..04a353ee4a 100644 --- a/epan/address.h +++ b/epan/address.h @@ -379,7 +379,7 @@ typedef enum { CT_ISUP, /* ISDN User Part CIC */ CT_IAX2, /* IAX2 call id */ CT_H223, /* H.223 logical channel number */ - CT_BICC, /* BICC Circuit identifier */ + CT_BICC /* BICC Circuit identifier */ /* Could also have ATM VPI/VCI pairs */ } circuit_type; -- cgit v1.2.3