Skip to content

Commit c04d7df

Browse files
achamayouCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent a892405 commit c04d7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/evercbor.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target_include_directories(
1111
evercbor PUBLIC $<BUILD_INTERFACE:${CCF_3RD_PARTY_EXPORTED_DIR}/evercbor>
1212
$<INSTALL_INTERFACE:include/3rdparty/evercbor>
1313
)
14-
target_compile_options(evercbor PRIVATE -Wno-everything)
14+
target_compile_options(evercbor PRIVATE -Wno-implicit-int-float-conversion)
1515
set_property(TARGET evercbor PROPERTY POSITION_INDEPENDENT_CODE ON)
1616
add_san(evercbor)
1717

0 commit comments

Comments
 (0)