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:
b7c49e0
)
Got rid of warning
author
espen
<espen>
Thu, 10 May 2007 20:25:30 +0000
(20:25 +0000)
committer
espen
<espen>
Thu, 10 May 2007 20:25:30 +0000
(20:25 +0000)
glib/gobject.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gobject.lisp
b/glib/gobject.lisp
index 1b47b0a25f0d3647bf2300ab660d87a51d0e28b9..6543d2df109ca4de59a1a565e55a0ad3e6535def 100644
(file)
--- a/
glib/gobject.lisp
+++ b/
glib/gobject.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gobject.lisp,v 1.5
5 2007-02-19 13:49:15
espen Exp $
+;; $Id: gobject.lisp,v 1.5
6 2007-05-10 20:25:30
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-154,7
+154,7
@@
(defmethod compute-slot-reader-function ((slotd effective-property-slot-definiti
(defmethod compute-slot-writer-function :around ((slotd effective-property-slot-definition))
(if (construct-only-property-p slotd)
#'(lambda (value object)
(defmethod compute-slot-writer-function :around ((slotd effective-property-slot-definition))
(if (construct-only-property-p slotd)
#'(lambda (value object)
- (declare (ignore value
object
))
+ (declare (ignore value))
(unless *ignore-setting-construct-only-property*
(error 'unwritable-slot :name (slot-definition-name slotd) :instance object)))
(call-next-method)))
(unless *ignore-setting-construct-only-property*
(error 'unwritable-slot :name (slot-definition-name slotd) :instance object)))
(call-next-method)))