We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc543d commit 3e673b7Copy full SHA for 3e673b7
tests/unit/test_components.cpp
@@ -765,7 +765,7 @@ void AsymmetricPPThenCosine(dummyPreprocessors::pp_mode MODE) {
765
unsigned char alignment = 5;
766
767
float original_blob[dim] = {0};
768
- size_t original_blob_size = dim * sizeof(float);
+ constexpr size_t original_blob_size = dim * sizeof(float);
769
test_utils::populate_float_vec(original_blob, dim);
770
771
// Processing params
0 commit comments