view ci/config.mk.clang-12.sed @ 29763:c0debb5290b5 v9.0.0221

patch 9.0.0221: accessing freed memory if compiling nested function fails Commit: https://github.com/vim/vim/commit/1889f499a4f248cd84e0e0bf6d0d820016774494 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 16 19:34:44 2022 +0100 patch 9.0.0221: accessing freed memory if compiling nested function fails Problem: Accessing freed memory if compiling nested function fails. Solution: Mess up the variable name so that it won't be found.
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Aug 2022 20:45: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/