aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 { \