chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7bae2f9
)
Added declaration inhibit more compiler warnings
author
espen
<espen>
Tue, 19 Mar 2002 17:03:42 +0000
(17:03 +0000)
committer
espen
<espen>
Tue, 19 Mar 2002 17:03:42 +0000
(17:03 +0000)
glib/gforeign.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gforeign.lisp
b/glib/gforeign.lisp
index bf636e6985fd6a813b5e07e884e1d8ed4d74a1e1..48cd686b8f0a9957cd0efb9f2bb41e1e240b9ec7 100644
(file)
--- 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
;; 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.1
2 2001/10/21 21:33:57
espen Exp $
+;; $Id: gforeign.lisp,v 1.1
3 2002/03/19 17:03:42
espen Exp $
(in-package "GLIB")
(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
(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)
(with-alien ((,lisp-name
(function
,(translate-type-spec return-type-spec)