Skip to content

Commit 98f87c5

Browse files
committed
build: Remove -Qunused-arguments workaround for clang + ccache
The issue was addressed in ccache 3.2, and from a look at most major distros, it's only Debian Jessie that has a version of ccache older than that.
1 parent 47f0a2d commit 98f87c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ if test "x$use_ccache" != "xno"; then
124124
fi
125125
AC_MSG_RESULT($use_ccache)
126126
fi
127-
if test "x$use_ccache" = "xyes"; then
128-
AX_CHECK_COMPILE_FLAG([-Qunused-arguments],[NOWARN_CXXFLAGS="$NOWARN_CXXFLAGS -Qunused-arguments"],,[[$CXXFLAG_WERROR]])
129-
fi
130127

131128
VERIFY_DEFINES=-DMINISKETCH_VERIFY
132129
RELEASE_DEFINES=

0 commit comments

Comments
 (0)