From cbd4eca5912cf8f889c896e9d5cd8ce39f85a456 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 23 Apr 2008 07:48:45 +0200 Subject: [PATCH] * tests/static.at (ccache -all-static): Ignore link warnings. Report by Gary V. Vaughan. Signed-off-by: Ralf Wildenhues --- ChangeLog | 5 +++++ tests/static.at | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebf9ba93e..1f56c50e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-23 Ralf Wildenhues + + * tests/static.at (ccache -all-static): Ignore link warnings. + Report by Gary V. Vaughan. + 2008-04-22 Gary V. Vaughan Libtoolize now advises AC_CONFIG_MACRO_DIR use where appropriate. diff --git a/tests/static.at b/tests/static.at index 1a51d0d04..b5e994627 100644 --- a/tests/static.at +++ b/tests/static.at @@ -372,6 +372,6 @@ AT_DATA([a.c], AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore]) AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS -all-static a.$OBJEXT -o a], - [], [ignore]) + [], [ignore], [ignore]) AT_CLEANUP -- 2.47.2