Skip to content

Commit 7ea2fa8

Browse files
author
Marina Polyakova
committed
Add not used function to check COPT=-Werror in CI
1 parent b020b16 commit 7ea2fa8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

auto_tuning.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ static bool is_stable(double *elems, int nelems);
3333
static bool converged_cq(double *elems, int nelems);
3434
static bool is_in_infinite_loop_cq(double *elems, int nelems);
3535

36+
static bool
37+
not_used_function(int parameter)
38+
{
39+
return parameter % 2;
40+
}
41+
3642

3743
/*
3844
* Returns mean value of the array of doubles.

0 commit comments

Comments
 (0)