view ci/config.mk.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 d83068c95ba0
line wrap: on
line source

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