From bcd323c39d6f5f80020ba4a5d9eb8d348c6cc499 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Tue, 1 Jan 2013 16:35:05 -0500 Subject: [PATCH] Remove a style-warning from sb-bsd-sockets.asd when #-sb-testing-contrib. --- contrib/sb-bsd-sockets/sb-bsd-sockets.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/sb-bsd-sockets/sb-bsd-sockets.asd b/contrib/sb-bsd-sockets/sb-bsd-sockets.asd index 7bbf5d9..e17fc63 100644 --- a/contrib/sb-bsd-sockets/sb-bsd-sockets.asd +++ b/contrib/sb-bsd-sockets/sb-bsd-sockets.asd @@ -54,6 +54,7 @@ (defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets-tests)))) (multiple-value-bind (soft strict pending) (funcall (intern "DO-TESTS" (find-package "SB-RT"))) + (declare (ignorable pending)) (fresh-line) (unless strict #+sb-testing-contrib -- 1.7.10.4