[hackers] [dmenu] adapted c99 for pedantic checks, even if those checks are somewhat broken

From: Anselm R. Garbe <garbeam_AT_gmail.com>
Date: Wed Oct 10 18:59:03 2007

changeset: 231:9ab649b3b3e5
tag: tip
user: Anselm R. Garbe <garbeam_AT_gmail.com>
date: Wed Oct 10 18:57:51 2007 +0200
summary: adapted c99 for pedantic checks, even if those checks are somewhat broken

diff -r f920d35c9ce0 -r 9ab649b3b3e5 config.mk
--- a/config.mk Mon Oct 01 15:28:42 2007 +0200
+++ b/config.mk Wed Oct 10 18:57:51 2007 +0200
@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = -s ${LIBS}
-#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
 # Solaris
Received on Wed Oct 10 2007 - 18:59:03 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:30 UTC