[app][tests] disable printf formatting warnings for printf test

This commit is contained in:
Travis Geiselbrecht
2013-05-24 20:52:16 -07:00
parent 7e9fa038c3
commit 2760f146f5

View File

@@ -12,4 +12,6 @@ MODULE_SRCS += \
$(LOCAL_DIR)/benchmarks.c \
$(LOCAL_DIR)/fibo.c
MODULE_COMPILEFLAGS += -Wno-format
include make/module.mk