Guest User

Untitled

a guest
Jul 20th, 2015
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.66 KB | None | 0 0
  1.  
  2. -------------- Build: Release in hlr (compiler: GNU GCC Compiler)---------------
  3.  
  4. mingw32-g++.exe -Wall -pipe -mthreads -std=gnu++14 -D__GNUWIN32__ -D__WXMSW__ -DwxUSE_UNICODE -O2 -DCURL_STATICLIB -IE:\plus\libs\wxWidgets\include -IE:\plus\libs\curl-7.43.0\include -IE:\plus\libs\wxWidgets\lib\gcc_lib\mswu -c E:\plus\projects\hlr\hlrMain.cpp -o obj\Release\hlrMain.o
  5. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  6. }
  7. ^
  8. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  9. from E:\plus\projects\hlr\hlrMain.h:14,
  10. from E:\plus\projects\hlr\hlrMain.cpp:10:
  11. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  12. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  13. ^
  14. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  15. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  16. ^
  17. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  18. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  19. ^
  20. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  21. }
  22. ^
  23. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  24. from E:\plus\projects\hlr\hlrMain.h:14,
  25. from E:\plus\projects\hlr\hlrMain.cpp:10:
  26. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  27. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  28. ^
  29. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  30. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  31. ^
  32. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  33. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  34. ^
  35. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  36. }
  37. ^
  38. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  39. from E:\plus\projects\hlr\hlrMain.h:14,
  40. from E:\plus\projects\hlr\hlrMain.cpp:10:
  41. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  42. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  43. ^
  44. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  45. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  46. ^
  47. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  48. }
  49. ^
  50. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  51. from E:\plus\projects\hlr\hlrMain.h:14,
  52. from E:\plus\projects\hlr\hlrMain.cpp:10:
  53. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  54. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  55. ^
  56. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  57. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  58. ^
  59. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  60. }
  61. ^
  62. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  63. from E:\plus\projects\hlr\hlrMain.h:14,
  64. from E:\plus\projects\hlr\hlrMain.cpp:10:
  65. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  66. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  67. ^
  68. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  69. }
  70. ^
  71. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  72. from E:\plus\projects\hlr\hlrMain.h:14,
  73. from E:\plus\projects\hlr\hlrMain.cpp:10:
  74. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  75. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  76. ^
  77. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  78. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  79. ^
  80. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  81. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  82. ^
  83. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  84. }
  85. ^
  86. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  87. from E:\plus\projects\hlr\hlrMain.h:14,
  88. from E:\plus\projects\hlr\hlrMain.cpp:10:
  89. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  90. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  91. ^
  92. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  93. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  94. ^
  95. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  96. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  97. ^
  98. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  99. }
  100. ^
  101. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  102. from E:\plus\projects\hlr\hlrMain.h:14,
  103. from E:\plus\projects\hlr\hlrMain.cpp:10:
  104. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  105. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  106. ^
  107. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  108. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  109. ^
  110. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  111. }
  112. ^
  113. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  114. from E:\plus\projects\hlr\hlrMain.h:14,
  115. from E:\plus\projects\hlr\hlrMain.cpp:10:
  116. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  117. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  118. ^
  119. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  120. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  121. ^
  122. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  123. }
  124. ^
  125. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  126. from E:\plus\projects\hlr\hlrMain.h:14,
  127. from E:\plus\projects\hlr\hlrMain.cpp:10:
  128. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  129. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  130. ^
  131. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  132. }
  133. ^
  134. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  135. from E:\plus\projects\hlr\hlrMain.h:14,
  136. from E:\plus\projects\hlr\hlrMain.cpp:10:
  137. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  138. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  139. ^
  140. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  141. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  142. ^
  143. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  144. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  145. ^
  146. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  147. }
  148. ^
  149. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  150. from E:\plus\projects\hlr\hlrMain.h:14,
  151. from E:\plus\projects\hlr\hlrMain.cpp:10:
  152. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  153. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  154. ^
  155. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  156. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  157. ^
  158. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  159. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  160. ^
  161. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  162. }
  163. ^
  164. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  165. from E:\plus\projects\hlr\hlrMain.h:14,
  166. from E:\plus\projects\hlr\hlrMain.cpp:10:
  167. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  168. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  169. ^
  170. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  171. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  172. ^
  173. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  174. }
  175. ^
  176. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  177. from E:\plus\projects\hlr\hlrMain.h:14,
  178. from E:\plus\projects\hlr\hlrMain.cpp:10:
  179. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  180. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  181. ^
  182. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  183. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  184. ^
  185. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  186. }
  187. ^
  188. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  189. from E:\plus\projects\hlr\hlrMain.h:14,
  190. from E:\plus\projects\hlr\hlrMain.cpp:10:
  191. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  192. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  193. ^
  194. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  195. }
  196. ^
  197. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  198. from E:\plus\projects\hlr\hlrMain.h:14,
  199. from E:\plus\projects\hlr\hlrMain.cpp:10:
  200. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  201. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  202. ^
  203. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  204. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  205. ^
  206. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  207. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  208. ^
  209. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  210. }
  211. ^
  212. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  213. from E:\plus\projects\hlr\hlrMain.h:14,
  214. from E:\plus\projects\hlr\hlrMain.cpp:10:
  215. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  216. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  217. ^
  218. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  219. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  220. ^
  221. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  222. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  223. ^
  224. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  225. }
  226. ^
  227. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  228. from E:\plus\projects\hlr\hlrMain.h:14,
  229. from E:\plus\projects\hlr\hlrMain.cpp:10:
  230. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  231. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  232. ^
  233. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  234. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  235. ^
  236. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  237. }
  238. ^
  239. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  240. from E:\plus\projects\hlr\hlrMain.h:14,
  241. from E:\plus\projects\hlr\hlrMain.cpp:10:
  242. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  243. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  244. ^
  245. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  246. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  247. ^
  248. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  249. }
  250. ^
  251. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  252. from E:\plus\projects\hlr\hlrMain.h:14,
  253. from E:\plus\projects\hlr\hlrMain.cpp:10:
  254. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  255. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  256. ^
  257. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  258. }
  259. ^
  260. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  261. from E:\plus\projects\hlr\hlrMain.h:14,
  262. from E:\plus\projects\hlr\hlrMain.cpp:10:
  263. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  264. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  265. ^
  266. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  267. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  268. ^
  269. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  270. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  271. ^
  272. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  273. }
  274. ^
  275. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  276. from E:\plus\projects\hlr\hlrMain.h:14,
  277. from E:\plus\projects\hlr\hlrMain.cpp:10:
  278. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  279. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  280. ^
  281. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  282. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  283. ^
  284. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  285. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  286. ^
  287. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  288. }
  289. ^
  290. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  291. from E:\plus\projects\hlr\hlrMain.h:14,
  292. from E:\plus\projects\hlr\hlrMain.cpp:10:
  293. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  294. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  295. ^
  296. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  297. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  298. ^
  299. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  300. }
  301. ^
  302. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  303. from E:\plus\projects\hlr\hlrMain.h:14,
  304. from E:\plus\projects\hlr\hlrMain.cpp:10:
  305. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  306. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  307. ^
  308. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  309. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  310. ^
  311. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  312. }
  313. ^
  314. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  315. from E:\plus\projects\hlr\hlrMain.h:14,
  316. from E:\plus\projects\hlr\hlrMain.cpp:10:
  317. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  318. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  319. ^
  320. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  321. }
  322. ^
  323. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  324. from E:\plus\projects\hlr\hlrMain.h:14,
  325. from E:\plus\projects\hlr\hlrMain.cpp:10:
  326. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  327. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  328. ^
  329. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  330. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  331. ^
  332. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  333. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  334. ^
  335. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  336. }
  337. ^
  338. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  339. from E:\plus\projects\hlr\hlrMain.h:14,
  340. from E:\plus\projects\hlr\hlrMain.cpp:10:
  341. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  342. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  343. ^
  344. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  345. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  346. ^
  347. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  348. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  349. ^
  350. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  351. }
  352. ^
  353. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  354. from E:\plus\projects\hlr\hlrMain.h:14,
  355. from E:\plus\projects\hlr\hlrMain.cpp:10:
  356. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  357. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  358. ^
  359. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  360. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  361. ^
  362. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  363. }
  364. ^
  365. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  366. from E:\plus\projects\hlr\hlrMain.h:14,
  367. from E:\plus\projects\hlr\hlrMain.cpp:10:
  368. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  369. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  370. ^
  371. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  372. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  373. ^
  374. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  375. }
  376. ^
  377. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  378. from E:\plus\projects\hlr\hlrMain.h:14,
  379. from E:\plus\projects\hlr\hlrMain.cpp:10:
  380. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  381. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  382. ^
  383. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryValidator(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  384. }
  385. ^
  386. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  387. from E:\plus\projects\hlr\hlrMain.h:14,
  388. from E:\plus\projects\hlr\hlrMain.cpp:10:
  389. E:\plus\libs\wxWidgets\include/wx/event.h:3683:22: note: declared here
  390. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  391. ^
  392. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  393. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  394. ^
  395. E:\plus\libs\wxWidgets\include/wx/event.h:3682:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  396. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  397. ^
  398. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual bool wxEvtHandler::TryParent(wxEvent&)' is deprecated [-Wdeprecated-declarations]
  399. }
  400. ^
  401. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  402. from E:\plus\projects\hlr\hlrMain.h:14,
  403. from E:\plus\projects\hlr\hlrMain.cpp:10:
  404. E:\plus\libs\wxWidgets\include/wx/event.h:3686:22: note: declared here
  405. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  406. ^
  407. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  408. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  409. ^
  410. E:\plus\libs\wxWidgets\include/wx/event.h:3685:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE'
  411. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  412. ^
  413. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)' is deprecated [-Wdeprecated-declarations]
  414. }
  415. ^
  416. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  417. from E:\plus\projects\hlr\hlrMain.h:14,
  418. from E:\plus\projects\hlr\hlrMain.cpp:10:
  419. E:\plus\libs\wxWidgets\include/wx/window.h:459:32: note: declared here
  420. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  421. ^
  422. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  423. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  424. ^
  425. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::MakeModal(bool)' is deprecated [-Wdeprecated-declarations]
  426. }
  427. ^
  428. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:14:0,
  429. from E:\plus\projects\hlr\hlrMain.h:14,
  430. from E:\plus\projects\hlr\hlrMain.cpp:10:
  431. E:\plus\libs\wxWidgets\include/wx/window.h:688:32: note: declared here
  432. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  433. ^
  434. E:\plus\libs\wxWidgets\include/wx/defs.h:615:43: note: in definition of macro 'wxDEPRECATED'
  435. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  436. ^
  437. E:\plus\projects\hlr\hlrMain.cpp:165:1: warning: 'virtual void wxWindowBase::SetInitialBestSize(const wxSize&)' is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  438. }
  439. ^
  440. In file included from E:\plus\libs\wxWidgets\include/wx/menu.h:23:0,
  441. from E:\plus\projects\hlr\hlrMain.h:14,
  442. from E:\plus\projects\hlr\hlrMain.cpp:10:
  443. E:\plus\libs\wxWidgets\include/wx/window.h:1872:13: note: declared here
  444. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
Advertisement
Add Comment
Please, Sign In to add comment