view ci/config.mk.clang-12.sed @ 29169:0d74b4bb4970 v8.2.5104

patch 8.2.5104: test hangs on MS-Windows Commit: https://github.com/vim/vim/commit/b31cb04771234556374cda45ce19dabd4a2a7fc7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 15 21:28:55 2022 +0100 patch 8.2.5104: test hangs on MS-Windows Problem: Test hangs on MS-Windows. Solution: Skip another test on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jun 2022 22:30:02 +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/