Advertisement
Guest User

llvm_cmake_error

a guest
Mar 15th, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.41 KB | None | 0 0
  1. PS C:\Users\kyrlon\Downloads\qt-everywhere-src-6.6.2\build> cmake --build . --parallel
  2. [1637/11449] Building CXX object qtbase/src/gui/CMakeFiles...dir/__/3rdparty/D3D12MemoryAllocator/D3D12MemAlloc.cpp.obj
  3. 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]
  4. 144 | #pragma GCC diagnostic ignored "-Wnonnull-compare"
  5. | ^
  6. 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]
  7. 9902 | if (this == NULL)
  8. | ^~~~ ~~~~
  9. 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]
  10. 10053 | if (this == NULL)
  11. | ^~~~ ~~~~
  12. 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]
  13. 10118 | if (this == NULL)
  14. | ^~~~ ~~~~
  15. 4 warnings generated.
  16. [4259/11449] Building CXX object qt3d/src/animation/CMakeFiles/3DAnimation.dir/backend/bezierevaluator.cpp.obj
  17. 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]
  18. 145 | int BezierEvaluator::findCubicRoots(const float coeffs[4], float roots[3])
  19. | ^
  20. 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
  21. 42 | static int findCubicRoots(const float coefficients[], float roots[3]);
  22. | ^
  23. 1 warning generated.
  24. [4291/11449] Building CXX object qt3d/src/animation/CMakeFiles/3DAnimation.dir/backend/gltfimporter.cpp.obj
  25. 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]
  26. 463 | int channelIndex = 0;
  27. | ^
  28. 1 warning generated.
  29. [5428/11449] Linking CXX shared library qtbase\bin\Qt6LanguageServer.dll
  30. clang-18: warning: argument unused during compilation: '-Wa,-mbig-obj' [-Wunused-command-line-argument]
  31. [5550/11449] Automatic MOC for target SerialBus
  32. AutoMoc: C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtserialbus/src/serialbus/qcanframeprocessor.h: note: No relevant classes found. No output generated.
  33. [6556/11449] Automatic QML type registration for target Graphs
  34. Warning: Refusing to generate non-lowercase name "TouchInputHandler3D" for unknown foreign type
  35. [6687/11449] Building CXX object qtactiveqt/src/activeqt/container/CMakeFiles/AxContainer.dir/qaxwidget.cpp.obj
  36. 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]
  37. 805 | HRESULT WINAPI QAxClientSite::QueryInterface(REFIID iid, void **iface)
  38. | ^
  39. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:195:15: note: previous declaration is here
  40. 195 | STDMETHOD(QueryInterface)(REFIID iid, void **iface) override;
  41. | ^
  42. 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]
  43. 927 | HRESULT WINAPI QAxClientSite::SaveObject()
  44. | ^
  45. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:212:15: note: previous declaration is here
  46. 212 | STDMETHOD(SaveObject)() override;
  47. | ^
  48. 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]
  49. 932 | HRESULT WINAPI QAxClientSite::GetMoniker(DWORD, DWORD, IMoniker **ppmk)
  50. | ^
  51. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:213:15: note: previous declaration is here
  52. 213 | STDMETHOD(GetMoniker)(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) override;
  53. | ^
  54. 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]
  55. 941 | HRESULT WINAPI QAxClientSite::GetContainer(LPOLECONTAINER *ppContainer)
  56. | ^
  57. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:214:15: note: previous declaration is here
  58. 214 | STDMETHOD(GetContainer)(LPOLECONTAINER FAR* ppContainer) override;
  59. | ^
  60. 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]
  61. 950 | HRESULT WINAPI QAxClientSite::ShowObject()
  62. | ^
  63. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:215:15: note: previous declaration is here
  64. 215 | STDMETHOD(ShowObject)() override;
  65. | ^
  66. 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]
  67. 955 | HRESULT WINAPI QAxClientSite::OnShowWindow(BOOL /*fShow*/)
  68. | ^
  69. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:216:15: note: previous declaration is here
  70. 216 | STDMETHOD(OnShowWindow)(BOOL fShow) override;
  71. | ^
  72. 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]
  73. 960 | HRESULT WINAPI QAxClientSite::RequestNewObjectLayout()
  74. | ^
  75. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:217:15: note: previous declaration is here
  76. 217 | STDMETHOD(RequestNewObjectLayout)() override;
  77. | ^
  78. 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]
  79. 966 | HRESULT WINAPI QAxClientSite::OnControlInfoChanged()
  80. | ^
  81. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:220:15: note: previous declaration is here
  82. 220 | STDMETHOD(OnControlInfoChanged)() override;
  83. | ^
  84. 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]
  85. 974 | HRESULT WINAPI QAxClientSite::LockInPlaceActive(BOOL /*fLock*/)
  86. | ^
  87. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:221:15: note: previous declaration is here
  88. 221 | STDMETHOD(LockInPlaceActive)(BOOL fLock) override;
  89. | ^
  90. 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]
  91. 980 | HRESULT WINAPI QAxClientSite::GetExtendedControl(IDispatch** ppDisp)
  92. | ^
  93. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:222:15: note: previous declaration is here
  94. 222 | STDMETHOD(GetExtendedControl)(IDispatch** ppDisp) override;
  95. | ^
  96. 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]
  97. 989 | HRESULT WINAPI QAxClientSite::TransformCoords(POINTL* /*pPtlHimetric*/, POINTF* /*pPtfContainer*/, DWORD /*dwFlags*/)
  98. | ^
  99. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:223:15: note: previous declaration is here
  100. 223 | STDMETHOD(TransformCoords)(POINTL* pPtlHimetric, POINTF* pPtfContainer, DWORD dwFlags) override;
  101. | ^
  102. 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]
  103. 994 | HRESULT WINAPI QAxClientSite::TranslateAccelerator(LPMSG lpMsg, DWORD /*grfModifiers*/)
  104. | ^
  105. C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
  106. 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
  107. | ^
  108. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  109. 12 | # define __MINGW_NAME_AW(func) func##W
  110. | ^
  111. <scratch space>:116:1: note: expanded from here
  112. 116 | TranslateAcceleratorW
  113. | ^
  114. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:224:15: note: previous declaration is here
  115. 224 | STDMETHOD(TranslateAccelerator)(LPMSG lpMsg, DWORD grfModifiers) override;
  116. | ^
  117. C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
  118. 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
  119. | ^
  120. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  121. 12 | # define __MINGW_NAME_AW(func) func##W
  122. | ^
  123. <scratch space>:86:1: note: expanded from here
  124. 86 | TranslateAcceleratorW
  125. | ^
  126. 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]
  127. 1031 | HRESULT WINAPI QAxClientSite::OnFocus(BOOL bGotFocus)
  128. | ^
  129. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:225:15: note: previous declaration is here
  130. 225 | STDMETHOD(OnFocus)(BOOL fGotFocus) override;
  131. | ^
  132. 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]
  133. 1043 | HRESULT WINAPI QAxClientSite::ShowPropertyFrame()
  134. | ^
  135. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:226:15: note: previous declaration is here
  136. 226 | STDMETHOD(ShowPropertyFrame)() override;
  137. | ^
  138. 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]
  139. 1049 | HRESULT WINAPI QAxClientSite::GetWindow(HWND *phwnd)
  140. | ^
  141. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:229:15: note: previous declaration is here
  142. 229 | STDMETHOD(GetWindow)(HWND *phwnd) override;
  143. | ^
  144. 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]
  145. 1058 | HRESULT WINAPI QAxClientSite::ContextSensitiveHelp(BOOL fEnterMode)
  146. | ^
  147. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:230:15: note: previous declaration is here
  148. 230 | STDMETHOD(ContextSensitiveHelp)(BOOL fEnterMode) override;
  149. | ^
  150. 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]
  151. 1069 | HRESULT WINAPI QAxClientSite::CanInPlaceActivate()
  152. | ^
  153. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:233:15: note: previous declaration is here
  154. 233 | STDMETHOD(CanInPlaceActivate)() override;
  155. | ^
  156. 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]
  157. 1075 | HRESULT WINAPI QAxClientSite::OnInPlaceActivate()
  158. | ^
  159. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:234:15: note: previous declaration is here
  160. 234 | STDMETHOD(OnInPlaceActivate)() override;
  161. | ^
  162. 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]
  163. 1094 | HRESULT WINAPI QAxClientSite::OnUIActivate()
  164. | ^
  165. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:235:15: note: previous declaration is here
  166. 235 | STDMETHOD(OnUIActivate)() override;
  167. | ^
  168. 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]
  169. 1100 | HRESULT WINAPI QAxClientSite::GetWindowContext(IOleInPlaceFrame **ppFrame, IOleInPlaceUIWindow **ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo)
  170. | ^
  171. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:236:15: note: previous declaration is here
  172. 236 | STDMETHOD(GetWindowContext)(IOleInPlaceFrame **ppFrame, IOleInPlaceUIWindow **ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo) override;
  173. | ^
  174. 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]
  175. 1122 | HRESULT WINAPI QAxClientSite::Scroll(SIZE /*scrollExtant*/)
  176. | ^
  177. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:237:15: note: previous declaration is here
  178. 237 | STDMETHOD(Scroll)(SIZE scrollExtant) override;
  179. | ^
  180. 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]
  181. 1127 | HRESULT WINAPI QAxClientSite::OnUIDeactivate(BOOL)
  182. | ^
  183. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:238:15: note: previous declaration is here
  184. 238 | STDMETHOD(OnUIDeactivate)(BOOL fUndoable) override;
  185. | ^
  186. 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]
  187. 1137 | HRESULT WINAPI QAxClientSite::OnInPlaceDeactivate()
  188. | ^
  189. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:239:15: note: previous declaration is here
  190. 239 | STDMETHOD(OnInPlaceDeactivate)() override;
  191. | ^
  192. 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]
  193. 1149 | HRESULT WINAPI QAxClientSite::DiscardUndoState()
  194. | ^
  195. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:240:15: note: previous declaration is here
  196. 240 | STDMETHOD(DiscardUndoState)() override;
  197. | ^
  198. 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]
  199. 1154 | HRESULT WINAPI QAxClientSite::DeactivateAndUndo()
  200. | ^
  201. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:241:15: note: previous declaration is here
  202. 241 | STDMETHOD(DeactivateAndUndo)() override;
  203. | ^
  204. 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]
  205. 1162 | HRESULT WINAPI QAxClientSite::OnPosRectChange(LPCRECT /*lprcPosRect*/)
  206. | ^
  207. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:242:15: note: previous declaration is here
  208. 242 | STDMETHOD(OnPosRectChange)(LPCRECT lprcPosRect) override;
  209. | ^
  210. 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]
  211. 1170 | HRESULT WINAPI QAxClientSite::InsertMenus(HMENU /*hmenuShared*/, LPOLEMENUGROUPWIDTHS lpMenuWidths)
  212. | ^
  213. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:323:15: note: previous declaration is here
  214. 323 | STDMETHOD(InsertMenus(HMENU hmenuShared, LPOLEMENUGROUPWIDTHS lpMenuWidths)) override;
  215. | ^
  216. 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]
  217. 1304 | HRESULT WINAPI QAxClientSite::SetMenu(HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject)
  218. | ^
  219. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:324:15: note: previous declaration is here
  220. 324 | STDMETHOD(SetMenu(HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject)) override;
  221. | ^
  222. 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]
  223. 1399 | HRESULT WINAPI QAxClientSite::RemoveMenus(HMENU /*hmenuShared*/)
  224. | ^
  225. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:325:15: note: previous declaration is here
  226. 325 | STDMETHOD(RemoveMenus(HMENU hmenuShared)) override;
  227. | ^
  228. 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]
  229. 1410 | HRESULT WINAPI QAxClientSite::SetStatusText(LPCOLESTR pszStatusText)
  230. | ^
  231. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:326:15: note: previous declaration is here
  232. 326 | STDMETHOD(SetStatusText(LPCOLESTR pszStatusText)) override;
  233. | ^
  234. 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]
  235. 1419 | HRESULT WINAPI QAxClientSite::EnableModeless(BOOL fEnable)
  236. | ^
  237. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:327:15: note: previous declaration is here
  238. 327 | STDMETHOD(EnableModeless(BOOL fEnable)) override;
  239. | ^
  240. 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]
  241. 1439 | HRESULT WINAPI QAxClientSite::TranslateAccelerator(LPMSG lpMsg, WORD grfModifiers)
  242. | ^
  243. C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
  244. 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
  245. | ^
  246. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  247. 12 | # define __MINGW_NAME_AW(func) func##W
  248. | ^
  249. <scratch space>:133:1: note: expanded from here
  250. 133 | TranslateAcceleratorW
  251. | ^
  252. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:328:15: note: previous declaration is here
  253. 328 | STDMETHOD(TranslateAccelerator(LPMSG lpMsg, WORD grfModifiers)) override;
  254. | ^
  255. C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
  256. 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
  257. | ^
  258. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  259. 12 | # define __MINGW_NAME_AW(func) func##W
  260. | ^
  261. <scratch space>:87:1: note: expanded from here
  262. 87 | TranslateAcceleratorW
  263. | ^
  264. 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]
  265. 1445 | HRESULT WINAPI QAxClientSite::GetBorder(LPRECT lprectBorder)
  266. | ^
  267. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:331:15: note: previous declaration is here
  268. 331 | STDMETHOD(GetBorder(LPRECT lprectBorder)) override;
  269. | ^
  270. 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]
  271. 1463 | HRESULT WINAPI QAxClientSite::RequestBorderSpace(LPCBORDERWIDTHS /*pborderwidths*/)
  272. | ^
  273. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:332:15: note: previous declaration is here
  274. 332 | STDMETHOD(RequestBorderSpace(LPCBORDERWIDTHS pborderwidths)) override;
  275. | ^
  276. 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]
  277. 1478 | HRESULT WINAPI QAxClientSite::SetBorderSpace(LPCBORDERWIDTHS pborderwidths)
  278. | ^
  279. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:333:15: note: previous declaration is here
  280. 333 | STDMETHOD(SetBorderSpace(LPCBORDERWIDTHS pborderwidths)) override;
  281. | ^
  282. 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]
  283. 1520 | HRESULT WINAPI QAxClientSite::SetActiveObject(IOleInPlaceActiveObject *pActiveObject, LPCOLESTR pszObjName)
  284. | ^
  285. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:334:15: note: previous declaration is here
  286. 334 | STDMETHOD(SetActiveObject(IOleInPlaceActiveObject *pActiveObject, LPCOLESTR pszObjName)) override;
  287. | ^
  288. 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]
  289. 1543 | HRESULT WINAPI QAxClientSite::ActivateMe(IOleDocumentView *pViewToActivate)
  290. | ^
  291. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/container/qaxwidget.cpp:337:15: note: previous declaration is here
  292. 337 | STDMETHOD(ActivateMe(IOleDocumentView *pViewToActivate)) override;
  293. | ^
  294. 37 warnings generated.
  295. [6691/11449] Building CXX object qtactiveqt/src/activeqt/control/CMakeFiles/AxServer.dir/qaxserverbase.cpp.obj
  296. 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]
  297. 2169 | HRESULT WINAPI QAxServerBase::GetClassInfo(ITypeInfo** pptinfo)
  298. | ^
  299. C:/PROGRA~1/mingw64/include/winuser.h:2113:22: note: expanded from macro 'GetClassInfo'
  300. 2113 | #define GetClassInfo __MINGW_NAME_AW(GetClassInfo)
  301. | ^
  302. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  303. 12 | # define __MINGW_NAME_AW(func) func##W
  304. | ^
  305. <scratch space>:9:1: note: expanded from here
  306. 9 | GetClassInfoW
  307. | ^
  308. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:197:15: note: previous declaration is here
  309. 197 | STDMETHOD(GetClassInfo)(ITypeInfo** pptinfo) override;
  310. | ^
  311. C:/PROGRA~1/mingw64/include/winuser.h:2113:22: note: expanded from macro 'GetClassInfo'
  312. 2113 | #define GetClassInfo __MINGW_NAME_AW(GetClassInfo)
  313. | ^
  314. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  315. 12 | # define __MINGW_NAME_AW(func) func##W
  316. | ^
  317. <scratch space>:166:1: note: expanded from here
  318. 166 | GetClassInfoW
  319. | ^
  320. 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]
  321. 2185 | HRESULT WINAPI QAxServerBase::GetGUID(DWORD dwGuidKind, GUID* pGUID)
  322. | ^
  323. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:200:15: note: previous declaration is here
  324. 200 | STDMETHOD(GetGUID)(DWORD dwGuidKind, GUID* pGUID) override;
  325. | ^
  326. 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]
  327. 2202 | HRESULT WINAPI QAxServerBase::GetTypeInfoCount(UINT* pctinfo)
  328. | ^
  329. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:189:15: note: previous declaration is here
  330. 189 | STDMETHOD(GetTypeInfoCount)(UINT* pctinfo) override;
  331. | ^
  332. 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]
  333. 2214 | HRESULT WINAPI QAxServerBase::GetTypeInfo(UINT /* itinfo */, LCID /*lcid*/, ITypeInfo** pptinfo)
  334. | ^
  335. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:190:15: note: previous declaration is here
  336. 190 | STDMETHOD(GetTypeInfo)(UINT itinfo, LCID lcid, ITypeInfo** pptinfo) override;
  337. | ^
  338. 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]
  339. 2233 | HRESULT WINAPI QAxServerBase::GetIDsOfNames(REFIID /* riid */, LPOLESTR* rgszNames, UINT cNames,
  340. | ^
  341. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:191:15: note: previous declaration is here
  342. 191 | STDMETHOD(GetIDsOfNames)(REFIID riid, LPOLESTR* rgszNames, UINT cNames, LCID lcid, DISPID* rgdispid) override;
  343. | ^
  344. 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]
  345. 2252 | HRESULT WINAPI QAxServerBase::Invoke(DISPID dispidMember, REFIID riid,
  346. | ^
  347. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:192:15: note: previous declaration is here
  348. 192 | STDMETHOD(Invoke)(DISPID dispidMember, REFIID riid,
  349. | ^
  350. 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]
  351. 2648 | HRESULT WINAPI QAxServerBase::EnumConnectionPoints(IEnumConnectionPoints **epoints)
  352. | ^
  353. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:263:15: note: previous declaration is here
  354. 263 | STDMETHOD(EnumConnectionPoints)(IEnumConnectionPoints**) override;
  355. | ^
  356. 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]
  357. 2660 | HRESULT WINAPI QAxServerBase::FindConnectionPoint(REFIID iid, IConnectionPoint **cpoint)
  358. | ^
  359. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:264:15: note: previous declaration is here
  360. 264 | STDMETHOD(FindConnectionPoint)(REFIID, IConnectionPoint**) override;
  361. | ^
  362. 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]
  363. 2680 | HRESULT WINAPI QAxServerBase::IsDirty()
  364. | ^
  365. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:275:15: note: previous declaration is here
  366. 275 | STDMETHOD(IsDirty)() override;
  367. | ^
  368. 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]
  369. 2685 | HRESULT WINAPI QAxServerBase::Load(IStream *pStm)
  370. | ^
  371. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:276:15: note: previous declaration is here
  372. 276 | STDMETHOD(Load)(IStream *pStm) override;
  373. | ^
  374. 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]
  375. 2753 | HRESULT WINAPI QAxServerBase::Save(IStream *pStm, BOOL clearDirty)
  376. | ^
  377. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:277:15: note: previous declaration is here
  378. 277 | STDMETHOD(Save)(IStream *pStm, BOOL fClearDirty) override;
  379. | ^
  380. 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]
  381. 2805 | HRESULT WINAPI QAxServerBase::GetSizeMax(ULARGE_INTEGER *pcbSize)
  382. | ^
  383. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:278:15: note: previous declaration is here
  384. 278 | STDMETHOD(GetSizeMax)(ULARGE_INTEGER *pcbSize) override;
  385. | ^
  386. 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]
  387. 2817 | HRESULT WINAPI QAxServerBase::InitNew(IStorage *pStg)
  388. | ^
  389. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:285:15: note: previous declaration is here
  390. 285 | STDMETHOD(InitNew)(IStorage *pStg) override;
  391. | ^
  392. 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]
  393. 2831 | HRESULT WINAPI QAxServerBase::Load(IStorage *pStg)
  394. | ^
  395. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:286:15: note: previous declaration is here
  396. 286 | STDMETHOD(Load)(IStorage *pStg) override;
  397. | ^
  398. 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]
  399. 2857 | HRESULT WINAPI QAxServerBase::Save(IStorage *pStg, BOOL /* fSameAsLoad */)
  400. | ^
  401. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:287:15: note: previous declaration is here
  402. 287 | STDMETHOD(Save)(IStorage *pStg, BOOL fSameAsLoad) override;
  403. | ^
  404. 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]
  405. 2878 | HRESULT WINAPI QAxServerBase::SaveCompleted(IStorage *pStgNew)
  406. | ^
  407. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:288:15: note: previous declaration is here
  408. 288 | STDMETHOD(SaveCompleted)(IStorage *pStgNew) override;
  409. | ^
  410. 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]
  411. 2889 | HRESULT WINAPI QAxServerBase::HandsOffStorage()
  412. | ^
  413. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:289:15: note: previous declaration is here
  414. 289 | STDMETHOD(HandsOffStorage)() override;
  415. | ^
  416. 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]
  417. 2901 | HRESULT WINAPI QAxServerBase::InitNew()
  418. | ^
  419. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:274:15: note: previous declaration is here
  420. 274 | STDMETHOD(InitNew)(VOID) override;
  421. | ^
  422. 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]
  423. 2914 | HRESULT WINAPI QAxServerBase::Load(IPropertyBag *bag, IErrorLog * /*log*/)
  424. | ^
  425. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:281:15: note: previous declaration is here
  426. 281 | STDMETHOD(Load)(IPropertyBag *, IErrorLog *) override;
  427. | ^
  428. 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]
  429. 2952 | HRESULT WINAPI QAxServerBase::Save(IPropertyBag *bag, BOOL clearDirty, BOOL /*saveAll*/)
  430. | ^
  431. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:282:15: note: previous declaration is here
  432. 282 | STDMETHOD(Save)(IPropertyBag *, BOOL, BOOL) override;
  433. | ^
  434. 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]
  435. 2984 | HRESULT WINAPI QAxServerBase::SaveCompleted(LPCOLESTR fileName)
  436. | ^
  437. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:292:15: note: previous declaration is here
  438. 292 | STDMETHOD(SaveCompleted)(LPCOLESTR fileName) override;
  439. | ^
  440. 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]
  441. 2993 | HRESULT WINAPI QAxServerBase::GetCurFile(LPOLESTR *currentFile)
  442. | ^
  443. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:293:15: note: previous declaration is here
  444. 293 | STDMETHOD(GetCurFile)(LPOLESTR *currentFile) override;
  445. | ^
  446. 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]
  447. 3014 | HRESULT WINAPI QAxServerBase::Load(LPCOLESTR fileName, DWORD /* mode */)
  448. | ^
  449. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:294:15: note: previous declaration is here
  450. 294 | STDMETHOD(Load)(LPCOLESTR fileName, DWORD mode) override;
  451. | ^
  452. 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]
  453. 3059 | HRESULT WINAPI QAxServerBase::Save(LPCOLESTR fileName, BOOL fRemember)
  454. | ^
  455. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:295:15: note: previous declaration is here
  456. 295 | STDMETHOD(Save)(LPCOLESTR fileName, BOOL fRemember) override;
  457. | ^
  458. 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]
  459. 3106 | HRESULT WINAPI QAxServerBase::Draw(DWORD dwAspect, LONG /* lindex */, void * /* pvAspect */, DVTARGETDEVICE *ptd,
  460. | ^
  461. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:226:15: note: previous declaration is here
  462. 226 | STDMETHOD(Draw)(DWORD dwAspect, LONG lIndex, void *pvAspect, DVTARGETDEVICE *ptd,
  463. | ^
  464. 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]
  465. 3156 | HRESULT WINAPI QAxServerBase::GetColorSet(DWORD /* dwDrawAspect */, LONG /* lindex */, void * /* pvAspect */, DVTARGETDEVICE * /* ptd */,
  466. | ^
  467. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:229:15: note: previous declaration is here
  468. 229 | STDMETHOD(GetColorSet)(DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd,
  469. | ^
  470. 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]
  471. 3165 | HRESULT WINAPI QAxServerBase::Freeze(DWORD /* dwAspect */, LONG /* lindex */, void * /* pvAspect */, DWORD * /* pdwFreeze */)
  472. | ^
  473. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:231:15: note: previous declaration is here
  474. 231 | STDMETHOD(Freeze)(DWORD dwAspect, LONG lindex, void *pvAspect, DWORD *pdwFreeze) override;
  475. | ^
  476. 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]
  477. 3173 | HRESULT WINAPI QAxServerBase::Unfreeze(DWORD /* dwFreeze */)
  478. | ^
  479. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:232:15: note: previous declaration is here
  480. 232 | STDMETHOD(Unfreeze)(DWORD dwFreeze) override;
  481. | ^
  482. 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]
  483. 3181 | HRESULT WINAPI QAxServerBase::SetAdvise(DWORD /*aspects*/, DWORD /*advf*/, IAdviseSink *pAdvSink)
  484. | ^
  485. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:233:15: note: previous declaration is here
  486. 233 | STDMETHOD(SetAdvise)(DWORD aspects, DWORD advf, IAdviseSink *pAdvSink) override;
  487. | ^
  488. 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]
  489. 3193 | HRESULT WINAPI QAxServerBase::GetAdvise(DWORD* /*aspects*/, DWORD* /*advf*/, IAdviseSink **ppAdvSink)
  490. | ^
  491. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:234:15: note: previous declaration is here
  492. 234 | STDMETHOD(GetAdvise)(DWORD *aspects, DWORD *advf, IAdviseSink **pAdvSink) override;
  493. | ^
  494. 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]
  495. 3208 | HRESULT WINAPI QAxServerBase::GetExtent(DWORD dwAspect, LONG /*lindex*/, DVTARGETDEVICE* /*ptd*/, LPSIZEL lpsizel)
  496. | ^
  497. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:237:15: note: previous declaration is here
  498. 237 | STDMETHOD(GetExtent)(DWORD dwAspect, LONG lindex, DVTARGETDEVICE *ptd, LPSIZEL lpsizel) override;
  499. | ^
  500. 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]
  501. 3220 | HRESULT WINAPI QAxServerBase::GetControlInfo(LPCONTROLINFO)
  502. | ^
  503. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:241:15: note: previous declaration is here
  504. 241 | STDMETHOD(GetControlInfo)(LPCONTROLINFO) override;
  505. | ^
  506. 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]
  507. 3228 | HRESULT WINAPI QAxServerBase::FreezeEvents(BOOL bFreeze)
  508. | ^
  509. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:240:15: note: previous declaration is here
  510. 240 | STDMETHOD(FreezeEvents)(BOOL) override;
  511. | ^
  512. 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]
  513. 3242 | HRESULT WINAPI QAxServerBase::OnMnemonic(LPMSG)
  514. | ^
  515. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:243:15: note: previous declaration is here
  516. 243 | STDMETHOD(OnMnemonic)(LPMSG) override;
  517. | ^
  518. 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]
  519. 3250 | HRESULT WINAPI QAxServerBase::OnAmbientPropertyChange(DISPID dispID)
  520. | ^
  521. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:242:15: note: previous declaration is here
  522. 242 | STDMETHOD(OnAmbientPropertyChange)(DISPID) override;
  523. | ^
  524. 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]
  525. 3350 | HRESULT WINAPI QAxServerBase::GetWindow(HWND *pHwnd)
  526. | ^
  527. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:246:15: note: previous declaration is here
  528. 246 | STDMETHOD(GetWindow)(HWND *pHwnd) override;
  529. | ^
  530. 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]
  531. 3361 | HRESULT WINAPI QAxServerBase::ContextSensitiveHelp(BOOL fEnterMode)
  532. | ^
  533. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:247:15: note: previous declaration is here
  534. 247 | STDMETHOD(ContextSensitiveHelp)(BOOL fEnterMode) override;
  535. | ^
  536. 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]
  537. 3374 | HRESULT WINAPI QAxServerBase::InPlaceDeactivate()
  538. | ^
  539. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:250:15: note: previous declaration is here
  540. 250 | STDMETHOD(InPlaceDeactivate)() override;
  541. | ^
  542. 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]
  543. 3398 | HRESULT WINAPI QAxServerBase::UIDeactivate()
  544. | ^
  545. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:251:15: note: previous declaration is here
  546. 251 | STDMETHOD(UIDeactivate)() override;
  547. | ^
  548. 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]
  549. 3448 | HRESULT WINAPI QAxServerBase::SetObjectRects(LPCRECT prcPos, LPCRECT prcClip)
  550. | ^
  551. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:252:15: note: previous declaration is here
  552. 252 | STDMETHOD(SetObjectRects)(LPCRECT lprcPosRect, LPCRECT lprcClipRect) override;
  553. | ^
  554. 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]
  555. 3480 | HRESULT WINAPI QAxServerBase::ReactivateAndUndo()
  556. | ^
  557. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:253:15: note: previous declaration is here
  558. 253 | STDMETHOD(ReactivateAndUndo)() override;
  559. | ^
  560. 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]
  561. 3489 | HRESULT WINAPI QAxServerBase::TranslateAcceleratorW(MSG *pMsg)
  562. | ^
  563. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:256:15: note: previous declaration is here
  564. 256 | STDMETHOD(TranslateAccelerator)(MSG *pMsg) override;
  565. | ^
  566. C:/PROGRA~1/mingw64/include/winuser.h:3058:30: note: expanded from macro 'TranslateAccelerator'
  567. 3058 | #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator)
  568. | ^
  569. C:/PROGRA~1/mingw64/include/_mingw_unicode.h:12:32: note: expanded from macro '__MINGW_NAME_AW'
  570. 12 | # define __MINGW_NAME_AW(func) func##W
  571. | ^
  572. <scratch space>:167:1: note: expanded from here
  573. 167 | TranslateAcceleratorW
  574. | ^
  575. 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]
  576. 3616 | HRESULT WINAPI QAxServerBase::OnFrameWindowActivate(BOOL fActivate)
  577. | ^
  578. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:257:15: note: previous declaration is here
  579. 257 | STDMETHOD(OnFrameWindowActivate)(BOOL) override;
  580. | ^
  581. 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]
  582. 3627 | HRESULT WINAPI QAxServerBase::OnDocWindowActivate(BOOL /* fActivate */)
  583. | ^
  584. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:258:15: note: previous declaration is here
  585. 258 | STDMETHOD(OnDocWindowActivate)(BOOL fActivate) override;
  586. | ^
  587. 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]
  588. 3632 | HRESULT WINAPI QAxServerBase::ResizeBorder(LPCRECT /* prcBorder */, IOleInPlaceUIWindow * /* pUIWindow */, BOOL /* fFrameWindow */)
  589. | ^
  590. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:259:15: note: previous declaration is here
  591. 259 | STDMETHOD(ResizeBorder)(LPCRECT prcBorder, IOleInPlaceUIWindow *pUIWindow, BOOL fFrameWindow) override;
  592. | ^
  593. 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]
  594. 3637 | HRESULT WINAPI QAxServerBase::EnableModeless(BOOL fEnable)
  595. | ^
  596. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:260:15: note: previous declaration is here
  597. 260 | STDMETHOD(EnableModeless)(BOOL) override;
  598. | ^
  599. 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]
  600. 3662 | HRESULT WINAPI QAxServerBase::GetUserType(DWORD dwFormOfType, LPOLESTR *pszUserType)
  601. | ^
  602. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:214:15: note: previous declaration is here
  603. 214 | STDMETHOD(GetUserType)(DWORD dwFormOfType, LPOLESTR *pszUserType) override;
  604. | ^
  605. 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]
  606. 3688 | HRESULT WINAPI QAxServerBase::GetMiscStatus(DWORD dwAspect, DWORD *pdwStatus)
  607. | ^
  608. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:211:15: note: previous declaration is here
  609. 211 | STDMETHOD(GetMiscStatus)(DWORD dwAspect, DWORD *pdwStatus) override;
  610. | ^
  611. 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]
  612. 3696 | HRESULT WINAPI QAxServerBase::Advise(IAdviseSink* pAdvSink, DWORD* pdwConnection)
  613. | ^
  614. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:203:15: note: previous declaration is here
  615. 203 | STDMETHOD(Advise)(IAdviseSink* pAdvSink, DWORD* pdwConnection) override;
  616. | ^
  617. 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]
  618. 3708 | HRESULT WINAPI QAxServerBase::Close(DWORD dwSaveOption)
  619. | ^
  620. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:204:15: note: previous declaration is here
  621. 204 | STDMETHOD(Close)(DWORD dwSaveOption) override;
  622. | ^
  623. 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]
  624. 3868 | HRESULT WINAPI QAxServerBase::DoVerb(LONG iVerb, LPMSG /*lpmsg*/, IOleClientSite* /*pActiveSite*/, LONG /*lindex*/,
  625. | ^
  626. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:205:15: note: previous declaration is here
  627. 205 | STDMETHOD(DoVerb)(LONG iVerb, LPMSG lpmsg, IOleClientSite* pActiveSite, LONG lindex, HWND hwndParent, LPCRECT lprcPosRect) override;
  628. | ^
  629. 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]
  630. 3913 | HRESULT WINAPI QAxServerBase::EnumAdvise(IEnumSTATDATA** /*ppenumAdvise*/)
  631. | ^
  632. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:206:15: note: previous declaration is here
  633. 206 | STDMETHOD(EnumAdvise)(IEnumSTATDATA** ppenumAdvise) override;
  634. | ^
  635. 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]
  636. 3921 | HRESULT WINAPI QAxServerBase::EnumVerbs(IEnumOLEVERB** ppEnumOleVerb)
  637. | ^
  638. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:207:15: note: previous declaration is here
  639. 207 | STDMETHOD(EnumVerbs)(IEnumOLEVERB** ppEnumOleVerb) override;
  640. | ^
  641. 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]
  642. 3931 | HRESULT WINAPI QAxServerBase::GetClientSite(IOleClientSite** ppClientSite)
  643. | ^
  644. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:208:15: note: previous declaration is here
  645. 208 | STDMETHOD(GetClientSite)(IOleClientSite** ppClientSite) override;
  646. | ^
  647. 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]
  648. 3944 | HRESULT WINAPI QAxServerBase::GetClipboardData(DWORD, IDataObject**)
  649. | ^
  650. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:209:15: note: previous declaration is here
  651. 209 | STDMETHOD(GetClipboardData)(DWORD dwReserved, IDataObject** ppDataObject) override;
  652. | ^
  653. 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]
  654. 3952 | HRESULT WINAPI QAxServerBase::GetExtent(DWORD dwDrawAspect, SIZEL* psizel)
  655. | ^
  656. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:210:15: note: previous declaration is here
  657. 210 | STDMETHOD(GetExtent)(DWORD dwDrawAspect, SIZEL* psizel) override;
  658. | ^
  659. 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]
  660. 3966 | HRESULT WINAPI QAxServerBase::GetMoniker(DWORD, DWORD, IMoniker** )
  661. | ^
  662. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:212:15: note: previous declaration is here
  663. 212 | STDMETHOD(GetMoniker)(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker** ppmk) override;
  664. | ^
  665. 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]
  666. 3974 | HRESULT WINAPI QAxServerBase::GetUserClassID(CLSID* pClsid)
  667. | ^
  668. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:213:15: note: previous declaration is here
  669. 213 | STDMETHOD(GetUserClassID)(CLSID* pClsid) override;
  670. | ^
  671. 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]
  672. 3985 | HRESULT WINAPI QAxServerBase::InitFromData(IDataObject*, BOOL, DWORD)
  673. | ^
  674. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:215:15: note: previous declaration is here
  675. 215 | STDMETHOD(InitFromData)(IDataObject* pDataObject, BOOL fCreation, DWORD dwReserved) override;
  676. | ^
  677. 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]
  678. 3993 | HRESULT WINAPI QAxServerBase::IsUpToDate()
  679. | ^
  680. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:216:15: note: previous declaration is here
  681. 216 | STDMETHOD(IsUpToDate)() override;
  682. | ^
  683. 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]
  684. 4001 | HRESULT WINAPI QAxServerBase::SetClientSite(IOleClientSite* pClientSite)
  685. | ^
  686. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:217:15: note: previous declaration is here
  687. 217 | STDMETHOD(SetClientSite)(IOleClientSite* pClientSite) override;
  688. | ^
  689. 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]
  690. 4027 | HRESULT WINAPI QAxServerBase::SetColorScheme(LOGPALETTE*)
  691. | ^
  692. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:218:15: note: previous declaration is here
  693. 218 | STDMETHOD(SetColorScheme)(LOGPALETTE* pLogPal) override;
  694. | ^
  695. 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]
  696. 4043 | HRESULT WINAPI QAxServerBase::SetExtent(DWORD dwDrawAspect, SIZEL* psizel)
  697. | ^
  698. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:219:15: note: previous declaration is here
  699. 219 | STDMETHOD(SetExtent)(DWORD dwDrawAspect, SIZEL* psizel) override;
  700. | ^
  701. 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]
  702. 4069 | HRESULT WINAPI QAxServerBase::SetHostNames(LPCOLESTR /* szContainerApp */, LPCOLESTR /* szContainerObj */)
  703. | ^
  704. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:220:15: note: previous declaration is here
  705. 220 | STDMETHOD(SetHostNames)(LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) override;
  706. | ^
  707. 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]
  708. 4077 | HRESULT WINAPI QAxServerBase::SetMoniker(DWORD, IMoniker*)
  709. | ^
  710. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:221:15: note: previous declaration is here
  711. 221 | STDMETHOD(SetMoniker)(DWORD dwWhichMoniker, IMoniker* ppmk) override;
  712. | ^
  713. 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]
  714. 4085 | HRESULT WINAPI QAxServerBase::Unadvise(DWORD dwConnection)
  715. | ^
  716. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:222:15: note: previous declaration is here
  717. 222 | STDMETHOD(Unadvise)(DWORD dwConnection) override;
  718. | ^
  719. 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]
  720. 4101 | HRESULT WINAPI QAxServerBase::Update()
  721. | ^
  722. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:223:15: note: previous declaration is here
  723. 223 | STDMETHOD(Update)() override;
  724. | ^
  725. 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]
  726. 4110 | HRESULT WINAPI QAxServerBase::GetData(FORMATETC *pformatetcIn, STGMEDIUM *pmedium)
  727. | ^
  728. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:298:15: note: previous declaration is here
  729. 298 | STDMETHOD(GetData)(FORMATETC *pformatetcIn, STGMEDIUM *pmedium) override;
  730. | ^
  731. 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]
  732. 4178 | HRESULT WINAPI QAxServerBase::DAdvise(FORMATETC *pformatetc, DWORD advf,
  733. | ^
  734. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:304:15: note: previous declaration is here
  735. 304 | STDMETHOD(DAdvise)(FORMATETC *pformatetc, DWORD advf, IAdviseSink *pAdvSink, DWORD *pdwConnection) override;
  736. | ^
  737. 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]
  738. 4197 | HRESULT WINAPI QAxServerBase::DUnadvise(DWORD dwConnection)
  739. | ^
  740. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:305:15: note: previous declaration is here
  741. 305 | STDMETHOD(DUnadvise)(DWORD dwConnection) override;
  742. | ^
  743. 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]
  744. 4205 | HRESULT WINAPI QAxServerBase::EnumDAdvise(IEnumSTATDATA ** /*ppenumAdvise*/)
  745. | ^
  746. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:306:15: note: previous declaration is here
  747. 306 | STDMETHOD(EnumDAdvise)(IEnumSTATDATA **ppenumAdvise) override;
  748. | ^
  749. 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]
  750. 4213 | HRESULT WINAPI QAxServerBase::GetDataHere(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */)
  751. | ^
  752. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:299:15: note: previous declaration is here
  753. 299 | STDMETHOD(GetDataHere)(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */) override;
  754. | ^
  755. 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]
  756. 4221 | HRESULT WINAPI QAxServerBase::QueryGetData(FORMATETC* /* pformatetc */)
  757. | ^
  758. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:300:15: note: previous declaration is here
  759. 300 | STDMETHOD(QueryGetData)(FORMATETC* /* pformatetc */) override;
  760. | ^
  761. 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]
  762. 4229 | HRESULT WINAPI QAxServerBase::GetCanonicalFormatEtc(FORMATETC* /* pformatectIn */,FORMATETC* /* pformatetcOut */)
  763. | ^
  764. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:301:15: note: previous declaration is here
  765. 301 | STDMETHOD(GetCanonicalFormatEtc)(FORMATETC* /* pformatectIn */,FORMATETC* /* pformatetcOut */) override;
  766. | ^
  767. 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]
  768. 4237 | HRESULT WINAPI QAxServerBase::SetData(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */, BOOL /* fRelease */)
  769. | ^
  770. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:302:15: note: previous declaration is here
  771. 302 | STDMETHOD(SetData)(FORMATETC* /* pformatetc */, STGMEDIUM* /* pmedium */, BOOL /* fRelease */) override;
  772. | ^
  773. 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]
  774. 4245 | HRESULT WINAPI QAxServerBase::EnumFormatEtc(DWORD /* dwDirection */, IEnumFORMATETC** /* ppenumFormatEtc */)
  775. | ^
  776. C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtactiveqt/src/activeqt/control/qaxserverbase.cpp:303:15: note: previous declaration is here
  777. 303 | STDMETHOD(EnumFormatEtc)(DWORD /* dwDirection */, IEnumFORMATETC** /* ppenumFormatEtc */) override;
  778. | ^
  779. 76 warnings generated.
  780. [6760/11449] Automatic MOC for target Bluetooth
  781. 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.
  782. 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.
  783. 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.
  784. [7800/11449] Automatic MOC for target QWindowsMediaPlugin
  785. AutoMoc warning
  786. ---------------
  787. "SRC:/qtmultimedia/src/plugins/multimedia/windows/player/mfvideorenderercontrol.cpp"
  788. 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.
  789.  
  790. 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.
  791. [9958/11449] Building CXX object qtmultimedia/src/plugins/...indows/CMakeFiles/QWindowsMediaPlugin.dir/mfstream.cpp.obj
  792. In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/mfstream.cpp:4:
  793. 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]
  794. 112 | DWORD m_workQueueId;
  795. | ^
  796. 1 warning generated.
  797. [9959/11449] Building CXX object qtmultimedia/src/plugins/.../QWindowsMediaPlugin.dir/evr/evrvideowindowcontrol.cpp.obj
  798. In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/evr/evrvideowindowcontrol.cpp:4:
  799. 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]
  800. 56 | COLORREF m_windowColor;
  801. | ^
  802. 1 warning generated.
  803. [9997/11449] Building CXX object qtmultimedia/src/plugins/...eFiles/QWindowsMediaPlugin.dir/qwindowsintegration.cpp.obj
  804. FAILED: qtmultimedia/src/plugins/multimedia/windows/CMakeFiles/QWindowsMediaPlugin.dir/qwindowsintegration.cpp.obj
  805. 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
  806. In file included from C:/Users/kyrlon/Downloads/qt-everywhere-src-6.6.2/qtmultimedia/src/plugins/multimedia/windows/qwindowsintegration.cpp:5:
  807. 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:
  808. 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
  809. 19 | #include <qplatformmediadevices_p.h>
  810. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  811. 1 error generated.
  812. [10014/11449] Building CXX object qt3d/src/quick3d/imports...es/quick3drenderplugin.dir/qt3dquick3drenderplugin.cpp.obj
  813. ninja: build stopped: subcommand failed.
  814. PS C:\Users\kyrlon\Downloads\qt-everywhere-src-6.6.2\build> gcc --version
  815. clang version 18.1.1 (https://github.com/llvm/llvm-project.git dba2a75e9c7ef81fe84774ba5eee5e67e01d801a)
  816. Target: x86_64-w64-windows-gnu
  817. Thread model: posix
  818. InstalledDir: C:/Program Files/mingw64/bin
  819. PS C:\Users\kyrlon\Downloads\qt-everywhere-src-6.6.2\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement