r9342: * db-sqlite/sqlite-uffi-api.lisp: Fix row-pointer type
[clsql.git] / sql / metaclasses.lisp
index 5d47ce972af8d1fa811c443ec7cf058474aef55b..f4c87e09843314ec36897de2bb567b46eb8d2305 100644 (file)
@@ -497,6 +497,7 @@ which does type checking before storing a value in a slot."
        ;; all other slots
        (t
         (let ((type-predicate #+openmcl (slot-value esd 'ccl::type-predicate)))
+          #-openmcl (declare (ignore type-predicate))
           (change-class esd 'view-class-effective-slot-definition
                         #+allegro :name 
                         #+allegro (slot-definition-name dsd))