[Cryptech-Commits] [sw/stm32] 01/02: Cleanup: warn of signed/unsigned mismatches in libhal.
git at cryptech.is
git at cryptech.is
Tue Feb 27 17:08:27 UTC 2018
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch hashsig
in repository sw/stm32.
commit 14e17e6efd19622fbec6be8270be2c30a6b07920
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Thu Feb 15 16:37:24 2018 -0500
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
More information about the Commits
mailing list