Skip to content

Commit 5457732

Browse files
committed
enabled -Wshorten-64-to-32 Clang warning
1 parent 5a4209b commit 5457732

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
6060
add_compile_options(-Wno-padded)
6161
add_compile_options(-Wno-sign-conversion)
6262
add_compile_options(-Wno-implicit-int-conversion)
63-
add_compile_options(-Wno-shorten-64-to-32)
6463
add_compile_options(-Wno-shadow-field-in-constructor)
6564

6665
if (CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 14 OR CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 14)

0 commit comments

Comments
 (0)