[Mesa-dev] [PATCH mesa 08/16] amd/addrlib: fix DEBUG guards

Emil Velikov emil.l.velikov at gmail.com
Fri Nov 24 19:14:40 UTC 2017


On 24 November 2017 at 18:24, Marek Olšák <maraeo at gmail.com> wrote:
> I'd like to keep the code as-is, because addrlib is an external project.
>
> However, since you Cc'd addrlib developers, they can apply the changes
> to addrlib (if they want) and we can get the changes when we update
> addrlib in Mesa.
>
Adding some alternative information - hopefully to inspire the addrlib devs.

Some of the series is related to my proposal to use -Wundef flag in Mesa.
What that means is the compiler will give you a nice warning as the
macro you're using is undefined.
Say there's a typo or the relevant header is not included.

HTH
Emil


More information about the mesa-dev mailing list