Skip to content

Commit

Permalink
Ignored variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Aug 5, 2016
1 parent f133a87 commit f4f56ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbind.lisp
Expand Up @@ -77,6 +77,7 @@ an ftype declaration."
(defun build-bind/ftype (var temp decls env)
(multiple-value-bind (args ret known?)
(declared-ftype var decls env)
(declare (ignore ret))
(flet ((give-up ()
`(,var (&rest args)
(declare (dynamic-extent args))
Expand Down

0 comments on commit f4f56ad

Please sign in to comment.