chiark / gitweb /
More WIP.
[sod] / src / module-proto.lisp
index 28af7bd055e528d22dcf3c7e14272e1c3c83519a..cce9b86eec9f6010a3e62a1cde7fcfb6a5076f08 100644 (file)
@@ -118,7 +118,9 @@ (defgeneric module-import (object)
 
    It's not usual to modify the current module.  Inserting things into the
    `*module-type-map*' is a good plan.")
-  (:method (object) nil))
+  (:method (object)
+    (declare (ignore object))
+    nil))
 
 (export 'add-to-module)
 (defgeneric add-to-module (module item)