aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-22 22:54:38 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-22 22:54:38 +0200
commitcc550bfa9b14bb81590ded2c0912c0a91fc3be89 (patch)
tree9a2ec00c76acc9c95fbdc9365ae5d9107622dd23
parent229971285247c9d65b3be919ff8972c179ff49f1 (diff)
Build with -Wno-parentheses
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
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 { \