From 14e17e6efd19622fbec6be8270be2c30a6b07920 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 15 Feb 2018 16:37:24 -0500 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