Silence stupid warning

This commit is contained in:
Howard Chu 2011-08-12 04:11:14 -07:00
parent f9f0ec92a9
commit af0b49aa60

View File

@ -1,5 +1,5 @@
CC = gcc
W = -W -Wall -Wno-unused-parameter -Wcast-qual -Wbad-function-cast
W = -W -Wall -Wno-unused-parameter -Wbad-function-cast
OPT = -O2 -g
CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS)
LDLIBS =