Skip to content

Commit 6640a7c

Browse files
authored
enabled -Wshorten-64-to-32 Clang compiler warning (#8670)
1 parent b587c7c commit 6640a7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmake/compileroptions.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
134134
# TODO: fix and enable these warnings - or move to suppression list below
135135
add_compile_options_safe(-Wno-sign-conversion)
136136
add_compile_options_safe(-Wno-shadow-field-in-constructor)
137-
add_compile_options_safe(-Wno-shorten-64-to-32)
138137
add_compile_options_safe(-Wno-implicit-int-conversion)
139138
add_compile_options_safe(-Wno-double-promotion)
140139
add_compile_options_safe(-Wno-shadow-field)

0 commit comments

Comments
 (0)