From eeeb04fa1a202c68279d4b4ee0a1e3ff34c62c7f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 4 Mar 2021 17:54:40 -0500 Subject: add L4 and G4 to ChibiOS; delete bloat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c36535..c680ac8 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC) CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes -pedantic # Define C++ warning options here. -CPPWARN = -Wall -Wextra -Wundef -pedantic +CPPWARN = -Wall -Wextra -Wundef -pedantic -Wno-volatile # # Project, target, sources and paths -- cgit v1.2.3