From 536bd4261e565f34e7ef8fcb8ca26a0148898ae3 Mon Sep 17 00:00:00 2001 From: gonzo Date: Sun, 5 Feb 2023 12:28:46 +0100 Subject: cleaned up warnings in main.c agenda_entry.* utils.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a71ad6..dc27132 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CC=clang --std=gnu99 CC=clang --std=c99 .endif -CFLAGS=-Wall -Wextra -Werror -Weverything -pedantic +CFLAGS=-Wall -Wextra -Werror -Weverything -Wpadded -pedantic LIBS= BLDFLAGS=-g RELFLAGS=-O2 -- cgit v1.2.3