Index: src/elements.cc |
diff --git a/src/elements.cc b/src/elements.cc |
index 580a7186bdaa691fe210c3947b8b322b9f4ac47e..1c78a966483cfb6ecee89584c794f25103e0b5ce 100644 |
--- a/src/elements.cc |
+++ b/src/elements.cc |
@@ -112,7 +112,7 @@ template<ElementsKind Kind> class ElementsKindTraits { |
#define ELEMENTS_TRAITS(Class, KindParam, Store) \ |
template<> class ElementsKindTraits<KindParam> { \ |
- public: \ |
+ public: /* NOLINT */ \ |
static const ElementsKind Kind = KindParam; \ |
typedef Store BackingStore; \ |
}; |