view ci/config.mk.clang-12.sed @ 27034:b31cc7630773 v8.2.4046

patch 8.2.4046: some error messages not in the right place Commit: https://github.com/vim/vim/commit/b2810f123cbf4b585f8bc5f0e594a6690d95729a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 21:38:52 2022 +0000 patch 8.2.4046: some error messages not in the right place Problem: Some error messages not in the right place. Solution: Adjust the errors file. Fix typo.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 22:45:02 +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/