From 4026cce22d330d3b9c4b218dd2e19d4f60412e05 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 11 Oct 2017 17:32:33 -0400 Subject: Cleanup: signed/unsigned mismatches, mostly in loop counters --- libraries/mbed/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libraries/mbed') diff --git a/libraries/mbed/Makefile b/libraries/mbed/Makefile index 9d68e92..873359d 100644 --- a/libraries/mbed/Makefile +++ b/libraries/mbed/Makefile @@ -1,6 +1,8 @@ CC=arm-none-eabi-gcc AR=arm-none-eabi-ar +CFLAGS += -Wno-unused-parameter + ########################################### vpath %.c targets/cmsis/TARGET_STM/TARGET_STM32F4 targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_DEV_BRIDGE -- cgit v1.2.3