view ci/config.mk.clang.sed @ 25505:040a45d39570 v8.2.3289

patch 8.2.3289: compiler warning for unused variable with small features Commit: https://github.com/vim/vim/commit/f18e8a969a3414ed5e6b7159c40fe43963021ff3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 4 21:16:50 2021 +0200 patch 8.2.3289: compiler warning for unused variable with small features Problem: Compiler warning for unused variable with small features. Solution: Rearrange #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 21:30:04 +0200
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/