From a72b0deea6b637d44f97350e42422dd5654abdbe Mon Sep 17 00:00:00 2001 From: Djordje Mijovic Date: Mon, 13 Jul 2020 14:01:53 +0200 Subject: [PATCH] Disabling -Wsign-conversion for yul_proto_diff_custom_mutate_ossfuzz target --- test/tools/ossfuzz/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tools/ossfuzz/CMakeLists.txt b/test/tools/ossfuzz/CMakeLists.txt index 419b2021e..9ad7b9c80 100644 --- a/test/tools/ossfuzz/CMakeLists.txt +++ b/test/tools/ossfuzz/CMakeLists.txt @@ -83,6 +83,7 @@ if (OSSFUZZ) protobuf.a ) set_target_properties(yul_proto_diff_custom_mutate_ossfuzz PROPERTIES LINK_FLAGS ${LIB_FUZZING_ENGINE}) + target_compile_options(yul_proto_diff_custom_mutate_ossfuzz PUBLIC ${COMPILE_OPTIONS} -Wno-sign-conversion) add_executable(abiv2_proto_ossfuzz ../../EVMHost.cpp