Преглед на файлове

Fix style-warnings for static-pages plugin.

Brit Butler преди 11 години
родител
ревизия
975be4236e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      plugins/static-pages.lisp

+ 1 - 0
plugins/static-pages.lisp

@@ -25,6 +25,7 @@
25 25
 
26 26
 (defmethod render ((object page) &key next prev)
27 27
   ;; For the time being, we'll re-use the normal post theme.
28
+  (declare (ignore next prev))
28 29
   (funcall (theme-fn 'post) (list :config *config*
29 30
                                   :post object)))
30 31