view ci/config.mk.clang-12.sed @ 29773:94bc352727d9 v9.0.0226

patch 9.0.0226: job_start() test may fail under valgrind Commit: https://github.com/vim/vim/commit/9e043181ad51536f23d069e719d6f6b96c4c0ec0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 18 15:22:09 2022 +0100 patch 9.0.0226: job_start() test may fail under valgrind Problem: job_start() test may fail under valgrind. Solution: Wait until the job is running.
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Aug 2022 16:30:03 +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/