Skip to content

Commit

Permalink
fix: compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 23, 2023
1 parent 9836253 commit fa1b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company-c-headers.el
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Filters on the appropriate regex for the current major mode."
1))

;;;###autoload
(defun company-c-headers (command &optional arg &rest ignored)
(defun company-c-headers (command &optional arg &rest _ignored)
"Company backend for C/C++ header files."
(interactive (list 'interactive))
(pcase command
Expand Down

0 comments on commit fa1b905

Please sign in to comment.