From 33ac5751d8e56b8cbec0cc5ac41a18f2692e4bf9 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 19 Apr 2018 16:39:25 -0400 Subject: Cleanup: warn of signed/unsigned mismatches in libhal. This is from October's cleanup binge, but I forgot to commit it at the time. --- libraries/libhal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libhal/Makefile b/libraries/libhal/Makefile index 72225e1..d71956f 100644 --- a/libraries/libhal/Makefile +++ b/libraries/libhal/Makefile @@ -1,6 +1,6 @@ vpath %.c ${LIBHAL_SRC} vpath %.h ${LIBHAL_SRC} -CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter -Wno-sign-compare +CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter include ${LIBHAL_SRC}/Makefile -- cgit v1.2.3