From cc550bfa9b14bb81590ded2c0912c0a91fc3be89 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 22 Apr 2024 22:54:38 +0200 Subject: Build with -Wno-parentheses --- make.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.c b/make.c index cb1a54d..b2cba46 100644 --- a/make.c +++ b/make.c @@ -20,7 +20,7 @@ #define LIBNAME "libmlib" #define WARNINGS \ "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-Wno-attributes", "-Wvla", \ - "-Wno-pointer-sign" + "-Wno-pointer-sign", "-Wno-parentheses" #define CMDRC(c) \ do { \ -- cgit v1.2.3