X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/2e31c8aff8b69db4b6e9c09d17b72ebf1403c0d6..ad24278b30e474c5551a1d0443f5af17f2a0efee:/glib/gforeign.lisp diff --git a/glib/gforeign.lisp b/glib/gforeign.lisp index bf636e6..48cd686 100644 --- a/glib/gforeign.lisp +++ b/glib/gforeign.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gforeign.lisp,v 1.12 2001/10/21 21:33:57 espen Exp $ +;; $Id: gforeign.lisp,v 1.13 2002/03/19 17:03:42 espen Exp $ (in-package "GLIB") @@ -346,6 +346,7 @@ (defun %defbinding (foreign-name lisp-name lambda-list (let ((alien-funcall `(alien-funcall ,lisp-name ,@(alien-parameters)))) `(defun ,lisp-name ,lambda-list ,@docs + (declare (optimize (ext:inhibit-warnings 3))) (with-alien ((,lisp-name (function ,(translate-type-spec return-type-spec)