From 1547077f958bec62f64674ac7c83e8f7f89b0cc9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 24 Jan 2024 09:33:53 +0100 Subject: Codestyle changes --- make.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make.c') diff --git a/make.c b/make.c index ffeacf9..087440a 100644 --- a/make.c +++ b/make.c @@ -19,7 +19,8 @@ #define CC "cc" #define CFLAGS \ - "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-Wno-pointer-sign", "-pipe" + "-Wall", "-Wextra", "-Wpedantic", "-Werror", "-Wno-parentheses", \ + "-Wno-pointer-sign", "-pipe" #define CFLAGS_DEBUG "-DGRAB_DEBUG", "-g", "-ggdb3" #ifdef __APPLE__ # define CFLAGS_RELEASE "-O3" -- cgit v1.2.3