view ci/config.mk.clang.sed @ 35326:a9e6d02f003c v9.1.0465

patch 9.1.0465: missing filecopy() function Commit: https://github.com/vim/vim/commit/60c8743ab6c90e402e6ed49d27455ef7e5698abe Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Mon Jun 3 22:59:27 2024 +0200 patch 9.1.0465: missing filecopy() function Problem: missing filecopy() function Solution: implement filecopy() Vim script function (Shougo Matsushita) closes: #12346 Co-authored-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 03 Jun 2024 23:30:05 +0200
parents fccd67ae58c8
children
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/