0.9.9.15:
authorJuho Snellman <jsnell@iki.fi>
Sun, 5 Feb 2006 23:14:08 +0000 (23:14 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 5 Feb 2006 23:14:08 +0000 (23:14 +0000)
        Make some variables in the code code generated by
        ALIEN-CALLBACK-LISP-WRAPPER-LAMBDA ignorable to get rid of
        spurious warnings, as suggested by James Bielman on sbcl-devel
        "Unused variable warnings in SB-ALIEN::ALIEN-LAMBDA".

src/code/target-alieneval.lisp
version.lisp-expr

index 8a33628..61aea07 100644 (file)
@@ -797,6 +797,7 @@ ENTER-ALIEN-CALLBACK pulls the corresponsing trampoline out and calls it.")
                         (sb!kernel:get-lisp-obj-address args-pointer)))
              (res-sap (int-sap
                        (sb!kernel:get-lisp-obj-address result-pointer))))
+         (declare (ignorable args-sap res-sap))
          (with-alien
              ,(loop
                  with offset = 0
index 5326c28..aac7543 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.9.14"
+"0.9.9.15"