emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 1e57b2b4c79: * Account for `byte-compile-warnings' during nativ


From: Andrea Corallo
Subject: emacs-29 1e57b2b4c79: * Account for `byte-compile-warnings' during native compilation (bug#63302).
Date: Wed, 17 May 2023 09:13:46 -0400 (EDT)

branch: emacs-29
commit 1e57b2b4c79ada7592c0a7e3f700e7c30dd76a4b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Account for `byte-compile-warnings' during native compilation (bug#63302).
    
    * lisp/emacs-lisp/comp.el (comp-final, comp-run-async-workers):
    Forward `byte-compile-warnings' to child processes.
---
 lisp/emacs-lisp/comp.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index e97832455b9..8f40f2f40a0 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -3724,6 +3724,7 @@ Prepare every function for final compilation and drive 
the C back-end."
                            ',native-comp-compiler-options
                            native-comp-driver-options
                            ',native-comp-driver-options
+                           byte-compile-warnings ',byte-compile-warnings
                            load-path ',load-path)
                      ,native-comp-async-env-modifier-form
                      (message "Compiling %s..." ',output)
@@ -3996,6 +3997,7 @@ display a message."
                                              native-comp-driver-options
                                              load-path
                                              backtrace-line-length
+                                             byte-compile-warnings
                                              ;; package-load-list
                                              ;; package-user-dir
                                              ;; package-directory-list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]