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
cmake info
[ 16%] Building CXX object projects/CMakeFiles/SelfTest.dir/SelfTest/UsageTests/Generators.tests.cpp.o /home/peter/git/lib/Catch2/projects/SelfTest/UsageTests/EnumToString.tests.cpp:93:47: error: extra ‘;’ [-Werror=pedantic] Bikeshed::Colours::Blue ); ^ cc1plus: all warnings being treated as errors projects/CMakeFiles/SelfTest.dir/build.make:422: recipe for target 'projects/CMakeFiles/SelfTest.dir/SelfTest/UsageTests/EnumToString.tests.cpp.o' failed make[2]: *** [projects/CMakeFiles/SelfTest.dir/SelfTest/UsageTests/EnumToString.tests.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:981: recipe for target 'projects/CMakeFiles/SelfTest.dir/all' failed make[1]: *** [projects/CMakeFiles/SelfTest.dir/all] Error 2 Makefile:162: recipe for target 'all' failed make: *** [all] Error 2
Platform information:
The text was updated successfully, but these errors were encountered:
Travis failed for #1614 failed because of this. :-(
Sorry, something went wrong.
Remove semicolon causing GCC to complain
77f8911
Fixes catchorg#1613
sorry about that - it was my misreading of the branch results. Should all be fixed now
Successfully merging a pull request may close this issue.
cmake info
cmake info
Platform information:
The text was updated successfully, but these errors were encountered: