Re: Any idea how to fix this C++ code in diann

2022-01-18 Thread Nilesh Patra
> Hi, > I gave the packaging of diann a try but failed[1]. Any idea how > to fix these goto statements? I have got the package building and sanitized a little (with a Makefile) however, admittedly the code looks a bit too messy to me, so I would request/suggest skimming/reading the code before

Re: Any idea how to fix this C++ code in diann

2022-01-18 Thread Andreas Tille
Am Tue, Jan 18, 2022 at 10:53:48AM -0800 schrieb Nilesh Patra: > > I gave the packaging of diann a try but failed[1]. Any idea how > > to fix these goto statements? > > I have got the package building and sanitized a little (with a Makefile) That's for sure way better. I simply refrained from i

Re: Any idea how to fix this C++ code in diann

2022-01-18 Thread Aaron M. Ucko
Andreas Tille writes: > I gave the packaging of diann a try but failed[1]. Any idea how > to fix these goto statements? Please try adding braces to indicate that the variables in question are not of interest to these statements' targets, per the attached patch. -- Aaron M. Ucko, KB1CJC (amu a

Any idea how to fix this C++ code in diann

2022-01-18 Thread Andreas Tille
Hi, I gave the packaging of diann a try but failed[1]. Any idea how to fix these goto statements? Kind regards Andreas. [1] https://salsa.debian.org/med-team/diann/-/jobs/2378083 -- http://fam-tille.de