X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/2e31c8aff8b69db4b6e9c09d17b72ebf1403c0d6..cd794aac76c990da71b3361e6333d3f7857d0946:/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 @@ (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)