From a349fc0320f90fdfb87744113c5a107f486004b8 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Wed, 16 Aug 2023 00:19:12 +0200
Subject: emacs: Silence native-compilation warnings

---
 .config/emacs/config.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to '.config/emacs')

diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index e88b190..0d38654 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -203,7 +203,8 @@ whole lot of those when ~straight.el~ is installing packages.
 
 #+BEGIN_SRC elisp
 
-  (setq comp-async-report-warnings-errors nil)
+  (setq comp-async-report-warnings-errors nil
+        native-comp-async-report-warnings-errors nil)
 
 #+END_SRC
 
-- 
cgit v1.2.3