Skip to content

Add /W4 to Windows CI builds#269

Draft
chiphogg wants to merge 5 commits intomainfrom
chiphogg/win-w4
Draft

Add /W4 to Windows CI builds#269
chiphogg wants to merge 5 commits intomainfrom
chiphogg/win-w4

Conversation

@chiphogg
Copy link
Member

This should help catch a wider variety of warnings.

This should help catch a wider variety of warnings.
shell: cmd
run: |
cl.exe /std:c++14 single-file-test.cc
cl.exe /std:c++14 /W4 single-file-test.cc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of adding the warnings in CMake and building and running through that. We would probably want to add /WX to treat the warnings as errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants