Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Users\kyrlon\Downloads\qt-everywhere-src-6.6.2\build> cmake --build . --parallel
- [1637/11449] Building CXX object qtbase/src/gui/CMakeFiles...dir/__/3rdparty/D3D12MemoryAllocator/D3D12MemAlloc.cpp.obj
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtbase/src/3rdparty/D3D12MemoryAllocator/D3D12MemAlloc.cpp:144:32: warning: unknown warning group '-Wnonnull-compare', ignored [-Wunknown-warning-option]
- 144 | #pragma GCC diagnostic ignored "-Wnonnull-compare"
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtbase/src/3rdparty/D3D12MemoryAllocator/D3D12MemAlloc.cpp:9902:9: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
- 9902 | if (this == NULL)
- | ^~~~ ~~~~
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtbase/src/3rdparty/D3D12MemoryAllocator/D3D12MemAlloc.cpp:10053:9: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
- 10053 | if (this == NULL)
- | ^~~~ ~~~~
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtbase/src/3rdparty/D3D12MemoryAllocator/D3D12MemAlloc.cpp:10118:9: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare]
- 10118 | if (this == NULL)
- | ^~~~ ~~~~
- 4 warnings generated.
- [4259/11449] Building CXX object qt3d/src/animation/CMakeFiles/3DAnimation.dir/backend/bezierevaluator.cpp.obj
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qt3d/src/animation/backend/bezierevaluator.cpp:145:49: warning: argument 'coeffs' of type 'const float[4]' with mismatched bound [-Warray-parameter]
- 145 | int BezierEvaluator::findCubicRoots(const float coeffs[4], float roots[3])
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qt3d/src/animation/backend/bezierevaluator_p.h:42:43: note: previously declared as 'const float[]' here
- 42 | static int findCubicRoots(const float coefficients[], float roots[3]);
- | ^
- 1 warning generated.
- [4291/11449] Building CXX object qt3d/src/animation/CMakeFiles/3DAnimation.dir/backend/gltfimporter.cpp.obj
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qt3d/src/animation/backend/gltfimporter.cpp:463:9: warning: variable 'channelIndex' set but not used [-Wunused-but-set-variable]
- 463 | int channelIndex = 0;
- | ^
- 1 warning generated.
- [5428/11449] Linking CXX shared library qtbase\bin\Qt6LanguageServer.dll
- clang-18: warning: argument unused during compilation: '-Wa,-mbig-obj' [-Wunused-command-line-argument]
- [5550/11449] Automatic MOC for target SerialBus
- AutoMoc: C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtserialbus/src/serialbus/qcanframeprocessor.h: note: No relevant classes found. No output generated.
- [6556/11449] Automatic QML type registration for target Graphs
- Warning: Refusing to generate non-lowercase name "TouchInputHandler3D" for unknown foreign type
- [6687/11449] Building CXX object qtactiveqt/src/activeqt/container/CMakeFiles/AxContainer.dir/qaxwidget.cpp.obj
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:805:31: warning: 'QueryInterface' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 805 | HRESULT WINAPI QAxClientSite::QueryInterface(REFIID iid, void **iface)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:195:15: note: previous declaration is here
- 195 | STDMETHOD(QueryInterface)(REFIID iid, void **iface) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:927:31: warning: 'SaveObject' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 927 | HRESULT WINAPI QAxClientSite::SaveObject()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:212:15: note: previous declaration is here
- 212 | STDMETHOD(SaveObject)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:932:31: warning: 'GetMoniker' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 932 | HRESULT WINAPI QAxClientSite::GetMoniker(DWORD, DWORD, IMoniker **ppmk)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:213:15: note: previous declaration is here
- 213 | STDMETHOD(GetMoniker)(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:941:31: warning: 'GetContainer' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 941 | HRESULT WINAPI QAxClientSite::GetContainer(LPOLECONTAINER *ppContainer)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:214:15: note: previous declaration is here
- 214 | STDMETHOD(GetContainer)(LPOLECONTAINER FAR* ppContainer) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:950:31: warning: 'ShowObject' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 950 | HRESULT WINAPI QAxClientSite::ShowObject()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:215:15: note: previous declaration is here
- 215 | STDMETHOD(ShowObject)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:955:31: warning: 'OnShowWindow' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 955 | HRESULT WINAPI QAxClientSite::OnShowWindow(BOOL /*fShow*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:216:15: note: previous declaration is here
- 216 | STDMETHOD(OnShowWindow)(BOOL fShow) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:960:31: warning: 'RequestNewObjectLayout' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 960 | HRESULT WINAPI QAxClientSite::RequestNewObjectLayout()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:217:15: note: previous declaration is here
- 217 | STDMETHOD(RequestNewObjectLayout)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:966:31: warning: 'OnControlInfoChanged' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 966 | HRESULT WINAPI QAxClientSite::OnControlInfoChanged()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:220:15: note: previous declaration is here
- 220 | STDMETHOD(OnControlInfoChanged)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:974:31: warning: 'LockInPlaceActive' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 974 | HRESULT WINAPI QAxClientSite::LockInPlaceActive(BOOL /*fLock*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:221:15: note: previous declaration is here
- 221 | STDMETHOD(LockInPlaceActive)(BOOL fLock) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:980:31: warning: 'GetExtendedControl' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 980 | HRESULT WINAPI QAxClientSite::GetExtendedControl(IDispatch** ppDisp)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:222:15: note: previous declaration is here
- 222 | STDMETHOD(GetExtendedControl)(IDispatch** ppDisp) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:989:31: warning: 'TransformCoords' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 989 | HRESULT WINAPI QAxClientSite::TransformCoords(POINTL* /*pPtlHimetric*/, POINTF* /*pPtfContainer*/, DWORD /*dwFlags*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:223:15: note: previous declaration is here
- 223 | STDMETHOD(TransformCoords)(POINTL* pPtlHimetric, POINTF* pPtfContainer, DWORD dwFlags) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:994:31: warning: 'TranslateAcceleratorW' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 994 | HRESULT WINAPI QAxClientSite::TranslateAccelerator(LPMSG lpMsg, DWORD /*grfModifiers*/)
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
- 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:116:1: note: expanded from here
- 116 | TranslateAcceleratorW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:224:15: note: previous declaration is here
- 224 | STDMETHOD(TranslateAccelerator)(LPMSG lpMsg, DWORD grfModifiers) override;
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
- 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:86:1: note: expanded from here
- 86 | TranslateAcceleratorW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1031:31: warning: 'OnFocus' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1031 | HRESULT WINAPI QAxClientSite::OnFocus(BOOL bGotFocus)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:225:15: note: previous declaration is here
- 225 | STDMETHOD(OnFocus)(BOOL fGotFocus) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1043:31: warning: 'ShowPropertyFrame' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1043 | HRESULT WINAPI QAxClientSite::ShowPropertyFrame()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:226:15: note: previous declaration is here
- 226 | STDMETHOD(ShowPropertyFrame)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1049:31: warning: 'GetWindow' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1049 | HRESULT WINAPI QAxClientSite::GetWindow(HWND *phwnd)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:229:15: note: previous declaration is here
- 229 | STDMETHOD(GetWindow)(HWND *phwnd) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1058:31: warning: 'ContextSensitiveHelp' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1058 | HRESULT WINAPI QAxClientSite::ContextSensitiveHelp(BOOL fEnterMode)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:230:15: note: previous declaration is here
- 230 | STDMETHOD(ContextSensitiveHelp)(BOOL fEnterMode) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1069:31: warning: 'CanInPlaceActivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1069 | HRESULT WINAPI QAxClientSite::CanInPlaceActivate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:233:15: note: previous declaration is here
- 233 | STDMETHOD(CanInPlaceActivate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1075:31: warning: 'OnInPlaceActivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1075 | HRESULT WINAPI QAxClientSite::OnInPlaceActivate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:234:15: note: previous declaration is here
- 234 | STDMETHOD(OnInPlaceActivate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1094:31: warning: 'OnUIActivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1094 | HRESULT WINAPI QAxClientSite::OnUIActivate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:235:15: note: previous declaration is here
- 235 | STDMETHOD(OnUIActivate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1100:31: warning: 'GetWindowContext' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1100 | HRESULT WINAPI QAxClientSite::GetWindowContext(IOleInPlaceFrame **ppFrame, IOleInPlaceUIWindow **ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:236:15: note: previous declaration is here
- 236 | STDMETHOD(GetWindowContext)(IOleInPlaceFrame **ppFrame, IOleInPlaceUIWindow **ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1122:31: warning: 'Scroll' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1122 | HRESULT WINAPI QAxClientSite::Scroll(SIZE /*scrollExtant*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:237:15: note: previous declaration is here
- 237 | STDMETHOD(Scroll)(SIZE scrollExtant) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1127:31: warning: 'OnUIDeactivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1127 | HRESULT WINAPI QAxClientSite::OnUIDeactivate(BOOL)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:238:15: note: previous declaration is here
- 238 | STDMETHOD(OnUIDeactivate)(BOOL fUndoable) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1137:31: warning: 'OnInPlaceDeactivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1137 | HRESULT WINAPI QAxClientSite::OnInPlaceDeactivate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:239:15: note: previous declaration is here
- 239 | STDMETHOD(OnInPlaceDeactivate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1149:31: warning: 'DiscardUndoState' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1149 | HRESULT WINAPI QAxClientSite::DiscardUndoState()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:240:15: note: previous declaration is here
- 240 | STDMETHOD(DiscardUndoState)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1154:31: warning: 'DeactivateAndUndo' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1154 | HRESULT WINAPI QAxClientSite::DeactivateAndUndo()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:241:15: note: previous declaration is here
- 241 | STDMETHOD(DeactivateAndUndo)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1162:31: warning: 'OnPosRectChange' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1162 | HRESULT WINAPI QAxClientSite::OnPosRectChange(LPCRECT /*lprcPosRect*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:242:15: note: previous declaration is here
- 242 | STDMETHOD(OnPosRectChange)(LPCRECT lprcPosRect) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1170:31: warning: 'InsertMenus' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1170 | HRESULT WINAPI QAxClientSite::InsertMenus(HMENU /*hmenuShared*/, LPOLEMENUGROUPWIDTHS lpMenuWidths)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:323:15: note: previous declaration is here
- 323 | STDMETHOD(InsertMenus(HMENU hmenuShared, LPOLEMENUGROUPWIDTHS lpMenuWidths)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1304:31: warning: 'SetMenu' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1304 | HRESULT WINAPI QAxClientSite::SetMenu(HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:324:15: note: previous declaration is here
- 324 | STDMETHOD(SetMenu(HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1399:31: warning: 'RemoveMenus' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1399 | HRESULT WINAPI QAxClientSite::RemoveMenus(HMENU /*hmenuShared*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:325:15: note: previous declaration is here
- 325 | STDMETHOD(RemoveMenus(HMENU hmenuShared)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1410:31: warning: 'SetStatusText' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1410 | HRESULT WINAPI QAxClientSite::SetStatusText(LPCOLESTR pszStatusText)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:326:15: note: previous declaration is here
- 326 | STDMETHOD(SetStatusText(LPCOLESTR pszStatusText)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1419:31: warning: 'EnableModeless' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1419 | HRESULT WINAPI QAxClientSite::EnableModeless(BOOL fEnable)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:327:15: note: previous declaration is here
- 327 | STDMETHOD(EnableModeless(BOOL fEnable)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1439:31: warning: 'TranslateAcceleratorW' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1439 | HRESULT WINAPI QAxClientSite::TranslateAccelerator(LPMSG lpMsg, WORD grfModifiers)
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
- 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:133:1: note: expanded from here
- 133 | TranslateAcceleratorW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:328:15: note: previous declaration is here
- 328 | STDMETHOD(TranslateAccelerator(LPMSG lpMsg, WORD grfModifiers)) override;
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
- 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:87:1: note: expanded from here
- 87 | TranslateAcceleratorW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1445:31: warning: 'GetBorder' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1445 | HRESULT WINAPI QAxClientSite::GetBorder(LPRECT lprectBorder)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:331:15: note: previous declaration is here
- 331 | STDMETHOD(GetBorder(LPRECT lprectBorder)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1463:31: warning: 'RequestBorderSpace' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1463 | HRESULT WINAPI QAxClientSite::RequestBorderSpace(LPCBORDERWIDTHS /*pborderwidths*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:332:15: note: previous declaration is here
- 332 | STDMETHOD(RequestBorderSpace(LPCBORDERWIDTHS pborderwidths)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1478:31: warning: 'SetBorderSpace' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1478 | HRESULT WINAPI QAxClientSite::SetBorderSpace(LPCBORDERWIDTHS pborderwidths)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:333:15: note: previous declaration is here
- 333 | STDMETHOD(SetBorderSpace(LPCBORDERWIDTHS pborderwidths)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1520:31: warning: 'SetActiveObject' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1520 | HRESULT WINAPI QAxClientSite::SetActiveObject(IOleInPlaceActiveObject *pActiveObject, LPCOLESTR pszObjName)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:334:15: note: previous declaration is here
- 334 | STDMETHOD(SetActiveObject(IOleInPlaceActiveObject *pActiveObject, LPCOLESTR pszObjName)) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:1543:31: warning: 'ActivateMe' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 1543 | HRESULT WINAPI QAxClientSite::ActivateMe(IOleDocumentView *pViewToActivate)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:337:15: note: previous declaration is here
- 337 | STDMETHOD(ActivateMe(IOleDocumentView *pViewToActivate)) override;
- | ^
- 37 warnings generated.
- [6691/11449] Building CXX object qtactiveqt/src/activeqt/control/CMakeFiles/AxServer.dir/qaxserverbase.cpp.obj
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2169:31: warning: 'GetClassInfoW' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2169 | HRESULT WINAPI QAxServerBase::GetClassInfo(ITypeInfo** pptinfo)
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:2113:22: note: expanded from macro 'GetClassInfo'
- 2113 | #define GetClassInfo __MINGW_NAME_AW(GetClassInfo)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:9:1: note: expanded from here
- 9 | GetClassInfoW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:197:15: note: previous declaration is here
- 197 | STDMETHOD(GetClassInfo)(ITypeInfo** pptinfo) override;
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:2113:22: note: expanded from macro 'GetClassInfo'
- 2113 | #define GetClassInfo __MINGW_NAME_AW(GetClassInfo)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:166:1: note: expanded from here
- 166 | GetClassInfoW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2185:31: warning: 'GetGUID' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2185 | HRESULT WINAPI QAxServerBase::GetGUID(DWORD dwGuidKind, GUID* pGUID)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:200:15: note: previous declaration is here
- 200 | STDMETHOD(GetGUID)(DWORD dwGuidKind, GUID* pGUID) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2202:31: warning: 'GetTypeInfoCount' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2202 | HRESULT WINAPI QAxServerBase::GetTypeInfoCount(UINT* pctinfo)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:189:15: note: previous declaration is here
- 189 | STDMETHOD(GetTypeInfoCount)(UINT* pctinfo) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2214:31: warning: 'GetTypeInfo' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2214 | HRESULT WINAPI QAxServerBase::GetTypeInfo(UINT /* itinfo */, LCID /*lcid*/, ITypeInfo** pptinfo)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:190:15: note: previous declaration is here
- 190 | STDMETHOD(GetTypeInfo)(UINT itinfo, LCID lcid, ITypeInfo** pptinfo) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2233:31: warning: 'GetIDsOfNames' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2233 | HRESULT WINAPI QAxServerBase::GetIDsOfNames(REFIID /* riid */, LPOLESTR* rgszNames, UINT cNames,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:191:15: note: previous declaration is here
- 191 | STDMETHOD(GetIDsOfNames)(REFIID riid, LPOLESTR* rgszNames, UINT cNames, LCID lcid, DISPID* rgdispid) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2252:31: warning: 'Invoke' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2252 | HRESULT WINAPI QAxServerBase::Invoke(DISPID dispidMember, REFIID riid,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:192:15: note: previous declaration is here
- 192 | STDMETHOD(Invoke)(DISPID dispidMember, REFIID riid,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2648:31: warning: 'EnumConnectionPoints' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2648 | HRESULT WINAPI QAxServerBase::EnumConnectionPoints(IEnumConnectionPoints **epoints)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:263:15: note: previous declaration is here
- 263 | STDMETHOD(EnumConnectionPoints)(IEnumConnectionPoints**) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2660:31: warning: 'FindConnectionPoint' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2660 | HRESULT WINAPI QAxServerBase::FindConnectionPoint(REFIID iid, IConnectionPoint **cpoint)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:264:15: note: previous declaration is here
- 264 | STDMETHOD(FindConnectionPoint)(REFIID, IConnectionPoint**) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2680:31: warning: 'IsDirty' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2680 | HRESULT WINAPI QAxServerBase::IsDirty()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:275:15: note: previous declaration is here
- 275 | STDMETHOD(IsDirty)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2685:31: warning: 'Load' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2685 | HRESULT WINAPI QAxServerBase::Load(IStream *pStm)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:276:15: note: previous declaration is here
- 276 | STDMETHOD(Load)(IStream *pStm) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2753:31: warning: 'Save' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2753 | HRESULT WINAPI QAxServerBase::Save(IStream *pStm, BOOL clearDirty)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:277:15: note: previous declaration is here
- 277 | STDMETHOD(Save)(IStream *pStm, BOOL fClearDirty) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2805:31: warning: 'GetSizeMax' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2805 | HRESULT WINAPI QAxServerBase::GetSizeMax(ULARGE_INTEGER *pcbSize)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:278:15: note: previous declaration is here
- 278 | STDMETHOD(GetSizeMax)(ULARGE_INTEGER *pcbSize) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2817:31: warning: 'InitNew' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2817 | HRESULT WINAPI QAxServerBase::InitNew(IStorage *pStg)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:285:15: note: previous declaration is here
- 285 | STDMETHOD(InitNew)(IStorage *pStg) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2831:31: warning: 'Load' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2831 | HRESULT WINAPI QAxServerBase::Load(IStorage *pStg)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:286:15: note: previous declaration is here
- 286 | STDMETHOD(Load)(IStorage *pStg) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2857:31: warning: 'Save' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2857 | HRESULT WINAPI QAxServerBase::Save(IStorage *pStg, BOOL /* fSameAsLoad */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:287:15: note: previous declaration is here
- 287 | STDMETHOD(Save)(IStorage *pStg, BOOL fSameAsLoad) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2878:31: warning: 'SaveCompleted' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2878 | HRESULT WINAPI QAxServerBase::SaveCompleted(IStorage *pStgNew)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:288:15: note: previous declaration is here
- 288 | STDMETHOD(SaveCompleted)(IStorage *pStgNew) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2889:31: warning: 'HandsOffStorage' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2889 | HRESULT WINAPI QAxServerBase::HandsOffStorage()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:289:15: note: previous declaration is here
- 289 | STDMETHOD(HandsOffStorage)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2901:31: warning: 'InitNew' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2901 | HRESULT WINAPI QAxServerBase::InitNew()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:274:15: note: previous declaration is here
- 274 | STDMETHOD(InitNew)(VOID) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2914:31: warning: 'Load' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2914 | HRESULT WINAPI QAxServerBase::Load(IPropertyBag *bag, IErrorLog * /*log*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:281:15: note: previous declaration is here
- 281 | STDMETHOD(Load)(IPropertyBag *, IErrorLog *) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2952:31: warning: 'Save' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2952 | HRESULT WINAPI QAxServerBase::Save(IPropertyBag *bag, BOOL clearDirty, BOOL /*saveAll*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:282:15: note: previous declaration is here
- 282 | STDMETHOD(Save)(IPropertyBag *, BOOL, BOOL) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2984:31: warning: 'SaveCompleted' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2984 | HRESULT WINAPI QAxServerBase::SaveCompleted(LPCOLESTR fileName)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:292:15: note: previous declaration is here
- 292 | STDMETHOD(SaveCompleted)(LPCOLESTR fileName) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:2993:31: warning: 'GetCurFile' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 2993 | HRESULT WINAPI QAxServerBase::GetCurFile(LPOLESTR *currentFile)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:293:15: note: previous declaration is here
- 293 | STDMETHOD(GetCurFile)(LPOLESTR *currentFile) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3014:31: warning: 'Load' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3014 | HRESULT WINAPI QAxServerBase::Load(LPCOLESTR fileName, DWORD /* mode */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:294:15: note: previous declaration is here
- 294 | STDMETHOD(Load)(LPCOLESTR fileName, DWORD mode) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3059:31: warning: 'Save' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3059 | HRESULT WINAPI QAxServerBase::Save(LPCOLESTR fileName, BOOL fRemember)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:295:15: note: previous declaration is here
- 295 | STDMETHOD(Save)(LPCOLESTR fileName, BOOL fRemember) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3106:31: warning: 'Draw' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3106 | HRESULT WINAPI QAxServerBase::Draw(DWORD dwAspect, LONG /* lindex */, void * /* pvAspect */, DVTARGETDEVICE *ptd,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:226:15: note: previous declaration is here
- 226 | STDMETHOD(Draw)(DWORD dwAspect, LONG lIndex, void *pvAspect, DVTARGETDEVICE *ptd,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3156:31: warning: 'GetColorSet' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3156 | HRESULT WINAPI QAxServerBase::GetColorSet(DWORD /* dwDrawAspect */, LONG /* lindex */, void * /* pvAspect */, DVTARGETDEVICE * /* ptd */,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:229:15: note: previous declaration is here
- 229 | STDMETHOD(GetColorSet)(DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3165:31: warning: 'Freeze' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3165 | HRESULT WINAPI QAxServerBase::Freeze(DWORD /* dwAspect */, LONG /* lindex */, void * /* pvAspect */, DWORD * /* pdwFreeze */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:231:15: note: previous declaration is here
- 231 | STDMETHOD(Freeze)(DWORD dwAspect, LONG lindex, void *pvAspect, DWORD *pdwFreeze) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3173:31: warning: 'Unfreeze' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3173 | HRESULT WINAPI QAxServerBase::Unfreeze(DWORD /* dwFreeze */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:232:15: note: previous declaration is here
- 232 | STDMETHOD(Unfreeze)(DWORD dwFreeze) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3181:31: warning: 'SetAdvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3181 | HRESULT WINAPI QAxServerBase::SetAdvise(DWORD /*aspects*/, DWORD /*advf*/, IAdviseSink *pAdvSink)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:233:15: note: previous declaration is here
- 233 | STDMETHOD(SetAdvise)(DWORD aspects, DWORD advf, IAdviseSink *pAdvSink) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3193:31: warning: 'GetAdvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3193 | HRESULT WINAPI QAxServerBase::GetAdvise(DWORD* /*aspects*/, DWORD* /*advf*/, IAdviseSink **ppAdvSink)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:234:15: note: previous declaration is here
- 234 | STDMETHOD(GetAdvise)(DWORD *aspects, DWORD *advf, IAdviseSink **pAdvSink) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3208:31: warning: 'GetExtent' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3208 | HRESULT WINAPI QAxServerBase::GetExtent(DWORD dwAspect, LONG /*lindex*/, DVTARGETDEVICE* /*ptd*/, LPSIZEL lpsizel)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:237:15: note: previous declaration is here
- 237 | STDMETHOD(GetExtent)(DWORD dwAspect, LONG lindex, DVTARGETDEVICE *ptd, LPSIZEL lpsizel) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3220:31: warning: 'GetControlInfo' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3220 | HRESULT WINAPI QAxServerBase::GetControlInfo(LPCONTROLINFO)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:241:15: note: previous declaration is here
- 241 | STDMETHOD(GetControlInfo)(LPCONTROLINFO) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3228:31: warning: 'FreezeEvents' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3228 | HRESULT WINAPI QAxServerBase::FreezeEvents(BOOL bFreeze)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:240:15: note: previous declaration is here
- 240 | STDMETHOD(FreezeEvents)(BOOL) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3242:31: warning: 'OnMnemonic' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3242 | HRESULT WINAPI QAxServerBase::OnMnemonic(LPMSG)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:243:15: note: previous declaration is here
- 243 | STDMETHOD(OnMnemonic)(LPMSG) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3250:31: warning: 'OnAmbientPropertyChange' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3250 | HRESULT WINAPI QAxServerBase::OnAmbientPropertyChange(DISPID dispID)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:242:15: note: previous declaration is here
- 242 | STDMETHOD(OnAmbientPropertyChange)(DISPID) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3350:31: warning: 'GetWindow' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3350 | HRESULT WINAPI QAxServerBase::GetWindow(HWND *pHwnd)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:246:15: note: previous declaration is here
- 246 | STDMETHOD(GetWindow)(HWND *pHwnd) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3361:31: warning: 'ContextSensitiveHelp' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3361 | HRESULT WINAPI QAxServerBase::ContextSensitiveHelp(BOOL fEnterMode)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:247:15: note: previous declaration is here
- 247 | STDMETHOD(ContextSensitiveHelp)(BOOL fEnterMode) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3374:31: warning: 'InPlaceDeactivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3374 | HRESULT WINAPI QAxServerBase::InPlaceDeactivate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:250:15: note: previous declaration is here
- 250 | STDMETHOD(InPlaceDeactivate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3398:31: warning: 'UIDeactivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3398 | HRESULT WINAPI QAxServerBase::UIDeactivate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:251:15: note: previous declaration is here
- 251 | STDMETHOD(UIDeactivate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3448:31: warning: 'SetObjectRects' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3448 | HRESULT WINAPI QAxServerBase::SetObjectRects(LPCRECT prcPos, LPCRECT prcClip)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:252:15: note: previous declaration is here
- 252 | STDMETHOD(SetObjectRects)(LPCRECT lprcPosRect, LPCRECT lprcClipRect) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3480:31: warning: 'ReactivateAndUndo' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3480 | HRESULT WINAPI QAxServerBase::ReactivateAndUndo()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:253:15: note: previous declaration is here
- 253 | STDMETHOD(ReactivateAndUndo)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3489:31: warning: 'TranslateAcceleratorW' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3489 | HRESULT WINAPI QAxServerBase::TranslateAcceleratorW(MSG *pMsg)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:256:15: note: previous declaration is here
- 256 | STDMETHOD(TranslateAccelerator)(MSG *pMsg) override;
- | ^
- C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
- 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
- | ^
- C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
- 12 | # define __MINGW_NAME_AW(func) func##W
- | ^
- <scratch space>:167:1: note: expanded from here
- 167 | TranslateAcceleratorW
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3616:31: warning: 'OnFrameWindowActivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3616 | HRESULT WINAPI QAxServerBase::OnFrameWindowActivate(BOOL fActivate)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:257:15: note: previous declaration is here
- 257 | STDMETHOD(OnFrameWindowActivate)(BOOL) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3627:31: warning: 'OnDocWindowActivate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3627 | HRESULT WINAPI QAxServerBase::OnDocWindowActivate(BOOL /* fActivate */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:258:15: note: previous declaration is here
- 258 | STDMETHOD(OnDocWindowActivate)(BOOL fActivate) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3632:31: warning: 'ResizeBorder' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3632 | HRESULT WINAPI QAxServerBase::ResizeBorder(LPCRECT /* prcBorder */, IOleInPlaceUIWindow * /* pUIWindow */, BOOL /* fFrameWindow */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:259:15: note: previous declaration is here
- 259 | STDMETHOD(ResizeBorder)(LPCRECT prcBorder, IOleInPlaceUIWindow *pUIWindow, BOOL fFrameWindow) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3637:31: warning: 'EnableModeless' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3637 | HRESULT WINAPI QAxServerBase::EnableModeless(BOOL fEnable)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:260:15: note: previous declaration is here
- 260 | STDMETHOD(EnableModeless)(BOOL) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3662:31: warning: 'GetUserType' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3662 | HRESULT WINAPI QAxServerBase::GetUserType(DWORD dwFormOfType, LPOLESTR *pszUserType)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:214:15: note: previous declaration is here
- 214 | STDMETHOD(GetUserType)(DWORD dwFormOfType, LPOLESTR *pszUserType) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3688:31: warning: 'GetMiscStatus' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3688 | HRESULT WINAPI QAxServerBase::GetMiscStatus(DWORD dwAspect, DWORD *pdwStatus)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:211:15: note: previous declaration is here
- 211 | STDMETHOD(GetMiscStatus)(DWORD dwAspect, DWORD *pdwStatus) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3696:31: warning: 'Advise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3696 | HRESULT WINAPI QAxServerBase::Advise(IAdviseSink* pAdvSink, DWORD* pdwConnection)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:203:15: note: previous declaration is here
- 203 | STDMETHOD(Advise)(IAdviseSink* pAdvSink, DWORD* pdwConnection) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3708:31: warning: 'Close' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3708 | HRESULT WINAPI QAxServerBase::Close(DWORD dwSaveOption)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:204:15: note: previous declaration is here
- 204 | STDMETHOD(Close)(DWORD dwSaveOption) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3868:31: warning: 'DoVerb' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3868 | HRESULT WINAPI QAxServerBase::DoVerb(LONG iVerb, LPMSG /*lpmsg*/, IOleClientSite* /*pActiveSite*/, LONG /*lindex*/,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:205:15: note: previous declaration is here
- 205 | STDMETHOD(DoVerb)(LONG iVerb, LPMSG lpmsg, IOleClientSite* pActiveSite, LONG lindex, HWND hwndParent, LPCRECT lprcPosRect) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3913:31: warning: 'EnumAdvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3913 | HRESULT WINAPI QAxServerBase::EnumAdvise(IEnumSTATDATA** /*ppenumAdvise*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:206:15: note: previous declaration is here
- 206 | STDMETHOD(EnumAdvise)(IEnumSTATDATA** ppenumAdvise) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3921:31: warning: 'EnumVerbs' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3921 | HRESULT WINAPI QAxServerBase::EnumVerbs(IEnumOLEVERB** ppEnumOleVerb)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:207:15: note: previous declaration is here
- 207 | STDMETHOD(EnumVerbs)(IEnumOLEVERB** ppEnumOleVerb) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3931:31: warning: 'GetClientSite' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3931 | HRESULT WINAPI QAxServerBase::GetClientSite(IOleClientSite** ppClientSite)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:208:15: note: previous declaration is here
- 208 | STDMETHOD(GetClientSite)(IOleClientSite** ppClientSite) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3944:31: warning: 'GetClipboardData' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3944 | HRESULT WINAPI QAxServerBase::GetClipboardData(DWORD, IDataObject**)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:209:15: note: previous declaration is here
- 209 | STDMETHOD(GetClipboardData)(DWORD dwReserved, IDataObject** ppDataObject) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3952:31: warning: 'GetExtent' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3952 | HRESULT WINAPI QAxServerBase::GetExtent(DWORD dwDrawAspect, SIZEL* psizel)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:210:15: note: previous declaration is here
- 210 | STDMETHOD(GetExtent)(DWORD dwDrawAspect, SIZEL* psizel) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3966:31: warning: 'GetMoniker' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3966 | HRESULT WINAPI QAxServerBase::GetMoniker(DWORD, DWORD, IMoniker** )
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:212:15: note: previous declaration is here
- 212 | STDMETHOD(GetMoniker)(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker** ppmk) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3974:31: warning: 'GetUserClassID' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3974 | HRESULT WINAPI QAxServerBase::GetUserClassID(CLSID* pClsid)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:213:15: note: previous declaration is here
- 213 | STDMETHOD(GetUserClassID)(CLSID* pClsid) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3985:31: warning: 'InitFromData' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3985 | HRESULT WINAPI QAxServerBase::InitFromData(IDataObject*, BOOL, DWORD)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:215:15: note: previous declaration is here
- 215 | STDMETHOD(InitFromData)(IDataObject* pDataObject, BOOL fCreation, DWORD dwReserved) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:3993:31: warning: 'IsUpToDate' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 3993 | HRESULT WINAPI QAxServerBase::IsUpToDate()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:216:15: note: previous declaration is here
- 216 | STDMETHOD(IsUpToDate)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4001:31: warning: 'SetClientSite' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4001 | HRESULT WINAPI QAxServerBase::SetClientSite(IOleClientSite* pClientSite)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:217:15: note: previous declaration is here
- 217 | STDMETHOD(SetClientSite)(IOleClientSite* pClientSite) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4027:31: warning: 'SetColorScheme' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4027 | HRESULT WINAPI QAxServerBase::SetColorScheme(LOGPALETTE*)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:218:15: note: previous declaration is here
- 218 | STDMETHOD(SetColorScheme)(LOGPALETTE* pLogPal) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4043:31: warning: 'SetExtent' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4043 | HRESULT WINAPI QAxServerBase::SetExtent(DWORD dwDrawAspect, SIZEL* psizel)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:219:15: note: previous declaration is here
- 219 | STDMETHOD(SetExtent)(DWORD dwDrawAspect, SIZEL* psizel) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4069:31: warning: 'SetHostNames' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4069 | HRESULT WINAPI QAxServerBase::SetHostNames(LPCOLESTR /* szContainerApp */, LPCOLESTR /* szContainerObj */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:220:15: note: previous declaration is here
- 220 | STDMETHOD(SetHostNames)(LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4077:31: warning: 'SetMoniker' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4077 | HRESULT WINAPI QAxServerBase::SetMoniker(DWORD, IMoniker*)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:221:15: note: previous declaration is here
- 221 | STDMETHOD(SetMoniker)(DWORD dwWhichMoniker, IMoniker* ppmk) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4085:31: warning: 'Unadvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4085 | HRESULT WINAPI QAxServerBase::Unadvise(DWORD dwConnection)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:222:15: note: previous declaration is here
- 222 | STDMETHOD(Unadvise)(DWORD dwConnection) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4101:31: warning: 'Update' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4101 | HRESULT WINAPI QAxServerBase::Update()
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:223:15: note: previous declaration is here
- 223 | STDMETHOD(Update)() override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4110:31: warning: 'GetData' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4110 | HRESULT WINAPI QAxServerBase::GetData(FORMATETC *pformatetcIn, STGMEDIUM *pmedium)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:298:15: note: previous declaration is here
- 298 | STDMETHOD(GetData)(FORMATETC *pformatetcIn, STGMEDIUM *pmedium) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4178:31: warning: 'DAdvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4178 | HRESULT WINAPI QAxServerBase::DAdvise(FORMATETC *pformatetc, DWORD advf,
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:304:15: note: previous declaration is here
- 304 | STDMETHOD(DAdvise)(FORMATETC *pformatetc, DWORD advf, IAdviseSink *pAdvSink, DWORD *pdwConnection) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4197:31: warning: 'DUnadvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4197 | HRESULT WINAPI QAxServerBase::DUnadvise(DWORD dwConnection)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:305:15: note: previous declaration is here
- 305 | STDMETHOD(DUnadvise)(DWORD dwConnection) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4205:31: warning: 'EnumDAdvise' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4205 | HRESULT WINAPI QAxServerBase::EnumDAdvise(IEnumSTATDATA ** /*ppenumAdvise*/)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:306:15: note: previous declaration is here
- 306 | STDMETHOD(EnumDAdvise)(IEnumSTATDATA **ppenumAdvise) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4213:31: warning: 'GetDataHere' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4213 | HRESULT WINAPI QAxServerBase::GetDataHere(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:299:15: note: previous declaration is here
- 299 | STDMETHOD(GetDataHere)(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4221:31: warning: 'QueryGetData' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4221 | HRESULT WINAPI QAxServerBase::QueryGetData(FORMATETC* /* pformatetc */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:300:15: note: previous declaration is here
- 300 | STDMETHOD(QueryGetData)(FORMATETC* /* pformatetc */) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4229:31: warning: 'GetCanonicalFormatEtc' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4229 | HRESULT WINAPI QAxServerBase::GetCanonicalFormatEtc(FORMATETC* /* pformatectIn */,FORMATETC* /* pformatetcOut */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:301:15: note: previous declaration is here
- 301 | STDMETHOD(GetCanonicalFormatEtc)(FORMATETC* /* pformatectIn */,FORMATETC* /* pformatetcOut */) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4237:31: warning: 'SetData' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4237 | HRESULT WINAPI QAxServerBase::SetData(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */, BOOL /* fRelease */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:302:15: note: previous declaration is here
- 302 | STDMETHOD(SetData)(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */, BOOL /* fRelease */) override;
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:4245:31: warning: 'EnumFormatEtc' is missing exception specification '__attribute__((nothrow))' [-Wmissing-exception-spec]
- 4245 | HRESULT WINAPI QAxServerBase::EnumFormatEtc(DWORD /* dwDirection */, IEnumFORMATETC** /* ppenumFormatEtc */)
- | ^
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:303:15: note: previous declaration is here
- 303 | STDMETHOD(EnumFormatEtc)(DWORD /* dwDirection */, IEnumFORMATETC** /* ppenumFormatEtc */) override;
- | ^
- 76 warnings generated.
- [6760/11449] Automatic MOC for target Bluetooth
- AutoMoc: C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtconnectivity/src/bluetooth/qbluetoothlocaldevice_p.h: note: No relevant classes found. No output generated.
- AutoMoc: C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtconnectivity/src/bluetooth/qbluetoothdevicediscoveryagent_p.h: note: No relevant classes found. No output generated.
- AutoMoc: C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtconnectivity/src/bluetooth/qbluetoothservicediscoveryagent_p.h: note: No relevant classes found. No output generated.
- [7800/11449] Automatic MOC for target QWindowsMediaPlugin
- AutoMoc warning
- ---------------
- "SRC:/qtmultimedia/src/plugins/multimedia/windows/player/mfvideorenderercontrol.cpp"
- includes the moc file "mfvideorenderercontrol.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_GADGET_EXPORT, Q_NAMESPACE, Q_NAMESPACE_EXPORT or Q_ENUM_NS macro.
- AutoMoc: C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/player/mfvideorenderercontrol.cpp: note: No relevant classes found. No output generated.
- [9958/11449] Building CXX object qtmultimedia/src/plugins/...indows/CMakeFiles/QWindowsMediaPlugin.dir/mfstream.cpp.obj
- In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/mfstream.cpp:4:
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/mfstream_p.h:112:11: warning: private field 'm_workQueueId' is not used [-Wunused-private-field]
- 112 | DWORD m_workQueueId;
- | ^
- 1 warning generated.
- [9959/11449] Building CXX object qtmultimedia/src/plugins/.../QWindowsMediaPlugin.dir/evr/evrvideowindowcontrol.cpp.obj
- In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/evr/evrvideowindowcontrol.cpp:4:
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/evr/evrvideowindowcontrol_p.h:56:14: warning: private field 'm_windowColor' is not used [-Wunused-private-field]
- 56 | COLORREF m_windowColor;
- | ^
- 1 warning generated.
- [9997/11449] Building CXX object qtmultimedia/src/plugins/...eFiles/QWindowsMediaPlugin.dir/qwindowsintegration.cpp.obj
- FAILED: qtmultimedia/src/plugins/multimedia/windows/CMakeFiles/QWindowsMediaPlugin.dir/qwindowsintegration.cpp.obj
- C:\PROGRA~1\mingw64\bin\C__~1.EXE -DNOMINMAX -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x040800 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_AS_CONST -DQT_NO_AS_CONST=1 -DQT_NO_CONTEXTLESS_CONNECT=1 -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_QEXCHANGE -DQT_PLUGIN -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DQWindowsMediaPlugin_EXPORTS -DUNICODE -DWIN32 -DWIN64 -DWINVER=0x0A00 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN32_WINNT=0x0A00 -D_WIN64 -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtmultimedia/src/plugins/multimedia/windows/QWindowsMediaPlugin_autogen/include -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtmultimedia/src/plugins/multimedia/windows -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/audio -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/common -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/decoder -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/wi:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/mediacapture -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtmultimedia/src/multimedia -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtMultimedia/6.6.2 -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtMultimedia/6.6.2/QtMultimedia -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/src/corelib -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtCore/6.6.2 -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtCore/6.6.2/QtCore -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtCore -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtbase/mkspecs/win32-clang-g++ -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/src/gui -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtGui/6.6.2 -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtGui/6.6.2/QtGui -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtGui -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtMultimedia -IC:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtNetwork -DNDEBUG -O2 -std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -fno-exceptions -Wno-ignored-attributes -Wa,-mbig-obj -MD -MT qtmultimedia/src/plugins/multimedia/windows/CMakeFiles/QWindowsMediaPlugin.dir/qwindowsintegration.cpp.obj -MF qtmultimedia\src\plugins\multimedia\windows\CMakeFiles\QWindowsMediaPlugin.dir\qwindowsintegration.cpp.obj.d -o qtmultimedia/src/plugins/multimedia/windows/CMakeFiles/QWindowsMediaPlugin.dir/qwindowsintegration.cpp.obj -c C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/qwindowsintegration.cpp
- In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/qwindowsintegration.cpp:5:
- In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/build/qtbase/include/QtMultimedia/6.6.2/QtMultimedia/private/qwindowsmediadevices_p.h:1:
- C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/multimedia/windows/qwindowsmediadevices_p.h:19:10: fatal error: 'qplatformmediadevices_p.h' file not found
- 19 | #include <qplatformmediadevices_p.h>
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- [10014/11449] Building CXX object qt3d/src/quick3d/imports...es/quick3drenderplugin.dir/qt3dquick3drenderplugin.cpp.obj
- ninja: build stopped: subcommand failed.
- PS C:\Users\kyrlon\Downloads\qt-everywhere-src-6.6.2\build> gcc --version
- clang version 18.1.1 (https://github.com/llvm/llvm-project.git dba2a75e9c7ef81fe84774ba5eee5e67e01d801a)
- Target: x86_64-w64-windows-gnu
- Thread model: posix
- InstalledDir: C:/Program Files/mingw64/bin
- PS C:\Users\kyrlon\Downloads\qt-everywhere-src-6.6.2\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement