cleaned up some warnings.

This commit is contained in:
skarg
2005-10-17 20:54:17 +00:00
parent a384de5bbf
commit 3ca33605fe
3 changed files with 10 additions and 9 deletions
+5 -4
View File
@@ -6,10 +6,10 @@ BASEDIR = .
#CFLAGS = -Wall -I. -O2 -g
# Note: you can strip out symbols using the strip command
# to get an idea of how big the compile really is.
#CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_ETHERNET=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_ARCNET=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_MSTP=1
CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_BIP=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACFILE=1 -DBACDL_ETHERNET=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACFILE=1 -DBACDL_ARCNET=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACFILE=1 -DBACDL_MSTP=1
CFLAGS = -Wall -I. -Iports/linux -g -DBACFILE=1 -DBACDL_BIP=1
SRCS = ports/linux/main.c \
ports/linux/ethernet.c \
@@ -23,6 +23,7 @@ SRCS = ports/linux/main.c \
whois.c \
iam.c \
rp.c \
rpm.c \
wp.c \
tsm.c \
datalink.c \