view ci/config.mk.clang.sed @ 28970:77cd4bf3ad7d v8.2.5007

patch 8.2.5007: spell suggestion may use uninitialized memory Commit: https://github.com/vim/vim/commit/6d24b4ff69913270ce1e5267dd6bd8454f75e2b9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 23 12:01:50 2022 +0100 patch 8.2.5007: spell suggestion may use uninitialized memory Problem: Spell suggestion may use uninitialized memory. (Zdenek Dohnal) Solution: Avoid going over the end of the word.
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 May 2022 13:15:04 +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/