mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kinit: prevent compiler warning by conditionally defining s_DBusStartupTypeToString
This commit is contained in:
parent
332ab28310
commit
6110cc6e12
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue