We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c5c96 commit b51fdf8Copy full SHA for b51fdf8
build/autotools/PlatformFlags.m4
@@ -6,6 +6,8 @@ AS_IF([test "$os_darwin" = "yes"],
6
[AX_CHECK_COMPILE_FLAG([-Wno-cast-align], [CFLAGS="$CFLAGS -Wno-cast-align"])])
7
AS_IF([test "$os_darwin" = "yes"],
8
[AX_CHECK_COMPILE_FLAG([-Wno-unneeded-internal-declaration], [CFLAGS="$CFLAGS -Wno-unneeded-internal-declaration"])])
9
+AS_IF([test "$os_darwin" = "yes"],
10
+ [AX_CHECK_COMPILE_FLAG([-Wno-error=unused-command-line-argument], [CFLAGS="$CFLAGS -Wno-error=unused-command-line-argument"])])
11
dnl We know there are some cast-align issues on Solaris
12
AS_IF([test "$os_solaris" = "yes"],
13
0 commit comments