You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPP-812 - Enable warnings for implicit casts and address problems (#292)
* msvc: Enable warnings for implicit casts and address problems
* clang: Enable warnings for implicit casts and address problems
* `-Wconversion` for GCC is unsustainable; see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752 for more context
elseif("${CMAKE_CXX_COMPILER_ID}"STREQUAL"GNU") # To many superfluous warnings generated with GCC when using -Wconversion (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752)
elseif("${CMAKE_CXX_COMPILER_ID}"STREQUAL"GNU") # To many superfluous warnings generated with GCC when using -Wconversion (see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40752)
0 commit comments