From 372ba45bedff8bd530d82b59138dd379a99b9485 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 8 Dec 2018 15:08:40 -0500 Subject: [PATCH] -pedantic --- unit_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/Makefile b/unit_tests/Makefile index 71ed7d2112..d9129df54c 100644 --- a/unit_tests/Makefile +++ b/unit_tests/Makefile @@ -199,7 +199,7 @@ AOPT = TOPT = -mthumb -DTHUMB # Define C warning options here -CWARN = -Wall -Wextra -Wstrict-prototypes +CWARN = -Wall -Wextra -Wstrict-prototypes -pedantic -Wmissing-prototypes -Wold-style-definition -Wextra # Define C++ warning options here CPPWARN = -Wall -Wextra