diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-04 21:31:47 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-04 21:34:08 +0100 |
| commit | 68fdf2d41bda18cdec64b78e2391adde95a05bdb (patch) | |
| tree | 6a0507c006b41f487b690caf1ad521d1c2101d2a /Makefile | |
| parent | 35d032b5e0f6fac577ee09253097398c58e84524 (diff) | |
Enable byte compilation warnings also for Emacs master
We follow upstream improvements closely and profit earlier from
additional byte compiler warnings.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ $(BYTEC): compat-macs.el .el.elc: @echo "Compiling $<" @$(EMACS) -Q --batch -L . \ - --eval '(setq compat-strict t byte-compile-error-on-warn (< emacs-major-version 30))' \ + --eval '(setq compat-strict t byte-compile-error-on-warn t)' \ -f batch-byte-compile $< compat.info: compat.texi |
