From ef984561363757e7ce04c95a15c58564d9f34bb3 Mon Sep 17 00:00:00 2001 From: mschubert Date: Mon, 9 Oct 2023 16:03:46 +0200 Subject: [PATCH] disable -Werror, issues with m1mac tests on cran --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 54ae28a..d07a698 100755 --- a/configure +++ b/configure @@ -39,6 +39,7 @@ if [ ! -f src/libzmq/src/.libs/libzmq.a ]; then --enable-static \ --disable-shared \ --disable-maintainer-mode \ + --disable-Werror \ --enable-drafts \ --disable-libbsd \ --disable-libunwind \