Use -pedantic, fixed all warnings

This commit is contained in:
Erik Ekman
2007-02-11 13:54:40 +00:00
parent 92a791f430
commit ad07e40988
8 changed files with 52 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ OS = `uname | tr "a-z" "A-Z"`
ARCH = `uname -m`
LDFLAGS = -lz
CFLAGS = -c -g -Wall -D$(OS)
CFLAGS = -c -g -Wall -D$(OS) -pedantic
all: stateos $(CLIENT) $(SERVER) $(TESTSUITE)