From 9f7b8eb1ca7db67ddb75ab6567e035ad6fcf749b Mon Sep 17 00:00:00 2001 From: Mike Hamburg Date: Thu, 23 Apr 2015 14:50:29 -0700 Subject: [PATCH] restore wno-overlength-strings (it was used for NEON) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd05beb..d7edb0e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ endif FIELD ?= p448 WARNFLAGS = -pedantic -Wall -Wextra -Werror -Wunreachable-code \ - -Wmissing-declarations -Wunused-function $(EXWARN) + -Wmissing-declarations -Wunused-function -Wno-overlength-strings $(EXWARN) INCFLAGS = -Isrc/include -Iinclude -Isrc/$(FIELD) -Isrc/$(FIELD)/$(ARCH)