Commit 0429894e by Edward Thomson

tests: declare trace handler as static

parent 49f03c03
...@@ -150,7 +150,7 @@ static cl_perf_timer s_timer_run = CL_PERF_TIMER_INIT; ...@@ -150,7 +150,7 @@ static cl_perf_timer s_timer_run = CL_PERF_TIMER_INIT;
*/ */
static cl_perf_timer s_timer_test = CL_PERF_TIMER_INIT; static cl_perf_timer s_timer_test = CL_PERF_TIMER_INIT;
void _cl_trace_cb__event_handler( static void _cl_trace_cb__event_handler(
cl_trace_event ev, cl_trace_event ev,
const char *suite_name, const char *suite_name,
const char *test_name, const char *test_name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment