Use -pedantic in tests, fixed all warnings

This commit is contained in:
Erik Ekman
2007-02-11 14:07:26 +00:00
parent ad07e40988
commit 7ea80349f5
3 changed files with 24 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ SRCOBJS = ../src/base32.o ../src/read.o ../src/dns.o ../src/encoding.o ../src/lo
OS = `uname | tr "a-z" "A-Z"`
LDFLAGS = -L/usr/local/lib -lcheck
CFLAGS = -g -Wall -D$(OS) -I../src -I/usr/local/include
CFLAGS = -g -Wall -D$(OS) -I../src -I/usr/local/include -pedantic
all: $(TEST)
@./$(TEST)