diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 541868e7b2..c3477086ce 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -72,12 +72,13 @@ jobs: case ${{matrix.strictness}} in normal) ;; strict) case ${{matrix.compiler}} in - (gcc) HB_USER_CFLAGS="$HB_USER_CFLAGS -Werror -Wno-error=deprecated-declarations -Wno-error=array-bounds" ;; - (*) HB_USER_CFLAGS="$HB_USER_CFLAGS -Werror -Wno-error=deprecated-declarations" ;; + (gcc) HB_USER_CFLAGS="$HB_USER_CFLAGS -Werror" ;; + (*) HB_USER_CFLAGS="$HB_USER_CFLAGS -Werror" ;; esac ;; esac tee ./.bashrc <