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
From building munit-plus on Travis CI (built with C++ 2011 on PGI C++ compiler):
munit-plus
pgc++ --c++11 -mp -o example munit.cpp example.cpp munit.cpp: "munit.cpp", line 596: warning: statement is unreachable return 0; ^ "munit.cpp", line 654: warning: statement is unreachable return 0; ^ "munit.cpp", line 714: warning: statement is unreachable return 0; ^
The relevant lines on this repository seem to be in clock/clock.h (commit 5834798):
clock/clock.h
psnip_clock_wall_get_time
psnip_clock_cpu_get_time
psnip_clock_monotonic_get_time
Feel free to label as wontfix.
wontfix
Here is a link to the relevant build job on Travis CI: https://travis-ci.com/github/codylico/munit-plus/jobs/300147973
Here is a link to the GitHub repository for the project: https://github.com/codylico/munit-plus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From building
munit-plus
on Travis CI (built with C++ 2011 on PGI C++ compiler):The relevant lines on this repository seem to be in
clock/clock.h
(commit 5834798):psnip_clock_wall_get_time
psnip_clock_cpu_get_time
psnip_clock_monotonic_get_time
Feel free to label as
wontfix
.Here is a link to the relevant build job on Travis CI: https://travis-ci.com/github/codylico/munit-plus/jobs/300147973
Here is a link to the GitHub repository for the project:
https://github.com/codylico/munit-plus
The text was updated successfully, but these errors were encountered: