view ci/config.mk.clang-12.sed @ 31974:938ad9626b84 v9.0.1319

patch 9.0.1319: PRQL files are not recognized Commit: https://github.com/vim/vim/commit/9de960ace0f017fcfeaf64a2f6492f0f88b11fdb Author: Matthias Queitsch <matthias.queitsch@mailbox.org> Date: Sat Feb 18 12:04:37 2023 +0000 patch 9.0.1319: PRQL files are not recognized Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Feb 2023 13:15:05 +0100
parents fccd67ae58c8
children 9b35b4c6df4c
line wrap: on
line source

# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default.
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/