You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emits a warning, even though both Qt and glog explicitly disable that warning.
1>c:\qt\5.9.1\msvc2017_64\include\qtcore\qexception.h(60): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'QException'
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\include\vcruntime_exception.h(43): note: see declaration of 'std::exception'
1>c:\qt\5.9.1\msvc2017_64\include\qtcore\qexception.h(59): note: see declaration of 'QException'
The following lines in logging.h are the culprits:
The following source file
emits a warning, even though both Qt and glog explicitly disable that warning.
The following lines in logging.h are the culprits:
They can be fixed as follows.
There seems to be a consensus that this is the right way to do it.
The text was updated successfully, but these errors were encountered: