Bug 55801 - [Mesa] git: cb72ec5fc55651af186e45942a1cd3e45eb5c359 breaks build
Summary: [Mesa] git: cb72ec5fc55651af186e45942a1cd3e45eb5c359 breaks build
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
: 55804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-09 11:05 UTC by Krzysztof A. Sobiecki
Modified: 2012-10-09 13:02 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
My shot at fixing pesky warning (1.05 KB, patch)
2012-10-09 11:05 UTC, Krzysztof A. Sobiecki
Details | Splinter Review

Description Krzysztof A. Sobiecki 2012-10-09 11:05:45 UTC
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.
Comment 1 Brian Paul 2012-10-09 13:01:34 UTC
*** Bug 55804 has been marked as a duplicate of this bug. ***
Comment 2 Brian Paul 2012-10-09 13:02:10 UTC
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.