From ab29bb6fcd992d76625a139418e80599cd2c8823 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Fri, 8 Apr 2011 01:32:32 +0000 Subject: Removes commas from last items in enums (a C++ standard compliance fix). --- include/gmock/internal/gmock-internal-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gmock/internal/gmock-internal-utils.h') diff --git a/include/gmock/internal/gmock-internal-utils.h b/include/gmock/internal/gmock-internal-utils.h index 48fadba2..f0fd8682 100644 --- a/include/gmock/internal/gmock-internal-utils.h +++ b/include/gmock/internal/gmock-internal-utils.h @@ -305,7 +305,7 @@ inline void Expect(bool condition, const char* file, int line) { // Severity level of a log. enum LogSeverity { INFO = 0, - WARNING = 1, + WARNING = 1 }; // Valid values for the --gmock_verbose flag. -- cgit v1.2.3