瀏覽代碼

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