From: Sean Whitton Date: Thu, 28 Mar 2024 05:24:49 +0000 (+0800) Subject: Change native-comp-async-report-warnings-errors to silent X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=832bd676affa7d9a70ee20d46189cc8801db9f52;p=emacs.git Change native-comp-async-report-warnings-errors to silent We have had numerous bug reports across packages about this bothering users. --- diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 4566ceaa59e..6a021ea85f6 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -54,7 +54,7 @@ or one if there's just one execution unit." :risky t :version "28.1") -(defcustom native-comp-async-report-warnings-errors t +(defcustom native-comp-async-report-warnings-errors 'silent "Whether to report warnings and errors from asynchronous native compilation. When native compilation happens asynchronously, it can produce