Re: [PATCH] qobject: Fix maybe uninitialized in qdict_array_split

2021-05-31 Thread Janosch Frank
On 5/31/21 11:44 AM, Philippe Mathieu-Daudé wrote: > On 5/31/21 11:21 AM, Janosch Frank wrote: >> On 5/18/21 3:06 PM, Janosch Frank wrote: >>> Lets make the compiler happy. >>> >>> Signed-off-by: Janosch Frank >> >> Ping >> My build is still breaking on Ubuntu because of this. >> >>> --- >>> qobj

Re: [PATCH] qobject: Fix maybe uninitialized in qdict_array_split

2021-05-31 Thread Philippe Mathieu-Daudé
On 5/31/21 11:21 AM, Janosch Frank wrote: > On 5/18/21 3:06 PM, Janosch Frank wrote: >> Lets make the compiler happy. >> >> Signed-off-by: Janosch Frank > > Ping > My build is still breaking on Ubuntu because of this. > >> --- >> qobject/block-qdict.c | 2 +- >> 1 file changed, 1 insertion(+),

Re: [PATCH] qobject: Fix maybe uninitialized in qdict_array_split

2021-05-31 Thread Janosch Frank
On 5/18/21 3:06 PM, Janosch Frank wrote: > Lets make the compiler happy. > > Signed-off-by: Janosch Frank Ping My build is still breaking on Ubuntu because of this. > --- > qobject/block-qdict.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qobject/block-qdict.c b/q

[PATCH] qobject: Fix maybe uninitialized in qdict_array_split

2021-05-18 Thread Janosch Frank
Lets make the compiler happy. Signed-off-by: Janosch Frank --- qobject/block-qdict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qobject/block-qdict.c b/qobject/block-qdict.c index 1487cc5dd8..b26524429c 100644 --- a/qobject/block-qdict.c +++ b/qobject/block-qdict.c @@ -2