Skip to content

Commit

Permalink
Try to appease the byte-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 27, 2022
1 parent 1c8edb9 commit e2ccf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -6000,7 +6000,7 @@ Otherwise behave as if called interactively.
(cl-defmethod project-root ((project (head projectile)))
(cdr project))

(cl-defmethod project-files ((project (head projectile)) &optional dirs)
(cl-defmethod project-files ((project (head projectile)) &optional _dirs)
(let ((root (project-root project)))
;; Make paths absolute and ignore the optional dirs argument,
;; see https://github.com/bbatsov/projectile/issues/1591#issuecomment-896423965
Expand Down

0 comments on commit e2ccf0e

Please sign in to comment.