Suppress native compilation *Warnings* buffer (#15732)

This commit is contained in:
Codruț Constantin Gușoi 2022-09-12 08:26:51 +01:00 committed by GitHub
parent acab040c72
commit c1ef3c3f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -239,3 +239,6 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
;; Don't load outdated compiled files.
(setq load-prefer-newer t)
;; Suppress the *Warnings* buffer when native compilation shows warnings.
(setq native-comp-async-report-warnings-errors 'silent)