Re: [Mesa-dev] [PATCH] i965/cs: drop explicit initialisers in C++ file

2015-05-12 Thread Jordan Justen
We could keep them in comments... Reviewed-by: Jordan Justen On 2015-05-12 17:01:17, Dave Airlie wrote: > From: Dave Airlie > > gcc 4.4.7 really doesn't like them, and they aren't standard > C++, they seem to be a gcc extension. > > Signed-off-by: Dave Airlie > --- > src/mesa/drivers/dri/i9

[Mesa-dev] [PATCH] i965/cs: drop explicit initialisers in C++ file

2015-05-12 Thread Dave Airlie
From: Dave Airlie gcc 4.4.7 really doesn't like them, and they aren't standard C++, they seem to be a gcc extension. Signed-off-by: Dave Airlie --- src/mesa/drivers/dri/i965/brw_cs.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_cs.