Remove an unneeded -Wno-error=lto-type-mismtach

This commit is contained in:
Jeff Epler 2018-03-20 07:57:27 -05:00
parent fa88446679
commit d57397f9c8

View File

@ -72,7 +72,6 @@ BASE_CFLAGS = \
-Wnested-externs \
-Wunreachable-code \
-Wcast-align \
-Wno-error=lto-type-mismatch \
-D__$(CHIP_VARIANT)__ \
-ffunction-sections \
-fdata-sections \