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
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
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: