On Sat, Oct 08, 2011 at 02:17:29AM -0700, Kenneth Graunke wrote:
> On 10/08/2011 02:08 AM, Yuanhan Liu wrote:
> > If you include "mtypes.h", which would define macro NDEBUG, before
> > including "compiler.h", you would find that the assert macro will no
> > longer work; it just make it slient by re
On 10/08/2011 02:08 AM, Yuanhan Liu wrote:
> If you include "mtypes.h", which would define macro NDEBUG, before
> including "compiler.h", you would find that the assert macro will no
> longer work; it just make it slient by replacing it with ((void) (0));
>
> Signed-off-by: Yuanhan Liu
> ---
> s
If you include "mtypes.h", which would define macro NDEBUG, before
including "compiler.h", you would find that the assert macro will no
longer work; it just make it slient by replacing it with ((void) (0));
Signed-off-by: Yuanhan Liu
---
src/mesa/main/mtypes.h |3 ---
1 files changed, 0 inse