From 534ee5f0983f454ae454cdd1600adf6b277023d1 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Tue, 3 Sep 2024 15:23:43 +0000 Subject: [PATCH] silent warning for now --- ze/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ze/Makefile.am b/ze/Makefile.am index 20d14200..0cbc9430 100644 --- a/ze/Makefile.am +++ b/ze/Makefile.am @@ -1,7 +1,7 @@ .DELETE_ON_ERROR: if STRICT - WERROR = -Werror + WERROR = -Werror -Wno-error=nonnull else WERROR = endif