Treat warning as errors

This commit is contained in:
Janek Bevendorff 2017-11-27 20:39:44 +01:00
parent d1c26e4535
commit d35f3fc573
4 changed files with 9 additions and 3 deletions

View file

@ -63,7 +63,7 @@ private:
#ifndef Q_OS_WIN
QString m_socketPath;
#else
const int AGENT_MAX_MSGLEN = 8192;
const quint32 AGENT_MAX_MSGLEN = 8192;
const quint32 AGENT_COPYDATA_ID = 0x804e50ba;
#endif