Skip to content

Commit 0429894

Browse files
committed
tests: declare trace handler as static
1 parent 49f03c0 commit 0429894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clar_libgit2_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static cl_perf_timer s_timer_run = CL_PERF_TIMER_INIT;
150150
*/
151151
static cl_perf_timer s_timer_test = CL_PERF_TIMER_INIT;
152152

153-
void _cl_trace_cb__event_handler(
153+
static void _cl_trace_cb__event_handler(
154154
cl_trace_event ev,
155155
const char *suite_name,
156156
const char *test_name,

0 commit comments

Comments
 (0)