From 96a486fd8ff96566f96ac52ddeae18091720b68e Mon Sep 17 00:00:00 2001 From: Maximilian Schander Date: Sun, 30 Apr 2017 04:41:45 -0700 Subject: [PATCH] Add -Wno-ignored-attributes flag (#5) 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