From 55ae07403cdef4fb630ec57b43db9cf7ea5828e9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Mon, 18 Oct 2021 12:42:34 +0200 Subject: [PATCH] Enable more strict warnings --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6943396..4c1ecc2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CFLAGS=-fPIC CFLAGS+=-std=c11 -pedantic -Werror -Wformat +CFLAGS+=-Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition # Debug flags #CFLAGS+=-fsanitize=address