We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b0035 commit 16f1b39Copy full SHA for 16f1b39
1 file changed
ThirdParty/CMakeLists.txt
@@ -182,7 +182,7 @@ function(include_oatpp)
182
endif ()
183
184
if (CMAKE_CXX_COMPILER_ID MATCHES GNU)
185
- target_compile_options(oatpp PRIVATE "-Wno-useless-cast")
+ target_compile_options(oatpp PRIVATE "-Wno-useless-cast" "-Wno-conversion")
186
187
188
set_property(TARGET oatpp PROPERTY CXX_VISIBILITY_PRESET hidden)
@@ -211,5 +211,3 @@ function(silkit_add_third_party_packages)
211
include_oatpp()
212
213
endfunction()
214
-
215
0 commit comments