From: miklosh Date: Mon, 2 Oct 2006 12:29:17 +0000 (+0000) Subject: Fixed the disabled debug macro which caused warnings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d444ed610362dab3c3e727d1b110312318b84cb8;p=inkscape.git Fixed the disabled debug macro which caused warnings --- diff --git a/src/extension/internal/cairo-renderer.cpp b/src/extension/internal/cairo-renderer.cpp index bad3cb5af..f02189332 100644 --- a/src/extension/internal/cairo-renderer.cpp +++ b/src/extension/internal/cairo-renderer.cpp @@ -81,7 +81,7 @@ #endif //#define TRACE(_args) g_printf _args -#define TRACE +#define TRACE(_args) // FIXME: expose these from sp-clippath/mask.cpp struct SPClipPathView {