From 778309fd0ef6b586468c1a3b569e3548503459ee Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 14 Jun 2011 13:23:00 -0700 Subject: [PATCH] XQuartz: GLX: Fix a -Wformat-security compilation warning Signed-off-by: Jeremy Huddleston --- hw/xquartz/GL/indirect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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