Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[test] Fixed compilation warning in coverage build. JB#33786
test_log.c:81:5: warning: implicit declaration of function 'gutil_log_assert'
81 | gutil_log_assert(NULL, GLOG_LEVEL_WARN, "Test!", __FILE__, __LINE__);
| ^~~~~~~~~~~~~~~~- Loading branch information