view ci/config.mk.clang-12.sed @ 31906:9fc3b3928ad5 v9.0.1285

patch 9.0.1285: various small problems Commit: https://github.com/vim/vim/commit/a9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 5 18:00:42 2023 +0000 patch 9.0.1285: various small problems Problem: Various small problems. Solution: Adjust white space and comments.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 19: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/