Mercurial > vim
view ci/config.mk.clang.sed @ 31742:f578bef02249 v9.0.1203
patch 9.0.1203: return type of values() is always list<any>
Commit: https://github.com/vim/vim/commit/32517c4c14ed3f9240fcd5b7c01d0ca2e586f7e4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 15 18:17:12 2023 +0000
patch 9.0.1203: return type of values() is always list<any>
Problem: Return type of values() is always list<any>.
Solution: Use the member type if possible. (issue https://github.com/vim/vim/issues/11822)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 15 Jan 2023 19:30:04 +0100 |
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/