X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2Fclsql-uffi-loader.lisp;h=2705f554ee88a746ec35b3855feb578e3aa8bd63;hp=47a1f6ad2f86e4f35b0dc9f57df8c3e51e9dc677;hb=1b07d2fd927cf8f1943ac0a0b8c980d1dc707076;hpb=d3d9487458df1c55d472676a07622470eaaf98a2 diff --git a/uffi/clsql-uffi-loader.lisp b/uffi/clsql-uffi-loader.lisp index 47a1f6a..2705f55 100644 --- a/uffi/clsql-uffi-loader.lisp +++ b/uffi/clsql-uffi-loader.lisp @@ -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