aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-04-19 16:39:25 -0400
committerPaul Selkirk <paul@psgd.org>2018-04-19 16:39:25 -0400
commit33ac5751d8e56b8cbec0cc5ac41a18f2692e4bf9 (patch)
tree7c747ca6418cdb87886f8d2aa6d98c22df2146e4
parent6c7bd80b4e7bc5af1659b14b7fb0038f3dc53989 (diff)
Cleanup: warn of signed/unsigned mismatches in libhal.
This is from October's cleanup binge, but I forgot to commit it at the time.
-rw-r--r--libraries/libhal/Makefile2
1 files changed, 1 insertions, 1 deletions
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