minor fix - same -Wextra twice

This commit is contained in:
rusefi 2019-04-20 20:32:20 -04:00
parent 73bc740967
commit 4dac92e202
1 changed files with 1 additions and 1 deletions

View File

@ -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