Skip to content

Commit

Permalink
fix: More compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 23, 2023
1 parent 20f60d8 commit 108fde0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions lisp/generate/ignore.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
(locate-dominating-file dir "_prepare.el"))
nil t))

;;
;;; Externals

(declare-function gitignore-templates-names "ext:license-templates.el")

;;
;;; Core

(defun eask--print-ignore-menu ()
"Print all available ignore."
(eask-msg "available via `eask generate ignore`")
Expand Down
2 changes: 2 additions & 0 deletions lisp/generate/license.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

(defvar license-templates--data)

(declare-function license-templates-keys "ext:license-templates.el")

;;
;;; Core

Expand Down
4 changes: 2 additions & 2 deletions lisp/init/cask.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
;;
;;; Externals

(defvar -flatten)

(declare-function ansi-green "ext:ansi.el")
(declare-function ansi-yellow "ext:ansi.el")
(declare-function ansi-white "ext:ansi.el")

(declare-function -flatten "ext:dash.el")

(declare-function cask--read "ext:cask.el")

;;
Expand Down
1 change: 1 addition & 0 deletions lisp/lint/checkdoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

;;
;;; Externals

(defvar checkdoc-version)
(defvar checkdoc-create-error-function)

Expand Down
1 change: 1 addition & 0 deletions lisp/lint/elsa.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

(declare-function elsa-message-format "ext:elsa.el")
(declare-function elsa-analyse-file "ext:elsa.el")
(declare-function --each "ext:dash.el")

;;
;;; Flags
Expand Down
5 changes: 5 additions & 0 deletions lisp/lint/package.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
(locate-dominating-file dir "_prepare.el"))
nil t))

;;
;;; Externals

(declare-function package-lint-current-buffer "ext:package-lint.el")

;;
;;; Flags

Expand Down
5 changes: 5 additions & 0 deletions lisp/lint/regexps.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
(locate-dominating-file dir "_prepare.el"))
nil t))

;;
;;; Externals

(declare-function relint-buffer "ext:package-lint.el")

;;
;;; Flags

Expand Down

0 comments on commit 108fde0

Please sign in to comment.