From 5872494970d16c7b656c4a7d7c15d51a7c99cfd5 Mon Sep 17 00:00:00 2001 From: tempate Date: Mon, 15 Jul 2024 08:11:31 +0200 Subject: [PATCH] Add StackOverflow-suggested flags to Ubuntu's CI Signed-off-by: tempate --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 857168f2588..decbf37951e 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -55,7 +55,7 @@ on: env: security-cmake-flag: ${{ inputs.security == true && '-DSECURITY=ON' || '-DSECURITY=OFF' }} - colcon-build-default-cmake-args: '-DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -Wpedantic -Wunused-value -Woverloaded-virtual -Wsign-compare -Wcast-align -Wlogical-op -Wduplicated-cond -Wrestrict -Wnull-dereference"' + colcon-build-default-cmake-args: '-DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -Wpedantic -Wunused-value -Woverloaded-virtual -Wsign-compare -Wcast-align -Wlogical-op -Wduplicated-cond -Wrestrict -Wnull-dereference -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wunreachable-code"' defaults: run: shell: bash