Re: [Piglit] [PATCH] s3tc-errors: Fix GCC unused-variable warning.

2019-04-24 Thread Erik Faye-Lund
On Mon, 2019-04-22 at 22:59 +, Vinson Lee wrote: > s3tc-errors.c: In function ‘test_format’: > s3tc-errors.c:175:9: warning: unused variable ‘format2’ [-Wunused- > variable] > GLenum format2; > ^~~ > > Fixes: d433792407e7 ("s3tc-errors: port to gles31") > Signed-off-by: Vinson L

Re: [Piglit] [PATCH] s3tc-errors: Fix GCC unused-variable warning.

2019-04-23 Thread Brian Paul
On 04/22/2019 04:59 PM, Vinson Lee wrote: s3tc-errors.c: In function ‘test_format’: s3tc-errors.c:175:9: warning: unused variable ‘format2’ [-Wunused-variable] GLenum format2; ^~~ Fixes: d433792407e7 ("s3tc-errors: port to gles31") Signed-off-by: Vinson Lee --- tests/texturin

[Piglit] [PATCH] s3tc-errors: Fix GCC unused-variable warning.

2019-04-22 Thread Vinson Lee
s3tc-errors.c: In function ‘test_format’: s3tc-errors.c:175:9: warning: unused variable ‘format2’ [-Wunused-variable] GLenum format2; ^~~ Fixes: d433792407e7 ("s3tc-errors: port to gles31") Signed-off-by: Vinson Lee --- tests/texturing/s3tc-errors.c | 2 +- 1 file changed, 1 inser

[Piglit] [PATCH] s3tc-errors: Fix GCC unused-variable warning.

2019-01-28 Thread Vinson Lee
s3tc-errors.c: In function ‘test_format’: s3tc-errors.c:175:9: warning: unused variable ‘format2’ [-Wunused-variable] GLenum format2; ^~~ Fixes: d433792407e7 ("s3tc-errors: port to gles31") Signed-off-by: Vinson Lee --- tests/texturing/s3tc-errors.c | 2 +- 1 file changed, 1 inser