diff options
-rw-r--r-- | singleapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/singleapplication.cpp b/singleapplication.cpp index b7b7fae..8fd8e7e 100644 --- a/singleapplication.cpp +++ b/singleapplication.cpp @@ -67,6 +67,7 @@ void SingleApplicationPrivate::genBlockServerName( int timeout ) // User level block requires a user specific data in the hash if( options & SingleApplication::Mode::User ) { #ifdef Q_OS_WIN + Q_UNUSED(timeout); wchar_t username [ UNLEN + 1 ]; // Specifies size of the buffer on input DWORD usernameLength = UNLEN + 1; |