view ci/config.mk.clang.sed @ 24014:e45b2e28e45e v8.2.2549

patch 8.2.2549: crash after using "g:" in a for loop Commit: https://github.com/vim/vim/commit/1bd3cb201983859d86d644eef9e98cd3e9de7261 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 12:27:31 2021 +0100 patch 8.2.2549: crash after using "g:" in a for loop Problem: Crash after using "g:" in a for loop. Solution: Increment the reference count. (closes https://github.com/vim/vim/issues/7892)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Feb 2021 12:30:03 +0100
parents b9d94953d3e6
children fccd67ae58c8
line wrap: on
line source

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