We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wshorten-64-to-32
1 parent 5a4209b commit 5457732Copy full SHA for 5457732
CMakeLists.txt
@@ -60,7 +60,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
60
add_compile_options(-Wno-padded)
61
add_compile_options(-Wno-sign-conversion)
62
add_compile_options(-Wno-implicit-int-conversion)
63
- add_compile_options(-Wno-shorten-64-to-32)
64
add_compile_options(-Wno-shadow-field-in-constructor)
65
66
if (CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 14 OR CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 14)
0 commit comments