-
tests: trace: fix parameter type of aux callback · a3afda9f
The function `git_win32__stack__set_aux_cb` expects the second parameter to be a function callback of type `git_win32__stack__aux_cb_lookup`, which expects a `size_t` parameter. In our test suite trace::windows::stacktrace, we declare the callback with `unsigned int` as parameter, though, causing a compiler warning. Correct the parameter type to silence the warning.
Patrick Steinhardt committed
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
stacktrace.c | Loading commit data... |