view ci/config.mk.clang-12.sed @ 26664:6035f58b39a3 v8.2.3861

patch 8.2.3861: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/39713d3acbfb6673775158a0171c7389c07f25df Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 20 15:53:13 2021 +0000 patch 8.2.3861: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Add new files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Dec 2021 17:00:04 +0100
parents cf986610be6a
children fccd67ae58c8
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[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/
/^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/