SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.08k stars 163 forks source link

Reenable compiler warnings #251

Closed ChrisThrasher closed 10 months ago

ChrisThrasher commented 11 months ago

Reverts #248. Compiler warnings a critical part of quickly writing safe and correct code. It's imperative we use this. This PR adds compiler warnings that are disabled by default and only enforced as hard errors in CI. This way it does not pose a risk of 3rd parties failing to build our code due to /WX or -Werror turning a warning into an error.