]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - tests/ci/run.sh
build: ensure we use -Werror on Linux builds
[thirdparty/lldpd.git] / tests / ci / run.sh
index cf86873137260a396038b7f43725e9507a279924..71526cec640818da7494c8f053fb5e117fe93490 100755 (executable)
@@ -9,7 +9,6 @@ case "$(uname -s)" in
         [ $(uname -m) != x86_64 ] || \
             LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --enable-sanitizers"
         LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS LDFLAGS=-fuse-ld=gold"
-        MAKE_ARGS="-Werror"
         ;;
     Darwin)
         LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS CFLAGS=-mmacosx-version-min=11.1"