Re: [PATCH 0/4] Fix various minor issues seen with cppcheck

2020-02-06 Thread Richard Biener
On Thu, Feb 6, 2020 at 12:07 PM Martin Liska wrote: > > Hi. > > The series is about small issues that were spotted with cppcheck > and where David Binderman suggested a patch. > > It's probably a stage1 material? Yes. > Martin > > Martin Liska (4): > Remove 2 dead variables in bid_internal.h.

[PATCH 0/4] Fix various minor issues seen with cppcheck

2020-02-06 Thread Martin Liska
Hi. The series is about small issues that were spotted with cppcheck and where David Binderman suggested a patch. It's probably a stage1 material? Martin Martin Liska (4): Remove 2 dead variables in bid_internal.h. Use const for some function arguments. Put index check before use. Use c