diff --git a/ydb/core/tx/columnshard/engines/storage/indexes/max/meta.h b/ydb/core/tx/columnshard/engines/storage/indexes/max/meta.h index c93cf91f49e0..ef58ede92956 100644 --- a/ydb/core/tx/columnshard/engines/storage/indexes/max/meta.h +++ b/ydb/core/tx/columnshard/engines/storage/indexes/max/meta.h @@ -12,6 +12,7 @@ class TIndexMeta: public TIndexByColumns { static inline auto Registrator = TFactory::TRegistrator(GetClassNameStatic()); protected: virtual TConclusionStatus DoCheckModificationCompatibility(const IIndexMeta& newMeta) const override { + Y_UNUSED(newMeta); return TConclusionStatus::Fail("max index not modifiable"); } virtual void DoFillIndexCheckers( @@ -75,4 +76,4 @@ class TIndexMeta: public TIndexByColumns { std::shared_ptr GetMaxScalarVerified(const std::vector& data, const std::shared_ptr& type) const; }; -} // namespace NKikimr::NOlap::NIndexes \ No newline at end of file +} // namespace NKikimr::NOlap::NIndexes