From c9d9ce1f208dbd5c141cf8b4a4ac929f5cf0301d Mon Sep 17 00:00:00 2001 From: George Kettleborough Date: Tue, 5 Sep 2023 12:50:36 -0600 Subject: Suppress reporting of async compile warnings and errors Signed-off-by: Ashton Wiersdorf --- early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/early-init.el b/early-init.el index 91b9fcd..f6bc9d5 100644 --- a/early-init.el +++ b/early-init.el @@ -19,6 +19,7 @@ (setq gc-cons-threshold 10000000) (setq byte-compile-warnings '(not obsolete)) (setq warning-suppress-log-types '((comp) (bytecomp))) +(setq native-comp-async-report-warnings-errors 'silent) ;; Silence stupid startup message (setq inhibit-startup-echo-area-message (user-login-name)) -- cgit v1.2.3