Addition of -Wall to CFLAGS

Cleanup warnings produced by above with the exception of those files requiring reorganisation
This commit is contained in:
Mark Riddoch
2013-06-17 14:25:32 +02:00
parent 1300c5d089
commit 6afc2e432b
7 changed files with 10 additions and 8 deletions

View File

@ -19,7 +19,7 @@
# 13/06/13 Mark Riddoch Initial routing module development
CC=cc
CFLAGS=-c -fPIC -I/usr/include -I../include -I../../include
CFLAGS=-c -fPIC -I/usr/include -I../include -I../../include -Wall
LDFLAGS=-shared
TESTSRCS=testroute.c
TESTOBJ=$(TESTSRCS:.c=.o)