cpp-best-practices / cppbestpractices

Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
Other
8.11k stars 884 forks source link

/Wx raises Command-Line Error D8021 #120

Closed famastefano closed 4 years ago

famastefano commented 4 years ago

The correct arg has a capital X /WX. /Wx is treated like /W<number> but fails the parsing and generates an invalid number (I suppose).