Ignore -Wparentheses
This commit is contained in:
parent
51dcdfa2dc
commit
c68cc63884
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 16:46:12 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Ignore -Wparentheses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 2 14:08:15 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Dec 2 14:08:15 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
2
vis.spec
2
vis.spec
@ -66,7 +66,7 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti
|
|||||||
cp -a %{_sourcedir}/vis/* .
|
cp -a %{_sourcedir}/vis/* .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fcommon"
|
export CFLAGS="%{optflags} -fcommon -Wno-parentheses"
|
||||||
%configure
|
%configure
|
||||||
%make_build debug
|
%make_build debug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user