r11657: 25 Apr 2007 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / uffi / clsql-uffi-loader.lisp
index 47a1f6ad2f86e4f35b0dc9f57df8c3e51e9dc677..2705f554ee88a746ec35b3855feb578e3aa8bd63 100644 (file)
@@ -28,7 +28,7 @@ well as any of the filenames in any of the clsql:*foreign-library-search-paths*"
               (uffi:load-foreign-library testpath
                                          :module module
                                          :supporting-libraries supporting-libraries)
-            (error (c) (warn "~A" c) nil))))
+            (error nil)))) ;(c) (warn "~A" c) nil))))
     (or
      (loop for type in (uffi:foreign-library-types)
           thereis