clar_libgit2.h
6.75 KB
-
clar: mark `cl_git_thread_check()` as inline · ab0cc5a0
The function `cl_git_thread_check()` is defined as static. As the function is defined in a header file which is included by our tests, this can result in warnings for every test file where `cl_git_thread_check` is never used. Fix the issue by marking it as inline instead.
Patrick Steinhardt committed