annotate ci/config.mk.clang.sed @ 26546:d9aac1eaf9a3 v8.2.3802

patch 8.2.3802: terminal in two windows test fails on some systems Commit: https://github.com/vim/vim/commit/0407d270342d363c6297a7556cd904b4c434df54 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 22:17:44 2021 +0000 patch 8.2.3802: terminal in two windows test fails on some systems Problem: Terminal in two windows test fails on some systems. Solution: Wait a bit between commands.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 23:30:04 +0100
parents b9d94953d3e6
children fccd67ae58c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20548
6564dafe5005 patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents: 19971
diff changeset
1 /^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/
23396
b9d94953d3e6 patch 8.2.2241: Build with Ruby and clang may fail
Bram Moolenaar <Bram@vim.org>
parents: 23384
diff changeset
2 /^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/