From: Carl Worth Date: Tue, 19 Jun 2007 06:43:41 +0000 (-0700) Subject: Enable many more warning options to gcc command-line X-Git-Url: https://git.cworth.org/git?p=spritext;a=commitdiff_plain;h=a766a28fc520203643b94c89ea6af3576cb12415 Enable many more warning options to gcc command-line --- 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`