From d57397f9c872225fd9bf5d97132d47b4187d1b59 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 20 Mar 2018 07:57:27 -0500 Subject: [PATCH] Remove an unneeded -Wno-error=lto-type-mismtach --- ports/atmel-samd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 73799e5f28..1bcf9c3501 100644 --- a/ports/atmel-samd/Makefile +++ b/ports/atmel-samd/Makefile @@ -72,7 +72,6 @@ BASE_CFLAGS = \ -Wnested-externs \ -Wunreachable-code \ -Wcast-align \ - -Wno-error=lto-type-mismatch \ -D__$(CHIP_VARIANT)__ \ -ffunction-sections \ -fdata-sections \