view ci/config.mk.sed @ 23015:0338b74add2f v8.2.2054

patch 8.2.2054: Amiga: FEAT_ARP defined when it should not Commit: https://github.com/vim/vim/commit/d49a35a1c3b736637733b36011fccbee7ef43fcf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 21:55:45 2020 +0100 patch 8.2.2054: Amiga: FEAT_ARP defined when it should not Problem: Amiga: FEAT_ARP defined when it should not. Solution: Adjust "||" to "&&" in #ifdef. (Ola S?der, closes https://github.com/vim/vim/issues/7375)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 22:00:06 +0100
parents 6564dafe5005
children fccd67ae58c8
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/