From a766a28fc520203643b94c89ea6af3576cb12415 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 18 Jun 2007 23:43:41 -0700 Subject: [PATCH] Enable many more warning options to gcc command-line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17fc628..55cd6c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g -Wall +CFLAGS = -g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing CFLAGS += `pkg-config cairo --cflags` CFLAGS += `freetype-config --cflags` -- 2.43.0