summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2019-06-28 11:50:32 +0200
committerPatrick Steinhardt <ps@pks.im>2019-07-05 11:38:11 +0200
commita3afda9fb4d6b7e875c4e5163a85a81c46895fbf (patch)
tree3f9f3c8cfe3a6476fa0161f3ca3a2c399282db70 /cmake
parent2f14c4fcb80cddb06de19c7d412ef25395cde67b (diff)
downloadlibgit2-a3afda9fb4d6b7e875c4e5163a85a81c46895fbf.tar.gz
tests: trace: fix parameter type of aux callback
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.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions