From dfb05b9423e9172b7a687738b82b6b715fd0e47c Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 20 Feb 2017 14:24:30 +0100 Subject: [PATCH] wtap_opttypes(.h): fix commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] Change-Id: Ie7f67510ea948fb72b57fe08d9f95d135c5855a5 Reviewed-on: https://code.wireshark.org/review/20194 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- wiretap/wtap_opttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h index b508eb35af..2b859da7ef 100644 --- a/wiretap/wtap_opttypes.h +++ b/wiretap/wtap_opttypes.h @@ -154,7 +154,7 @@ typedef enum { WTAP_OPTTYPE_NOT_FOUND = -2, WTAP_OPTTYPE_TYPE_MISMATCH = -3, WTAP_OPTTYPE_NUMBER_MISMATCH = -4, - WTAP_OPTTYPE_ALREADY_EXISTS = -5, + WTAP_OPTTYPE_ALREADY_EXISTS = -5 } wtap_opttype_return_val; struct wtap_opttype_custom