view ci/config.mk.clang-12.sed @ 32611:a4b5a6a95005 v9.0.1637

patch 9.0.1637: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/54f50cbf6a470316a262e4389d62424e6f06b81c Author: Christian Brabandt <cb@256bit.org> Date: Fri Jun 16 21:42:06 2023 +0100 patch 9.0.1637: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Move the variable to an inner block and initialize it. (Christian Brabandt, closes #12549)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Jun 2023 22:45:04 +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/