git.fiddlerwoaroof.com
Browse code

Fixed warning

Alexey Veretennikov authored on 28/05/2015 06:40:56
Showing 1 changed files
... ...
@@ -300,6 +300,7 @@
300 300
                       :after
301 301
                       :documentation "Change capi:multi-column-list-panel colors")
302 302
     (self &rest initargs &key &allow-other-keys)
303
+  (declare (ignore initargs))
303 304
   (set-mulitcolumn-list-panel-colors self))
304 305
 
305 306