Mercurial > vim
annotate ci/config.mk.clang.sed @ 24780:7bc92a651472 v8.2.2928
patch 8.2.2928: the evalfunc.c file is too big
Commit: https://github.com/vim/vim/commit/01c798c31a94a50ad0c4a022fc21c1a31553be21
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Jun 2 17:07:18 2021 +0200
patch 8.2.2928: the evalfunc.c file is too big
Problem: The evalfunc.c file is too big.
Solution: Move float related functionality to a separate file. (Yegappan
Lakshmanan, closes #8287)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Jun 2021 17:15:03 +0200 |
parents | b9d94953d3e6 |
children | fccd67ae58c8 |
rev | line source |
---|---|
20548
6564dafe5005
patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents:
19971
diff
changeset
|
1 /^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/ |
23396
b9d94953d3e6
patch 8.2.2241: Build with Ruby and clang may fail
Bram Moolenaar <Bram@vim.org>
parents:
23384
diff
changeset
|
2 /^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/ |