summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/Makefile
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-05-05 12:46:30 -0400
committerLucian Copeland <hierophect@gmail.com>2020-05-05 12:46:30 -0400
commita1330747e8160064237f79be9b679c1042ffc881 (patch)
treebb38899fa8cbdebbd56c83cbd9930df895f67178 /ports/mimxrt10xx/Makefile
parentbc581fbdfb10f9cf89f2e7572cd67e1dc10b8451 (diff)
text fixes, postpone warning disable
Diffstat (limited to 'ports/mimxrt10xx/Makefile')
-rw-r--r--ports/mimxrt10xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/mimxrt10xx/Makefile b/ports/mimxrt10xx/Makefile
index cc2ec8f2b..2efb4d6cb 100644
--- a/ports/mimxrt10xx/Makefile
+++ b/ports/mimxrt10xx/Makefile
@@ -93,8 +93,9 @@ endif
CFLAGS += $(INC) -Wall -Wno-cast-align -std=gnu11 -nostdlib $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT)
+# TODO: add these when -Werror is applied
# Disable some warnings, as do most ports. NXP SDK causes undef, tinyusb causes cast-align
-CFLAGS += -Wno-undef -Wno-cast-align
+# CFLAGS += -Wno-undef -Wno-cast-align
CFLAGS += \
-mthumb \