TiManGames / AmnesiaTheDarkDescent

GNU General Public License v3.0
30 stars 8 forks source link

Remove warning blocks from CMake and fix the underlying issues #44

Open jkulawik opened 3 weeks ago

jkulawik commented 3 weeks ago

I.e. the stuff inside add_compile_options which starts with -W.

jkulawik commented 3 weeks ago

Also: pragma warning silencers, e.g. #pragma warning( disable : 4786 )

jkulawik commented 1 day ago

It seems like the ones silenced with #pragma warning are specific to MSVC.