projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8763c
)
Remove a style-warning from sb-bsd-sockets.asd when #-sb-testing-contrib.
author
Francois-Rene Rideau
<tunes@google.com>
Tue, 1 Jan 2013 21:35:05 +0000
(16:35 -0500)
committer
Stas Boukarev
<stassats@gmail.com>
Mon, 4 Feb 2013 09:56:27 +0000
(13:56 +0400)
contrib/sb-bsd-sockets/sb-bsd-sockets.asd
patch
|
blob
|
history
diff --git
a/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
b/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
index
7bbf5d9
..
e17fc63
100644
(file)
--- 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