From: Darrin Chandler Date: Sun, 13 Sep 2009 17:28:19 +0000 (+0000) Subject: Add -std=c89. We already were compliant, and this is mostly to encourage X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=b9b62a7f36155c48b9b11b7789cdefec4a1c21da;p=spectrwm.git Add -std=c89. We already were compliant, and this is mostly to encourage better patches from the GNU crowd. "do it" marco@ --- diff --git a/Makefile b/Makefile index 2e564ee..9e432cc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SUBDIR= lib PROG=scrotwm MAN=scrotwm.1 -CFLAGS+=-Wall -Wno-uninitialized -ggdb3 +CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3 CPPFLAGS+= -I${X11BASE}/include LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr