From 18244146721e33ff0307cdddec3024cc4a1f91e4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 21 May 2007 23:46:20 +0200 Subject: Makefile: Reorder CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5f8c0f..a93a097 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ BINDIR = $(prefix)/bin MANDIR = $(prefix)/share/man/man1 CC := gcc -CFLAGS := $(CFLAGS) -W -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" \ +CFLAGS := $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \ -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes -- cgit v1.2.3-54-g00ecf