diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-14 13:23:00 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-15 14:00:52 -0700 |
commit | 778309fd0ef6b586468c1a3b569e3548503459ee (patch) | |
tree | f32fd62d21470fc14421376ecbeaba4696e1869e | |
parent | 34e2598f0ad247071bd6a4312d9014d6e3b2305a (diff) |
XQuartz: GLX: Fix a -Wformat-security compilation warning
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | hw/xquartz/GL/indirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c index d03dfaa8e..41168729f 100644 --- a/hw/xquartz/GL/indirect.c +++ b/hw/xquartz/GL/indirect.c @@ -504,7 +504,7 @@ static void __glXAquaDrawableDestroy(__GLXdrawable *base) { */ __GLXAquaDrawable *glxPriv = (__GLXAquaDrawable *)base; - GLAQUA_DEBUG_MSG(__func__); + GLAQUA_DEBUG_MSG("TRACE"); /* It doesn't work to call DRIDestroySurface here, the drawable's already gone.. But dri.c notices the window destruction and |