From e22f333ddb1af56334146583e3bdbcf85cf189d6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 Apr 2015 20:09:02 -0400 Subject: Silence some compilation warnings * lisp/emacs-lisp/check-declare.el (compilation-forget-errors): * lisp/emulation/cua-base.el (delete-active-region): * lisp/net/net-utils.el (w32-get-console-output-codepage): * lisp/term/ns-win.el (ns-own-selection-internal) (ns-disown-selection-internal, ns-selection-owner-p) (ns-selection-exists-p, ns-get-selection): Declare for compiler.. --- lisp/emacs-lisp/check-declare.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/emacs-lisp/check-declare.el') diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el index 8fc299d7e93..a7045ad8f22 100644 --- a/lisp/emacs-lisp/check-declare.el +++ b/lisp/emacs-lisp/check-declare.el @@ -284,6 +284,8 @@ TYPE is a string giving the nature of the error. Warning is displayed in type) nil check-declare-warning-buffer))) +(declare-function compilation-forget-errors "compile" ()) + (defun check-declare-files (&rest files) "Check veracity of all `declare-function' statements in FILES. Return a list of any errors found." -- cgit v1.2.1