use dprintf(1,..) instead of buffered stderr
[libc-test] / Makefile.inc
index 4613e08..f0ebc00 100644 (file)
@@ -9,7 +9,7 @@ OBJS = $(SRCS:.c=.o)
 AR=ar
 RANLIB=ranlib
 
-CFLAGS += -g -D_POSIX_C_SOURCE=200809L -std=c99 -pipe -Wall
+CFLAGS += -g -D_POSIX_C_SOURCE=200809L -std=c99 -pipe -Wall -Wno-unused-function
 LDFLAGS += -g -lpthread -lrt -lm
 
 -include $(TROOT)/config.mak