threeal / CheckWarning.cmake

Check for compiler warnings in your CMake project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Auto-Enabling of Non-Recommended Warning Flags

threeal opened this issue · comments

This issue proposes refraining from automatically enabling certain non-recommended warning flags by default, including:

  • -Wnon-virtual-dtor on GCC and Clang.
  • /w14640 on MSVC.