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