We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I defined the MUNIT_DISABLE_TIMING macro and i get compile errors.
MUNIT_DISABLE_TIMING
munit.c:904:10: error: variable ‘wc’ has initializer but incomplete type struct PsnipClockTimespec wc = { 0, }; ^~~~~~~~~~~~~~~~~~ munit.c:903:29: error: storage size of ‘wc’ isn’t known struct PsnipClockTimespec wc = { 0, }; munit.c:906:24: error: ‘PSNIP_CLOCK_TYPE_WALL’ undeclared (first use in this function) psnip_clock_get_time(PSNIP_CLOCK_TYPE_WALL, &wc);
The text was updated successfully, but these errors were encountered:
I just pushed a patch (439de4a) to the staging branch, could you verify it works for you?
Sorry, something went wrong.
It works, thank you! Also thanks for the fast reply!
Merged into master, thanks for the bug report!
No branches or pull requests
I defined the
MUNIT_DISABLE_TIMING
macro and i get compile errors.The text was updated successfully, but these errors were encountered: