Skip to content

Commit

Permalink
supress errors
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Feb 27, 2024
1 parent 78c0729 commit 0c7d12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Processors/Transforms/FilterTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ void FilterTransform::doTransform(Chunk & chunk)
break;
}
}
(void)min_size_in_memory; /// Suppress error of clang-analyzer-deadcode.DeadStores

size_t num_filtered_rows = 0;
if (first_non_constant_column != num_columns)
Expand Down

0 comments on commit 0c7d12c

Please sign in to comment.