]> git.ipfire.org Git - people/ms/suricata.git/blobdiff - .github/workflows/builds.yml
ci: adds default warning flag about float conversions
[people/ms/suricata.git] / .github / workflows / builds.yml
index 07c7ef12e5a9b27cac409942298dac4a5b0f0051..158c47f34731f63f45f41994b9b188b43fe941ed 100644 (file)
@@ -465,7 +465,7 @@ jobs:
           chmod 755 $HOME/.cargo/bin/cbindgen
           echo "$HOME/.cargo/bin" >> $GITHUB_PATH
       - run: ./autogen.sh
-      - run: CC="clang" CFLAGS="$DEFAULT_CFLAGS -Wshadow -fsanitize=address -fno-omit-frame-pointer" ./configure --enable-debug --enable-unittests --disable-shared --enable-rust-strict --enable-hiredis
+      - run: CC="clang" CFLAGS="$DEFAULT_CFLAGS -Wshadow -fsanitize=address -fno-omit-frame-pointer  -Wimplicit-int-float-conversion" ./configure --enable-debug --enable-unittests --disable-shared --enable-rust-strict --enable-hiredis
         env:
           LDFLAGS: "-fsanitize=address"
           ac_cv_func_realloc_0_nonnull: "yes"