mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Coverity #983: Move some risky debugging code inside #ifdef DEBUG.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-04-02 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/xfree86/dri/dri.c:
|
||||
Coverity #983: Move some risky debugging code inside #ifdef
|
||||
DEBUG.
|
||||
|
||||
2006-04-02 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* GL/glx/glxcmds.c:
|
||||
|
||||
@@ -1427,7 +1427,6 @@ DRISwapContext(int drmFD, void *oldctx, void *newctx)
|
||||
DRISyncType syncType;
|
||||
#ifdef DEBUG
|
||||
static int count = 0;
|
||||
#endif
|
||||
|
||||
if (!newContext) {
|
||||
DRIDrvMsg(pScreen->myNum, X_ERROR,
|
||||
@@ -1436,7 +1435,6 @@ DRISwapContext(int drmFD, void *oldctx, void *newctx)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
/* usefull for debugging, just print out after n context switches */
|
||||
if (!count || !(count % 1)) {
|
||||
DRIDrvMsg(pScreen->myNum, X_INFO,
|
||||
|
||||
Reference in New Issue
Block a user