Re: devel/gindent compile issues on 13.1

2022-06-21 Thread Stefan Esser
Am 21.06.22 um 05:09 schrieb Jim Pazarena: > I did not file a bug report . > But I had hopes that after a month passed , someone , perhaps even the > maintainer , this issue would have been corrected . > > Alas . > > I can't be the only one that wants to pretty up their source , and uses > ginde

Re: devel/gindent compile issues on 13.1

2022-06-20 Thread Jim Pazarena
I did not file a bug report . But I had hopes that after a month passed , someone , perhaps even the maintainer , this issue would have been corrected . Alas . I can't be the only one that wants to pretty up their source , and uses gindent to do it . So is no one concerned that this utility f

Re: devel/gindent compile issues on 13.1

2022-05-24 Thread Kurt Jaeger
Hi! > wondering if I am the only one experiencing compile failure with indent > on the new 13.1 ? I did a testbuild with poudriere and yes, it fails: output.c:843:8: error: variable 'paren_level' set but not used [-Werror,-Wunused-but-set-variable] int paren_level = 0; ^ 1 error gen

devel/gindent compile issues on 13.1

2022-05-23 Thread Jim Pazarena
wondering if I am the only one experiencing compile failure with indent on the new 13.1 ?