diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-30 17:17:36 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-30 17:17:36 +0000 |
commit | 1eefb75c91fb769551b485f1b2c6b59023c69906 (patch) | |
tree | 5f8d2f49931611b90413fd4ac49634e55fdd3141 /src/sna/sna_video_textured.c | |
parent | 7237374a03d1e0c2e6c0b2d0eb42afc8df25df0d (diff) |
sna: Don't mess with NDEBUG
This is set in configure and redefining it later inside the C files just
leads to trouble and broken compilation.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video_textured.c')
-rw-r--r-- | src/sna/sna_video_textured.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sna/sna_video_textured.c b/src/sna/sna_video_textured.c index 6ff08689..64d54ec9 100644 --- a/src/sna/sna_video_textured.c +++ b/src/sna/sna_video_textured.c @@ -42,8 +42,6 @@ #if DEBUG_VIDEO_TEXTURED #undef DBG #define DBG(x) ErrorF x -#else -#define NDEBUG 1 #endif #define MAKE_ATOM(a) MakeAtom(a, sizeof(a) - 1, TRUE) |