Skip to content

Commit 3c92abc

Browse files
committed
fixed build
1 parent e31df57 commit 3c92abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/minikql/comp_nodes/mkql_wide_combine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct TCombinerNodes {
132132
}
133133
}
134134

135-
void ConsumeRawData(TComputationContext& ctx, NUdf::TUnboxedValue* keys, NUdf::TUnboxedValue** from, NUdf::TUnboxedValue* to) const {
135+
void ConsumeRawData(TComputationContext& /* ctx */, NUdf::TUnboxedValue* keys, NUdf::TUnboxedValue** from, NUdf::TUnboxedValue* to) const {
136136
std::fill_n(keys, KeyResultNodes.size(), NUdf::TUnboxedValuePod());
137137
for (ui32 i = 0U; i < ItemNodes.size(); ++i) {
138138
if (from[i] && IsInputItemNodeUsed(i)) {

0 commit comments

Comments
 (0)