view ci/config.mk.clang-12.sed @ 28253:d817abf991df v8.2.4652

patch 8.2.4652: leaking memory if assignment fails Commit: https://github.com/vim/vim/commit/d1d2684c8006105444d249e846576c23d79ad4ee Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 10:13:47 2022 +0100 patch 8.2.4652: leaking memory if assignment fails Problem: Leaking memory if assignment fails. Solution: Clear assigned value on failure.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 11:15: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/