[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Nov 1 22:05:38 CET 2005
SVN commit 476705 by staikos:
unused
M +3 -1 ksdebug.cpp
--- trunk/extragear/graphics/kst/kst/ksdebug.cpp #476704:476705
@@ -563,7 +563,7 @@
void* trace[256];
int n = backtrace(trace, 256);
if (!n)
- return s;
+ return s;
char** strings = backtrace_symbols (trace, n);
if ( levels != -1 )
@@ -577,6 +577,8 @@
s += "]\n";
if (strings)
free (strings);
+#else
+ Q_UNUSED(levels)
#endif
return s;
}
More information about the Kst
mailing list