kinit: prevent compiler warning by conditionally defining s_DBusStartupTypeToString

This commit is contained in:
Ivailo Monev 2015-01-21 16:07:56 +00:00
parent 332ab28310
commit 6110cc6e12

View file

@ -62,8 +62,10 @@
// #define KLAUNCHER_VERBOSE_OUTPUT
#ifdef KLAUNCHER_VERBOSE_OUTPUT
static const char* const s_DBusStartupTypeToString[] =
{ "DBusNone", "DBusUnique", "DBusMulti", "DBusWait", "ERROR" };
#endif
using namespace KIO;