Skip to content

Commit d8e8151

Browse files
committed
Add static to hide function in test_resampler.cpp
1 parent edaf5ec commit d8e8151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_resampler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ struct ThreadPool {
14041404
}
14051405
};
14061406

1407-
void
1407+
static void
14081408
run_test(int source_rate, int target_rate, int block_size)
14091409
{
14101410
int effective_block_size = block_size;

0 commit comments

Comments
 (0)