From 05bff44937922c0a7519952201f6854b72d38483 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 13 Mar 2015 00:16:40 +0100 Subject: Remove trailing comma after last item in enums This allows compilation with GCC in pedantic mode. --- src/base/QXmppStun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppStun.cpp') diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp index 55e9c1a1..9a341111 100644 --- a/src/base/QXmppStun.cpp +++ b/src/base/QXmppStun.cpp @@ -67,7 +67,7 @@ enum AttributeType { Fingerprint = 0x8028, // RFC5389 IceControlled = 0x8029, // RFC5245 IceControlling = 0x802a, // RFC5245 - OtherAddress = 0x802c, // RFC5780 + OtherAddress = 0x802c // RFC5780 }; // FIXME : we need to set local preference to discriminate between -- cgit v1.2.3