mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Win32: Fix clang-cl interpreting -Wall as /Wall
Unlike -Wall, VS /Wall really means all warnings. Closes #1780.
This commit is contained in:
Unlike -Wall, VS /Wall really means all warnings. Closes #1780.