view ci/config.mk.clang-12.sed @ 28662:dfe200e3d315 v8.2.4855

patch 8.2.4855: robot files are not recognized Commit: https://github.com/vim/vim/commit/2096a5f128029b1156a035a27c988995db240cea Author: Zoe Roux <zoe.roux-stg@nickel.eu> Date: Mon May 2 10:29:31 2022 +0100 patch 8.2.4855: robot files are not recognized Problem: Robot files are not recognized. Solution: Add patterns for robot files. (Zoe Roux, closes https://github.com/vim/vim/issues/10339)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 11:30:04 +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/