[oni-coree] Silence native compilation warnings
This commit is contained in:
parent
5d7b20598b
commit
6ef9c0d59b
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.1213.071336
|
||||
;; Version: 2023.0112.144039
|
||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -450,5 +450,9 @@ _s_: String list"
|
|||
(slot . 0)
|
||||
(window-width . oni-core-fit-window-to-buffer)))
|
||||
|
||||
;;; Native Compilation
|
||||
|
||||
(setq native-comp-async-report-warnings-errors 'silent)
|
||||
|
||||
(provide 'oni-core)
|
||||
;;; oni-core.el ends here
|
||||
|
|
Loading…
Reference in a new issue