KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Make use of C++14/17 features by disabling warnings #78

Closed KStocky closed 1 month ago

KStocky commented 1 month ago

Is your feature request related to a problem? Please describe. Just had the realization that I can use C++14 and C++17 features if I just suppress certain warnings. This will make things quite a bit nicer IMO. Things that can be improved:

Describe the solution you'd like

Add -Wno-c++14-extensions and -Wno-c++1z-extensions to the command line options and see what I can make use of!

Additional context https://godbolt.org/z/fxY1fxz6G