[Cryptech-Commits] [sw/stm32] branch master updated: Cleanup: warn of signed/unsigned mismatches in libhal.
git at cryptech.is
git at cryptech.is
Thu Apr 19 21:00:40 UTC 2018
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/stm32.
The following commit(s) were added to refs/heads/master by this push:
new 33ac575 Cleanup: warn of signed/unsigned mismatches in libhal.
33ac575 is described below
commit 33ac5751d8e56b8cbec0cc5ac41a18f2692e4bf9
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Thu Apr 19 16:39:25 2018 -0400
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list