Skip to content

Commit

Permalink
Add static to hide function in test_resampler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot committed Mar 4, 2025
1 parent edaf5ec commit d8e8151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_resampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ struct ThreadPool {
}
};

void
static void
run_test(int source_rate, int target_rate, int block_size)
{
int effective_block_size = block_size;
Expand Down

0 comments on commit d8e8151

Please sign in to comment.