diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h index ef199ab8..c1b725b3 100644 --- a/googlemock/include/gmock/gmock-spec-builders.h +++ b/googlemock/include/gmock/gmock-spec-builders.h @@ -656,7 +656,7 @@ class GTEST_API_ InSequence { InSequence(const InSequence&) = delete; InSequence& operator=(const InSequence&) = delete; -} GTEST_ATTRIBUTE_UNUSED_; +}; namespace internal {