-pedantic

This commit is contained in:
rusefi 2018-12-08 15:08:40 -05:00
parent e7758ae9c1
commit 372ba45bed
1 changed files with 1 additions and 1 deletions

View File

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