From 498ae4cd0d2fdc9ebbaf95f00f2c6f2aac2b3351 Mon Sep 17 00:00:00 2001 From: Maximilian Schander Date: Tue, 18 Apr 2017 21:50:58 +0200 Subject: [PATCH] Add -Wno-ignored-attributes flag Fixes #3 limit to 80 characters --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 7401410..9bbff96 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,8 @@ AX_CHECK_COMPILER_FLAGS(-pipe, [OBJCFLAGS="$OBJCFLAGS -pipe"]) AX_CHECK_COMPILER_FLAGS(-fno-common, [OBJCFLAGS="$OBJCFLAGS -fno-common"]) AX_CHECK_COMPILER_FLAGS(-Wobjc-missing-property-synthesis -Werror, [OBJCFLAGS="$OBJCFLAGS -Wobjc-missing-property-synthesis"]) +AX_CHECK_COMPILER_FLAGS(-Wno-ignored-attributes -Werror, + [OBJCXXFLAGS="$OBJCXXFLAGS -Wno-ignored-attributes"]) AC_CHECK_TOOL(AR, ar) AC_PROG_RANLIB