From 4dac92e2027c0fb3ccb5c577dc601d005f7e5d2b Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 20 Apr 2019 20:32:20 -0400 Subject: [PATCH] minor fix - same -Wextra twice --- unit_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/Makefile b/unit_tests/Makefile index c4ccc855e5..fd9a24a4c8 100644 --- a/unit_tests/Makefile +++ b/unit_tests/Makefile @@ -209,7 +209,7 @@ AOPT = TOPT = -mthumb -DTHUMB # Define C warning options here -CWARN = -Wall -Wextra -Wstrict-prototypes -pedantic -Wmissing-prototypes -Wold-style-definition -Wextra +CWARN = -Wall -Wextra -Wstrict-prototypes -pedantic -Wmissing-prototypes -Wold-style-definition # Define C++ warning options here CPPWARN = -Wall -Wextra