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 b587c7c commit 6640a7cCopy full SHA for 6640a7c
1 file changed
cmake/compileroptions.cmake
@@ -134,7 +134,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
134
# TODO: fix and enable these warnings - or move to suppression list below
135
add_compile_options_safe(-Wno-sign-conversion)
136
add_compile_options_safe(-Wno-shadow-field-in-constructor)
137
- add_compile_options_safe(-Wno-shorten-64-to-32)
138
add_compile_options_safe(-Wno-implicit-int-conversion)
139
add_compile_options_safe(-Wno-double-promotion)
140
add_compile_options_safe(-Wno-shadow-field)
0 commit comments