view ci/config.mk.clang.sed @ 26450:aea4d5e1e9d5 v8.2.3755

patch 8.2.3755: Coverity warns for using a buffer in another scope Commit: https://github.com/vim/vim/commit/92c33eb2735045d25fceed3b607f44d7156c59c1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 7 11:03:39 2021 +0000 patch 8.2.3755: Coverity warns for using a buffer in another scope Problem: Coverity warns for using a buffer in another scope. Solution: Declare the buffer in a common scope.
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Dec 2021 12:15:05 +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/