Updated all makefiles by adding -Wundef.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8029 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-06-13 10:24:42 +00:00
parent 07abb12be8
commit 952b0dc3fd
123 changed files with 256 additions and 251 deletions

View File

@ -181,10 +181,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -181,10 +181,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -176,10 +176,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -176,10 +176,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -181,10 +181,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -181,10 +181,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -181,10 +181,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -204,10 +204,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -143,10 +143,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -146,10 +146,10 @@ MOT = $(CP) -O srec
BIN = $(CP) -O binary BIN = $(CP) -O binary
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -182,10 +182,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -190,10 +190,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -181,10 +181,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -185,10 +185,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -189,10 +189,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -204,10 +204,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -108,7 +108,7 @@ LIBS = $(DLIBS) $(ULIBS)
LDFLAGS = -Wl,-Map=$(PROJECT).map,--cref,--no-warn-mismatch $(LIBDIR) LDFLAGS = -Wl,-Map=$(PROJECT).map,--cref,--no-warn-mismatch $(LIBDIR)
ASFLAGS = -Wa,-amhls=$(<:.s=.lst) $(ADEFS) ASFLAGS = -Wa,-amhls=$(<:.s=.lst) $(ADEFS)
CPFLAGS = -Wall -Wextra -Wstrict-prototypes -fverbose-asm -Wa,-alms=$(<:.c=.lst) $(DEFS) CPFLAGS = -Wall -Wextra -Wundef -Wstrict-prototypes -fverbose-asm -Wa,-alms=$(<:.c=.lst) $(DEFS)
# Generate dependency information # Generate dependency information
CPFLAGS += -MD -MP -MF .dep/$(@F).d CPFLAGS += -MD -MP -MF .dep/$(@F).d

View File

@ -86,6 +86,13 @@
#define HAL_USE_I2C FALSE #define HAL_USE_I2C FALSE
#endif #endif
/**
* @brief Enables the I2S subsystem.
*/
#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
#define HAL_USE_I2S FALSE
#endif
/** /**
* @brief Enables the ICU subsystem. * @brief Enables the ICU subsystem.
*/ */

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -99,7 +99,7 @@ LIBS = $(DLIBS) $(ULIBS)
LDFLAGS = -Wl,-Map=$(PROJECT).map,--cref,--no-warn-mismatch -lgcov $(LIBDIR) LDFLAGS = -Wl,-Map=$(PROJECT).map,--cref,--no-warn-mismatch -lgcov $(LIBDIR)
ASFLAGS = -Wa,-amhls=$(<:.s=.lst) $(ADEFS) ASFLAGS = -Wa,-amhls=$(<:.s=.lst) $(ADEFS)
CPFLAGS = $(OPT) -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=$(<:.c=.lst) $(DEFS) CPFLAGS = $(OPT) -Wall -Wextra -Wundef -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=$(<:.c=.lst) $(DEFS)
# Generate dependency information # Generate dependency information
CPFLAGS += -MD -MP -MF .dep/$(@F).d CPFLAGS += -MD -MP -MF .dep/$(@F).d

View File

@ -1,6 +1,6 @@
--i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2014q4/arm-none-eabi/include" --i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2015q1/arm-none-eabi/include"
--i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2014q4/arm-none-eabi/include/c++/4.9.3" --i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2015q1/arm-none-eabi/include/c++/4.9.3"
--i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2014q4/arm-none-eabi/include/c++/4.9.3/arm-none-eabi" --i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2015q1/arm-none-eabi/include/c++/4.9.3/arm-none-eabi"
--i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2014q4/arm-none-eabi/include/c++/4.9.3/backward" --i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2015q1/arm-none-eabi/include/c++/4.9.3/backward"
--i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2014q4/lib/gcc/arm-none-eabi/4.9.3/include" --i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2015q1/lib/gcc/arm-none-eabi/4.9.3/include"
--i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2014q4/lib/gcc/arm-none-eabi/4.9.3/include-fixed" --i"C:/ChibiStudio/tools/GNU Tools ARM Embedded/4.9 2015q1/lib/gcc/arm-none-eabi/4.9.3/include-fixed"

View File

