Skip to content

Commit 38f126a

Browse files
maxtropetsachamayouCopilot
authored
Silence EverCBOR warnings (#7525)
Co-authored-by: Amaury Chamayou <amaury@xargs.fr> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 402347e commit 38f126a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/evercbor.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +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)
1415
set_property(TARGET evercbor PROPERTY POSITION_INDEPENDENT_CODE ON)
1516
add_san(evercbor)
1617

0 commit comments

Comments
 (0)