Re: [PATCH 3/6] tests/modetest: silence compiler warning about uninitialised variables

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov wrote: > The compiler is unaware of that we have at least one crts/connector/plane > thus it complains that some of our variables will be used uninitialised. > > Signed-off-by: Emil Velikov Reviewed-by: Rob Clark > --- > > This patch looks like a r

[PATCH 3/6] tests/modetest: silence compiler warning about uninitialised variables

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov wrote: > The compiler is unaware of that we have at least one crts/connector/plane > thus it complains that some of our variables will be used uninitialised. > > Signed-off-by: Emil Velikov Reviewed-by: Rob Clark > --- > > This patch looks like a

[PATCH 3/6] tests/modetest: silence compiler warning about uninitialised variables

2013-08-29 Thread Emil Velikov
The compiler is unaware of that we have at least one crts/connector/plane thus it complains that some of our variables will be used uninitialised. Signed-off-by: Emil Velikov --- This patch looks like a rather silly thing to do, although it seems like the only was to silence the gcc compiler ---

[PATCH 3/6] tests/modetest: silence compiler warning about uninitialised variables

2013-08-29 Thread Emil Velikov
The compiler is unaware of that we have at least one crts/connector/plane thus it complains that some of our variables will be used uninitialised. Signed-off-by: Emil Velikov --- This patch looks like a rather silly thing to do, although it seems like the only was to silence the gcc compiler ---