Ok, hai 2... va beh 30 dai, secondi per filtrare 1850 warning del genere ottenendo il risultato che ho fatto io.
CM\BCA\CommandResult.cpp(112) : warning C4061: enumerator 'DataFormat_MAX' in switch of enum 'CM::BCA::CommandResult::DataFormat' is not explicitly handled by a case label
d:\git-root\feast\src\libfeast\CM\bca\CommandResult.h(65) : see declaration of 'CM::BCA::CommandResult::DataFormat'
cl -c -nologo -Zm200 /Zc:wchar_t- /Zc:forScope- /Zc:auto- /Zc:trigraphs- -Zi -MDd -EHsc -GR /Wall /wd4127 /wd4619 /wd4820 /wd4180 /wd4629 /wd4986 /wd4628 /wd4365 /wd4571 /wd4668 /wd4100 /wd4255 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DLIBFEAST_LIBRARY -DFEAST_VERSION=0x020807 -DHAVE_EXPAT_CONFIG_H -D_DEBUG -DVERBOSE_MUTEX_DEBUG -D_DEBUG_REFCOUNTPTR -DQT_DLL -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\4.8.4\include\QtCore" -I"..\..\..\..\Qt\4.8.4\include\QtNetwork" -I"..\..\..\..\Qt\4.8.4\include\QtXmlPatterns" -I"..\..\..\..\Qt\4.8.4\include\QtSql" -I"..\..\..\..\Qt\4.8.4\include\QtScript" -I"..\..\..\..\Qt\4.8.4\include" -I"CM\XML\expat" -I"." -I"..\..\..\..\Qt\4.8.4\src\3rdparty\zlib" -I"..\..\..\..\Qt\4.8.4\src\3rdparty\zlib" -I"..\third-party" -I"..\..\..\..\Qt\4.8.4\include\ActiveQt" -I"tmp\debug\moc" -I"..\..\..\..\Qt\4.8.4\mkspecs\win32-msvc2010" -Fotmp\debug\win32\ @D:\Users\mservadei\AppData\Local\Temp\ServerConnection.obj.4596.172.jom
ServerConnection.cpp
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4625: 'QDebug::Stream' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4626: 'QDebug::Stream' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(164) : warning C4512: 'QMutexData' : assignment operator could not be generated
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(156) : see declaration of 'QMutexData'
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4625: 'CM::Util::SynchronousCrossThreadCallee' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4626: 'CM::Util::SynchronousCrossThreadCallee' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4625: 'CM::Protocol::ServiceCallNotifier' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4626: 'CM::Protocol::ServiceCallNotifier' : assignment operator could not be generated because a base class assignment operator is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4625: 'CM::Protocol::SslSocket' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4626: 'CM::Protocol::SslSocket' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4625: 'CM::BCA::ServerConnection' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4626: 'CM::BCA::ServerConnection' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4625: 'QThread' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4626: 'QThread' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/global/qglobal.h(2389) : warning C4512: 'QForeachContainer<T>' : assignment operator could not be generated
with
[
T=QList<QSslError>
]
CM\BCA\ServerConnection.cpp(70) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
with
[
T=QList<QSslError>
]
Parte il timer nao.