@ -50,7 +50,7 @@
*/ */
#if CH_CFG_USE_DYNAMIC || defined(__DOXYGEN__) #if CH_CFG_USE_DYNAMIC || defined(__DOXYGEN__)
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP) || defined(__DOXYGEN__) #if CH_CFG_USE_HEAP || defined(__DOXYGEN__)
static memory_heap_t heap1; static memory_heap_t heap1;
#endif #endif
#if CH_CFG_USE_MEMPOOLS || defined(__DOXYGEN__) #if CH_CFG_USE_MEMPOOLS || defined(__DOXYGEN__)
@ -73,7 +73,7 @@ static THD_FUNCTION(thread, p) {
test_emit_token(*(char *)p); test_emit_token(*(char *)p);
} }
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP) || defined(__DOXYGEN__) #if CH_CFG_USE_HEAP || defined(__DOXYGEN__)
static void dyn1_setup(void) { static void dyn1_setup(void) {
chHeapObjectInit(&heap1, test.buffer, sizeof(union test_buffers)); chHeapObjectInit(&heap1, test.buffer, sizeof(union test_buffers));
@ -180,8 +180,7 @@ ROMCONST struct testcase testdyn2 = {
}; };
#endif /* CH_CFG_USE_MEMPOOLS */ #endif /* CH_CFG_USE_MEMPOOLS */
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP && CH_CFG_USE_REGISTRY) || \ #if (CH_CFG_USE_HEAP && CH_CFG_USE_REGISTRY) || defined(__DOXYGEN__)
defined(__DOXYGEN__)
/** /**
* @page test_dynamic_003 Registry and References test * @page test_dynamic_003 Registry and References test
* *
@ -251,14 +250,13 @@ ROMCONST struct testcase testdyn3 = {
*/ */
ROMCONST struct testcase * ROMCONST patterndyn[] = { ROMCONST struct testcase * ROMCONST patterndyn[] = {
#if CH_CFG_USE_DYNAMIC || defined(__DOXYGEN__) #if CH_CFG_USE_DYNAMIC || defined(__DOXYGEN__)
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP) || defined(__DOXYGEN__) #if CH_CFG_USE_HEAP || defined(__DOXYGEN__)
&testdyn1, &testdyn1,
#endif #endif
#if CH_CFG_USE_MEMPOOLS || defined(__DOXYGEN__) #if CH_CFG_USE_MEMPOOLS || defined(__DOXYGEN__)
&testdyn2, &testdyn2,
#endif #endif
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP && CH_CFG_USE_REGISTRY) || \ #if (CH_CFG_USE_HEAP && CH_CFG_USE_REGISTRY) || defined(__DOXYGEN__)
defined(__DOXYGEN__)
&testdyn3, &testdyn3,
#endif #endif
#endif #endif

View File

@ -44,7 +44,7 @@
* @brief Heap header file * @brief Heap header file
*/ */
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP) || defined(__DOXYGEN__) #if CH_CFG_USE_HEAP || defined(__DOXYGEN__)
#define SIZE 16 #define SIZE 16
@ -152,7 +152,7 @@ ROMCONST struct testcase testheap1 = {
* @brief Test sequence for heap. * @brief Test sequence for heap.
*/ */
ROMCONST struct testcase * ROMCONST patternheap[] = { ROMCONST struct testcase * ROMCONST patternheap[] = {
#if (CH_CFG_USE_HEAP && !CH_CFG_USE_MALLOC_HEAP) || defined(__DOXYGEN__) #if CH_CFG_USE_HEAP || defined(__DOXYGEN__)
&testheap1, &testheap1,
#endif #endif
NULL NULL

View File

@ -169,10 +169,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -170,10 +170,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -175,10 +175,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -178,10 +178,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -182,10 +182,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -185,10 +185,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -185,10 +185,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -185,10 +185,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -183,10 +183,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

View File

@ -180,10 +180,10 @@ AOPT =
TOPT = -mthumb -DTHUMB TOPT = -mthumb -DTHUMB
# Define C warning options here # Define C warning options here
CWARN = -Wall -Wextra -Wstrict-prototypes CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
# Define C++ warning options here # Define C++ warning options here
CPPWARN = -Wall -Wextra CPPWARN = -Wall -Wextra -Wundef
# #
# Compiler settings # Compiler settings

Some files were not shown because too many files have changed in this diff Show More