Re: [Mesa-dev] [PATCH 05/15] mesa: Remove fprintf referring to libdxtn

2017-10-02 Thread Matt Turner
On Mon, Oct 2, 2017 at 4:20 AM, Nicolai Hähnle wrote: > On 02.10.2017 08:59, Matt Turner wrote: >> >> When this file is included by Gallium, the fprintf causes it to fail to >> compile. This is an unreachable error case, and we shouldn't be calling >> fprintf directly. >> --- >> src/mesa/main/te

Re: [Mesa-dev] [PATCH 05/15] mesa: Remove fprintf referring to libdxtn

2017-10-02 Thread Nicolai Hähnle
On 02.10.2017 08:59, Matt Turner wrote: When this file is included by Gallium, the fprintf causes it to fail to compile. This is an unreachable error case, and we shouldn't be calling fprintf directly. --- src/mesa/main/texcompress_s3tc_tmp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/

[Mesa-dev] [PATCH 05/15] mesa: Remove fprintf referring to libdxtn

2017-10-02 Thread Matt Turner
When this file is included by Gallium, the fprintf causes it to fail to compile. This is an unreachable error case, and we shouldn't be calling fprintf directly. --- src/mesa/main/texcompress_s3tc_tmp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/texcompress_s3tc_tmp.h b/src/