Created attachment 68333 [details] [review] My shot at fixing pesky warning Git commit cb72ec5fc55651af186e45942a1cd3e45eb5c359 breaks build. CC teximage.lo ../../src/mesa/main/teximage.c: In function 'compressed_texture_error_check': ../../src/mesa/main/teximage.c:1980:58: error: 'choose_format' undeclared (first use in this function) ../../src/mesa/main/teximage.c:1980:58: note: each undeclared identifier is reported only once for each function it appears in ../../src/mesa/main/teximage.c:1981:7: error: 'choose_type' undeclared (first use in this function) ../../src/mesa/main/teximage.c:1982:7: error: 'proxy_format' undeclared (first use in this function) make[5]: *** [teximage.lo] Error 1 Please revert this commit. Thank you.
*** Bug 55804 has been marked as a duplicate of this bug. ***
Fixed with commit 4f310984a99e13877f17aa19c2820e56738ecfd6
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.