-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
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
Warning c6319 in Visual Studio #359
Comments
Seems that there's no easy way to make all the static code analysis tools happy... I used the |
Can confirm that |
I'll probably do a push with such a change in a test branch to see what the CI reports (if all supported compilers are fine with that) but I can't promise that will happen anytime soon. |
I doesn't seem to cause any problems (proof). EDIT: |
Well ok, that sounds reasonable. You can open a PR from your branch and we'll see if all the builds pass (including travis & appveyor - besides just github actions) |
I don't see how your changes could be triggering that failure - I also just looked at the previous github actions builds of doctest and seems that this failure is already present: https://github.com/onqtam/doctest/actions So a PR would be just fine - just make sure to open it against the |
Should I PR changes after the target |
preferably after that target has run - I like to keep the resulting header in sync, but it's not a deal-breaker. |
Description
Visual Studio marks asserts with warning c6319.
Steps to reproduce
$ git clone https://github.com/Cvelth/cpp_starter_fork
$ cmake.exe -Htest -Bbuild -G "Visual Studio 16 2019"
build/GreeterTests.sln
GreeterTests/Source Files/greeter.cpp
Extra information
The text was updated successfully, but these errors were encountered: