Mercurial > vim
view ci/config.mk.clang-12.sed @ 33352:7f95d9a3e317
runtime(todo): Update Vim9 class items (#13148)
Commit: https://github.com/vim/vim/commit/ceffca683ba986065e583d02e7ace964efdb256e
Author: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com>
Date: Sun Sep 24 14:36:56 2023 -0700
runtime(todo): Update Vim9 class items (https://github.com/vim/vim/issues/13148)
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 24 Sep 2023 23:45:07 +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/