summaryrefslogtreecommitdiff
path: root/src/sna/sna_video_textured.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-10-30 17:17:36 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-10-30 17:17:36 +0000
commit1eefb75c91fb769551b485f1b2c6b59023c69906 (patch)
tree5f8d2f49931611b90413fd4ac49634e55fdd3141 /src/sna/sna_video_textured.c
parent7237374a03d1e0c2e6c0b2d0eb42afc8df25df0d (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.c2
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)