From eb155639c6293e5fd412a8268a2c1a6ca03ebe45 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 27 Sep 2022 16:01:28 +0200 Subject: [PATCH] ci: build with -Wimplicit-int-conversion Seems to have got lost on the way in CFLAGS --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 4916e66a8c..20434003b4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -965,7 +965,7 @@ jobs: CC: "clang-14" CXX: "clang++-14" RUSTFLAGS: "-C instrument-coverage" - CFLAGS: "-fprofile-instr-generate -fcoverage-mapping -O0 -g -fno-strict-aliasing -fsanitize=address -fno-omit-frame-pointer -fPIC -Wno-unused-parameter -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION=1" + CFLAGS: "-fprofile-instr-generate -fcoverage-mapping -O0 -g -fno-strict-aliasing -fsanitize=address -fno-omit-frame-pointer -fPIC -Wno-unused-parameter -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION=1 -Wimplicit-int-float-conversion -Wimplicit-int-conversion" CXXFLAGS: "-fprofile-instr-generate -fcoverage-mapping -O0 -g -fno-strict-aliasing -fsanitize=address -fno-omit-frame-pointer -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION=1 -stdlib=libc++ -Wimplicit-int-float-conversion -Wimplicit-int-conversion" ac_cv_func_malloc_0_nonnull: "yes" ac_cv_func_realloc_0_nonnull: "yes"