Mercurial > vim
view ci/config.mk.clang-12.sed @ 30855:cd23a72d67ae v9.0.0762
patch 9.0.0762: build failure
Commit: https://github.com/vim/vim/commit/4b082c4bd05f504fda1acaa9d28fca55a2d04857
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 15 16:25:27 2022 +0100
patch 9.0.0762: build failure
Problem: Build failure.
Solution: Add missing change.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 15 Oct 2022 17:30:02 +0200 |
parents | fccd67ae58c8 |
children | 9b35b4c6df4c |
line wrap: on
line source
# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default. /^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/ /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/