From c68cc63884ccc86b8498e5065226a196028c498c38261f090e9fc7f7db1d7473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 2 Dec 2024 17:46:16 +0100 Subject: [PATCH] Ignore -Wparentheses --- vis.changes | 5 +++++ vis.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vis.changes b/vis.changes index fcde8f1..57adbd0 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 2 16:46:12 UTC 2024 - Matej Cepl + +- Ignore -Wparentheses + ------------------------------------------------------------------- Mon Dec 2 14:08:15 UTC 2024 - Matej Cepl diff --git a/vis.spec b/vis.spec index 2b637ff..44b73c7 100644 --- a/vis.spec +++ b/vis.spec @@ -66,7 +66,7 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti cp -a %{_sourcedir}/vis/* . %build -export CFLAGS="%{optflags} -fcommon" +export CFLAGS="%{optflags} -fcommon -Wno-parentheses" %configure %make_build debug