Skip to content

Commit 7d896ef

Browse files
committed
fix build after cherry picks
1 parent b6cb54c commit 7d896ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/datashard/build_index/secondary_index.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class TBuildScanUpload: public TActor<TBuildScanUpload<Activity>>, public NTable
150150
}
151151

152152
template <typename TAddRow>
153-
EScan FeedImpl(TArrayRef<const TCell> key, const TRow& /*row*/, TAddRow&& addRow) noexcept {
153+
EScan FeedImpl([[maybe_unused]] TArrayRef<const TCell> key, const TRow& /*row*/, TAddRow&& addRow) noexcept {
154154
// LOG_T("Feed key " << DebugPrintPoint(KeyTypes, key, *AppData()->TypeRegistry) << " " << Debug());
155155

156156
addRow();

0 commit comments

Comments
 (0)