view ci/config.mk.clang-12.sed @ 31180:3fddb9e76c8d v9.0.0924

patch 9.0.0924: the first termcap entry of a builtin termcap is not used Commit: https://github.com/vim/vim/commit/c3e06e4bfa56714ff59423c2fb5868ae2334727b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 22 22:03:39 2022 +0000 patch 9.0.0924: the first termcap entry of a builtin termcap is not used Problem: The first termcap entry of a builtin termcap is not used. Solution: Remove increment that was previously skipping the KS_NAME entry.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 23:15:03 +0100
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/