minor fix - same -Wextra twice
This commit is contained in:
parent
73bc740967
commit
4dac92e202
|
@ -209,7 +209,7 @@ AOPT =
|
||||||
TOPT = -mthumb -DTHUMB
|
TOPT = -mthumb -DTHUMB
|
||||||
|
|
||||||
# Define C warning options here
|
# 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
|
# Define C++ warning options here
|
||||||
CPPWARN = -Wall -Wextra
|
CPPWARN = -Wall -Wextra
|
||||||
|
|
Loading…
Reference in New Issue