diff options
author | Paul Selkirk <paul@psgd.org> | 2018-04-19 16:39:25 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-04-19 16:39:25 -0400 |
commit | 33ac5751d8e56b8cbec0cc5ac41a18f2692e4bf9 (patch) | |
tree | 7c747ca6418cdb87886f8d2aa6d98c22df2146e4 /libraries/libhal | |
parent | 6c7bd80b4e7bc5af1659b14b7fb0038f3dc53989 (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.
Diffstat (limited to 'libraries/libhal')
-rw-r--r-- | libraries/libhal/Makefile | 2 |
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 |