Advertisement
Guest User

test

a guest
Aug 25th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.70 KB | None | 0 0
  1. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>g++ main.cpp -o main `wx-config --cxxflags --libs`
  2. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  3. }
  4. ^
  5. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  6. from main.cpp:1:
  7. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  8. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  9. ^
  10. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  11. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  12. ^
  13. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  14. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  15. ^
  16. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  17. }
  18. ^
  19. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  20. from main.cpp:1:
  21. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  22. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  23. ^
  24. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  25. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  26. ^
  27. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  28. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  29. ^
  30. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  31. }
  32. ^
  33. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  34. from main.cpp:1:
  35. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  36. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  37. ^
  38. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  39. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  40. ^
  41. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  42. }
  43. ^
  44. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  45. from main.cpp:1:
  46. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  47. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  48. ^
  49. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  50. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  51. ^
  52. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  53. }
  54. ^
  55. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  56. from main.cpp:1:
  57. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  58. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  59. ^
  60. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  61. }
  62. ^
  63. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  64. from main.cpp:1:
  65. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  66. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  67. ^
  68. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  69. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  70. ^
  71. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  72. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  73. ^
  74. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  75. }
  76. ^
  77. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  78. from main.cpp:1:
  79. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  80. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  81. ^
  82. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  83. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  84. ^
  85. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  86. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  87. ^
  88. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  89. }
  90. ^
  91. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  92. from main.cpp:1:
  93. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  94. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  95. ^
  96. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  97. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  98. ^
  99. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  100. }
  101. ^
  102. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  103. from main.cpp:1:
  104. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  105. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  106. ^
  107. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  108. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  109. ^
  110. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  111. }
  112. ^
  113. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  114. from main.cpp:1:
  115. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  116. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  117. ^
  118. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  119. }
  120. ^
  121. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  122. from main.cpp:1:
  123. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  124. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  125. ^
  126. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  127. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  128. ^
  129. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  130. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  131. ^
  132. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  133. }
  134. ^
  135. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  136. from main.cpp:1:
  137. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  138. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  139. ^
  140. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  141. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  142. ^
  143. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  144. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  145. ^
  146. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  147. }
  148. ^
  149. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  150. from main.cpp:1:
  151. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  152. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  153. ^
  154. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  155. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  156. ^
  157. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  158. }
  159. ^
  160. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  161. from main.cpp:1:
  162. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  163. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  164. ^
  165. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  166. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  167. ^
  168. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  169. }
  170. ^
  171. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  172. from main.cpp:1:
  173. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  174. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  175. ^
  176. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  177. }
  178. ^
  179. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  180. from main.cpp:1:
  181. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  182. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  183. ^
  184. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  185. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  186. ^
  187. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  188. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  189. ^
  190. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  191. }
  192. ^
  193. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  194. from main.cpp:1:
  195. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  196. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  197. ^
  198. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  199. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  200. ^
  201. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  202. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  203. ^
  204. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  205. }
  206. ^
  207. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  208. from main.cpp:1:
  209. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  210. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  211. ^
  212. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  213. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  214. ^
  215. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  216. }
  217. ^
  218. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  219. from main.cpp:1:
  220. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  221. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  222. ^
  223. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  224. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  225. ^
  226. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  227. }
  228. ^
  229. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  230. from main.cpp:1:
  231. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  232. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  233. ^
  234. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  235. }
  236. ^
  237. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  238. from main.cpp:1:
  239. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  240. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  241. ^
  242. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  243. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  244. ^
  245. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  246. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  247. ^
  248. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  249. }
  250. ^
  251. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  252. from main.cpp:1:
  253. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  254. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  255. ^
  256. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  257. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  258. ^
  259. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  260. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  261. ^
  262. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  263. }
  264. ^
  265. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  266. from main.cpp:1:
  267. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  268. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  269. ^
  270. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  271. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  272. ^
  273. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  274. }
  275. ^
  276. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  277. from main.cpp:1:
  278. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  279. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  280. ^
  281. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  282. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  283. ^
  284. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  285. }
  286. ^
  287. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  288. from main.cpp:1:
  289. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  290. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  291. ^
  292. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  293. }
  294. ^
  295. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  296. from main.cpp:1:
  297. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  298. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  299. ^
  300. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  301. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  302. ^
  303. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  304. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  305. ^
  306. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  307. }
  308. ^
  309. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  310. from main.cpp:1:
  311. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  312. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  313. ^
  314. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  315. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  316. ^
  317. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  318. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  319. ^
  320. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  321. }
  322. ^
  323. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  324. from main.cpp:1:
  325. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  326. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  327. ^
  328. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  329. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  330. ^
  331. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  332. }
  333. ^
  334. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  335. from main.cpp:1:
  336. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  337. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  338. ^
  339. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  340. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  341. ^
  342. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  343. }
  344. ^
  345. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  346. from main.cpp:1:
  347. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  348. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  349. ^
  350. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  351. }
  352. ^
  353. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  354. from main.cpp:1:
  355. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  356. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  357. ^
  358. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  359. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  360. ^
  361. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  362. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  363. ^
  364. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  365. }
  366. ^
  367. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  368. from main.cpp:1:
  369. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  370. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  371. ^
  372. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  373. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  374. ^
  375. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  376. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  377. ^
  378. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  379. }
  380. ^
  381. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  382. from main.cpp:1:
  383. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  384. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  385. ^
  386. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  387. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  388. ^
  389. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  390. }
  391. ^
  392. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  393. from main.cpp:1:
  394. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  395. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  396. ^
  397. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  398. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  399. ^
  400. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  401. }
  402. ^
  403. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  404. from main.cpp:1:
  405. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  406. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  407. ^
  408. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  409. }
  410. ^
  411. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  412. from main.cpp:1:
  413. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  414. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  415. ^
  416. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  417. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  418. ^
  419. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  420. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  421. ^
  422. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  423. }
  424. ^
  425. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  426. from main.cpp:1:
  427. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  428. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  429. ^
  430. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  431. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  432. ^
  433. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  434. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  435. ^
  436. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  437. }
  438. ^
  439. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  440. from main.cpp:1:
  441. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  442. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  443. ^
  444. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  445. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  446. ^
  447. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  448. }
  449. ^
  450. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  451. from main.cpp:1:
  452. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  453. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  454. ^
  455. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  456. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  457. ^
  458. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  459. }
  460. ^
  461. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  462. from main.cpp:1:
  463. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  464. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  465. ^
  466. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  467. }
  468. ^
  469. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  470. from main.cpp:1:
  471. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  472. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  473. ^
  474. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  475. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  476. ^
  477. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  478. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  479. ^
  480. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  481. }
  482. ^
  483. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  484. from main.cpp:1:
  485. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  486. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  487. ^
  488. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  489. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  490. ^
  491. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  492. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  493. ^
  494. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  495. }
  496. ^
  497. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  498. from main.cpp:1:
  499. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  500. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  501. ^
  502. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  503. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  504. ^
  505. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  506. }
  507. ^
  508. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  509. from main.cpp:1:
  510. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  511. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  512. ^
  513. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  514. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  515. ^
  516. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  517. }
  518. ^
  519. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  520. from main.cpp:1:
  521. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  522. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  523. ^
  524. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  525. }
  526. ^
  527. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  528. from main.cpp:1:
  529. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  530. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  531. ^
  532. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  533. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  534. ^
  535. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  536. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  537. ^
  538. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  539. }
  540. ^
  541. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  542. from main.cpp:1:
  543. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  544. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  545. ^
  546. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  547. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  548. ^
  549. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  550. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  551. ^
  552. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  553. }
  554. ^
  555. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  556. from main.cpp:1:
  557. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  558. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  559. ^
  560. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  561. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  562. ^
  563. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  564. }
  565. ^
  566. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  567. from main.cpp:1:
  568. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  569. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  570. ^
  571. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  572. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  573. ^
  574. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  575. }
  576. ^
  577. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  578. from main.cpp:1:
  579. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  580. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  581. ^
  582. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  583. }
  584. ^
  585. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  586. from main.cpp:1:
  587. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  588. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  589. ^
  590. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  591. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  592. ^
  593. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  594. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  595. ^
  596. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  597. }
  598. ^
  599. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  600. from main.cpp:1:
  601. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  602. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  603. ^
  604. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  605. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  606. ^
  607. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  608. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  609. ^
  610. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  611. }
  612. ^
  613. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  614. from main.cpp:1:
  615. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  616. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  617. ^
  618. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  619. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  620. ^
  621. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  622. }
  623. ^
  624. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  625. from main.cpp:1:
  626. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  627. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  628. ^
  629. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  630. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  631. ^
  632. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  633. }
  634. ^
  635. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  636. from main.cpp:1:
  637. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  638. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  639. ^
  640. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  641. }
  642. ^
  643. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  644. from main.cpp:1:
  645. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  646. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  647. ^
  648. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  649. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  650. ^
  651. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  652. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  653. ^
  654. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  655. }
  656. ^
  657. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  658. from main.cpp:1:
  659. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  660. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  661. ^
  662. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  663. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  664. ^
  665. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  666. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  667. ^
  668. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  669. }
  670. ^
  671. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  672. from main.cpp:1:
  673. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  674. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  675. ^
  676. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  677. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  678. ^
  679. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  680. }
  681. ^
  682. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  683. from main.cpp:1:
  684. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  685. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  686. ^
  687. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  688. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  689. ^
  690. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  691. }
  692. ^
  693. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  694. from main.cpp:1:
  695. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  696. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  697. ^
  698. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  699. }
  700. ^
  701. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  702. from main.cpp:1:
  703. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  704. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  705. ^
  706. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  707. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  708. ^
  709. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  710. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  711. ^
  712. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  713. }
  714. ^
  715. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  716. from main.cpp:1:
  717. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  718. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  719. ^
  720. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  721. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  722. ^
  723. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  724. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  725. ^
  726. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  727. }
  728. ^
  729. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  730. from main.cpp:1:
  731. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  732. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  733. ^
  734. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  735. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  736. ^
  737. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  738. }
  739. ^
  740. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  741. from main.cpp:1:
  742. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  743. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  744. ^
  745. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  746. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  747. ^
  748. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  749. }
  750. ^
  751. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  752. from main.cpp:1:
  753. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  754. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  755. ^
  756. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  757. }
  758. ^
  759. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  760. from main.cpp:1:
  761. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  762. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  763. ^
  764. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  765. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  766. ^
  767. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  768. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  769. ^
  770. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  771. }
  772. ^
  773. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  774. from main.cpp:1:
  775. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  776. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  777. ^
  778. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  779. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  780. ^
  781. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  782. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  783. ^
  784. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  785. }
  786. ^
  787. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  788. from main.cpp:1:
  789. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  790. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  791. ^
  792. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  793. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  794. ^
  795. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  796. }
  797. ^
  798. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  799. from main.cpp:1:
  800. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  801. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  802. ^
  803. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  804. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  805. ^
  806. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  807. }
  808. ^
  809. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  810. from main.cpp:1:
  811. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  812. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  813. ^
  814. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  815. }
  816. ^
  817. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  818. from main.cpp:1:
  819. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  820. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  821. ^
  822. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  823. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  824. ^
  825. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  826. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  827. ^
  828. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  829. }
  830. ^
  831. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  832. from main.cpp:1:
  833. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  834. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  835. ^
  836. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  837. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  838. ^
  839. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  840. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  841. ^
  842. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  843. }
  844. ^
  845. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  846. from main.cpp:1:
  847. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  848. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  849. ^
  850. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  851. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  852. ^
  853. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  854. }
  855. ^
  856. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  857. from main.cpp:1:
  858. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  859. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  860. ^
  861. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  862. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  863. ^
  864. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  865. }
  866. ^
  867. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  868. from main.cpp:1:
  869. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  870. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  871. ^
  872. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  873. }
  874. ^
  875. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  876. from main.cpp:1:
  877. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  878. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  879. ^
  880. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  881. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  882. ^
  883. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  884. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  885. ^
  886. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  887. }
  888. ^
  889. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  890. from main.cpp:1:
  891. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  892. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  893. ^
  894. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  895. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  896. ^
  897. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  898. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  899. ^
  900. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  901. }
  902. ^
  903. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  904. from main.cpp:1:
  905. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  906. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  907. ^
  908. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  909. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  910. ^
  911. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  912. }
  913. ^
  914. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  915. from main.cpp:1:
  916. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  917. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  918. ^
  919. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  920. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  921. ^
  922. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  923. }
  924. ^
  925. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  926. from main.cpp:1:
  927. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  928. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  929. ^
  930. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  931. }
  932. ^
  933. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  934. from main.cpp:1:
  935. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  936. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  937. ^
  938. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  939. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  940. ^
  941. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  942. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  943. ^
  944. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  945. }
  946. ^
  947. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  948. from main.cpp:1:
  949. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  950. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  951. ^
  952. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  953. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  954. ^
  955. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  956. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  957. ^
  958. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  959. }
  960. ^
  961. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  962. from main.cpp:1:
  963. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  964. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  965. ^
  966. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  967. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  968. ^
  969. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  970. }
  971. ^
  972. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  973. from main.cpp:1:
  974. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  975. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  976. ^
  977. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  978. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  979. ^
  980. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  981. }
  982. ^
  983. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  984. from main.cpp:1:
  985. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  986. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  987. ^
  988. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>g++ main.cpp -o main `wx-config --cxxflags --libs wx-3.0`
  989. g++: error: unrecognized command line option ‘-3.0’
  990. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>g++ main.cpp -o main `wx-config --cxxflags --libs wx`
  991. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  992. }
  993. ^
  994. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  995. from main.cpp:1:
  996. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  997. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  998. ^
  999. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1000. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1001. ^
  1002. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1003. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1004. ^
  1005. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1006. }
  1007. ^
  1008. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1009. from main.cpp:1:
  1010. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1011. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1012. ^
  1013. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1014. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1015. ^
  1016. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1017. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1018. ^
  1019. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1020. }
  1021. ^
  1022. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1023. from main.cpp:1:
  1024. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1025. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1026. ^
  1027. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1028. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1029. ^
  1030. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1031. }
  1032. ^
  1033. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1034. from main.cpp:1:
  1035. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1036. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1037. ^
  1038. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1039. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1040. ^
  1041. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1042. }
  1043. ^
  1044. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1045. from main.cpp:1:
  1046. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1047. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1048. ^
  1049. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1050. }
  1051. ^
  1052. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1053. from main.cpp:1:
  1054. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1055. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1056. ^
  1057. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1058. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1059. ^
  1060. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1061. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1062. ^
  1063. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1064. }
  1065. ^
  1066. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1067. from main.cpp:1:
  1068. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1069. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1070. ^
  1071. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1072. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1073. ^
  1074. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1075. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1076. ^
  1077. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1078. }
  1079. ^
  1080. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1081. from main.cpp:1:
  1082. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1083. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1084. ^
  1085. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1086. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1087. ^
  1088. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1089. }
  1090. ^
  1091. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1092. from main.cpp:1:
  1093. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1094. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1095. ^
  1096. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1097. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1098. ^
  1099. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1100. }
  1101. ^
  1102. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1103. from main.cpp:1:
  1104. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1105. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1106. ^
  1107. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1108. }
  1109. ^
  1110. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1111. from main.cpp:1:
  1112. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1113. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1114. ^
  1115. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1116. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1117. ^
  1118. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1119. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1120. ^
  1121. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1122. }
  1123. ^
  1124. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1125. from main.cpp:1:
  1126. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1127. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1128. ^
  1129. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1130. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1131. ^
  1132. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1133. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1134. ^
  1135. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1136. }
  1137. ^
  1138. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1139. from main.cpp:1:
  1140. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1141. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1142. ^
  1143. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1144. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1145. ^
  1146. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1147. }
  1148. ^
  1149. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1150. from main.cpp:1:
  1151. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1152. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1153. ^
  1154. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1155. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1156. ^
  1157. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1158. }
  1159. ^
  1160. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1161. from main.cpp:1:
  1162. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1163. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1164. ^
  1165. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1166. }
  1167. ^
  1168. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1169. from main.cpp:1:
  1170. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1171. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1172. ^
  1173. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1174. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1175. ^
  1176. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1177. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1178. ^
  1179. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1180. }
  1181. ^
  1182. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1183. from main.cpp:1:
  1184. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1185. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1186. ^
  1187. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1188. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1189. ^
  1190. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1191. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1192. ^
  1193. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1194. }
  1195. ^
  1196. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1197. from main.cpp:1:
  1198. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1199. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1200. ^
  1201. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1202. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1203. ^
  1204. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1205. }
  1206. ^
  1207. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1208. from main.cpp:1:
  1209. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1210. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1211. ^
  1212. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1213. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1214. ^
  1215. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1216. }
  1217. ^
  1218. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1219. from main.cpp:1:
  1220. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1221. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1222. ^
  1223. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1224. }
  1225. ^
  1226. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1227. from main.cpp:1:
  1228. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1229. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1230. ^
  1231. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1232. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1233. ^
  1234. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1235. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1236. ^
  1237. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1238. }
  1239. ^
  1240. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1241. from main.cpp:1:
  1242. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1243. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1244. ^
  1245. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1246. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1247. ^
  1248. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1249. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1250. ^
  1251. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1252. }
  1253. ^
  1254. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1255. from main.cpp:1:
  1256. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1257. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1258. ^
  1259. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1260. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1261. ^
  1262. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1263. }
  1264. ^
  1265. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1266. from main.cpp:1:
  1267. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1268. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1269. ^
  1270. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1271. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1272. ^
  1273. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1274. }
  1275. ^
  1276. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1277. from main.cpp:1:
  1278. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1279. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1280. ^
  1281. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1282. }
  1283. ^
  1284. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1285. from main.cpp:1:
  1286. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1287. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1288. ^
  1289. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1290. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1291. ^
  1292. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1293. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1294. ^
  1295. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1296. }
  1297. ^
  1298. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1299. from main.cpp:1:
  1300. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1301. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1302. ^
  1303. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1304. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1305. ^
  1306. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1307. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1308. ^
  1309. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1310. }
  1311. ^
  1312. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1313. from main.cpp:1:
  1314. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1315. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1316. ^
  1317. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1318. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1319. ^
  1320. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1321. }
  1322. ^
  1323. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1324. from main.cpp:1:
  1325. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1326. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1327. ^
  1328. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1329. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1330. ^
  1331. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1332. }
  1333. ^
  1334. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1335. from main.cpp:1:
  1336. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1337. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1338. ^
  1339. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1340. }
  1341. ^
  1342. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1343. from main.cpp:1:
  1344. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1345. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1346. ^
  1347. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1348. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1349. ^
  1350. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1351. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1352. ^
  1353. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1354. }
  1355. ^
  1356. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1357. from main.cpp:1:
  1358. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1359. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1360. ^
  1361. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1362. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1363. ^
  1364. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1365. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1366. ^
  1367. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1368. }
  1369. ^
  1370. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1371. from main.cpp:1:
  1372. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1373. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1374. ^
  1375. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1376. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1377. ^
  1378. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1379. }
  1380. ^
  1381. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1382. from main.cpp:1:
  1383. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1384. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1385. ^
  1386. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1387. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1388. ^
  1389. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1390. }
  1391. ^
  1392. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1393. from main.cpp:1:
  1394. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1395. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1396. ^
  1397. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1398. }
  1399. ^
  1400. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1401. from main.cpp:1:
  1402. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1403. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1404. ^
  1405. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1406. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1407. ^
  1408. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1409. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1410. ^
  1411. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1412. }
  1413. ^
  1414. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1415. from main.cpp:1:
  1416. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1417. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1418. ^
  1419. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1420. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1421. ^
  1422. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1423. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1424. ^
  1425. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1426. }
  1427. ^
  1428. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1429. from main.cpp:1:
  1430. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1431. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1432. ^
  1433. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1434. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1435. ^
  1436. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1437. }
  1438. ^
  1439. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1440. from main.cpp:1:
  1441. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1442. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1443. ^
  1444. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1445. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1446. ^
  1447. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1448. }
  1449. ^
  1450. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1451. from main.cpp:1:
  1452. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1453. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1454. ^
  1455. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1456. }
  1457. ^
  1458. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1459. from main.cpp:1:
  1460. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1461. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1462. ^
  1463. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1464. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1465. ^
  1466. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1467. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1468. ^
  1469. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1470. }
  1471. ^
  1472. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1473. from main.cpp:1:
  1474. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1475. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1476. ^
  1477. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1478. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1479. ^
  1480. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1481. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1482. ^
  1483. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1484. }
  1485. ^
  1486. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1487. from main.cpp:1:
  1488. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1489. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1490. ^
  1491. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1492. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1493. ^
  1494. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1495. }
  1496. ^
  1497. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1498. from main.cpp:1:
  1499. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1500. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1501. ^
  1502. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1503. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1504. ^
  1505. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1506. }
  1507. ^
  1508. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1509. from main.cpp:1:
  1510. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1511. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1512. ^
  1513. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1514. }
  1515. ^
  1516. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1517. from main.cpp:1:
  1518. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1519. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1520. ^
  1521. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1522. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1523. ^
  1524. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1525. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1526. ^
  1527. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1528. }
  1529. ^
  1530. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1531. from main.cpp:1:
  1532. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1533. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1534. ^
  1535. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1536. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1537. ^
  1538. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1539. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1540. ^
  1541. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1542. }
  1543. ^
  1544. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1545. from main.cpp:1:
  1546. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1547. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1548. ^
  1549. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1550. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1551. ^
  1552. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1553. }
  1554. ^
  1555. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1556. from main.cpp:1:
  1557. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1558. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1559. ^
  1560. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1561. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1562. ^
  1563. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1564. }
  1565. ^
  1566. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1567. from main.cpp:1:
  1568. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1569. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1570. ^
  1571. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1572. }
  1573. ^
  1574. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1575. from main.cpp:1:
  1576. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1577. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1578. ^
  1579. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1580. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1581. ^
  1582. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1583. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1584. ^
  1585. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1586. }
  1587. ^
  1588. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1589. from main.cpp:1:
  1590. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1591. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1592. ^
  1593. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1594. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1595. ^
  1596. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1597. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1598. ^
  1599. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1600. }
  1601. ^
  1602. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1603. from main.cpp:1:
  1604. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1605. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1606. ^
  1607. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1608. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1609. ^
  1610. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1611. }
  1612. ^
  1613. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1614. from main.cpp:1:
  1615. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1616. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1617. ^
  1618. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1619. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1620. ^
  1621. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1622. }
  1623. ^
  1624. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1625. from main.cpp:1:
  1626. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1627. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1628. ^
  1629. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1630. }
  1631. ^
  1632. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1633. from main.cpp:1:
  1634. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1635. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1636. ^
  1637. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1638. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1639. ^
  1640. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1641. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1642. ^
  1643. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1644. }
  1645. ^
  1646. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1647. from main.cpp:1:
  1648. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1649. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1650. ^
  1651. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1652. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1653. ^
  1654. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1655. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1656. ^
  1657. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1658. }
  1659. ^
  1660. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1661. from main.cpp:1:
  1662. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1663. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1664. ^
  1665. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1666. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1667. ^
  1668. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1669. }
  1670. ^
  1671. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1672. from main.cpp:1:
  1673. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1674. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1675. ^
  1676. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1677. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1678. ^
  1679. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1680. }
  1681. ^
  1682. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1683. from main.cpp:1:
  1684. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1685. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1686. ^
  1687. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1688. }
  1689. ^
  1690. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1691. from main.cpp:1:
  1692. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1693. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1694. ^
  1695. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1696. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1697. ^
  1698. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1699. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1700. ^
  1701. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1702. }
  1703. ^
  1704. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1705. from main.cpp:1:
  1706. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1707. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1708. ^
  1709. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1710. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1711. ^
  1712. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1713. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1714. ^
  1715. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1716. }
  1717. ^
  1718. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1719. from main.cpp:1:
  1720. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1721. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1722. ^
  1723. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1724. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1725. ^
  1726. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1727. }
  1728. ^
  1729. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1730. from main.cpp:1:
  1731. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1732. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1733. ^
  1734. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1735. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1736. ^
  1737. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1738. }
  1739. ^
  1740. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1741. from main.cpp:1:
  1742. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1743. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1744. ^
  1745. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1746. }
  1747. ^
  1748. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1749. from main.cpp:1:
  1750. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1751. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1752. ^
  1753. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1754. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1755. ^
  1756. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1757. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1758. ^
  1759. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1760. }
  1761. ^
  1762. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1763. from main.cpp:1:
  1764. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1765. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1766. ^
  1767. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1768. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1769. ^
  1770. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1771. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1772. ^
  1773. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1774. }
  1775. ^
  1776. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1777. from main.cpp:1:
  1778. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1779. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1780. ^
  1781. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1782. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1783. ^
  1784. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1785. }
  1786. ^
  1787. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1788. from main.cpp:1:
  1789. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1790. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1791. ^
  1792. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1793. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1794. ^
  1795. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1796. }
  1797. ^
  1798. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1799. from main.cpp:1:
  1800. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1801. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1802. ^
  1803. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1804. }
  1805. ^
  1806. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1807. from main.cpp:1:
  1808. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1809. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1810. ^
  1811. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1812. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1813. ^
  1814. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1815. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1816. ^
  1817. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1818. }
  1819. ^
  1820. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1821. from main.cpp:1:
  1822. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1823. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1824. ^
  1825. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1826. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1827. ^
  1828. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1829. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1830. ^
  1831. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1832. }
  1833. ^
  1834. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1835. from main.cpp:1:
  1836. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1837. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1838. ^
  1839. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1840. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1841. ^
  1842. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1843. }
  1844. ^
  1845. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1846. from main.cpp:1:
  1847. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1848. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1849. ^
  1850. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1851. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1852. ^
  1853. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1854. }
  1855. ^
  1856. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1857. from main.cpp:1:
  1858. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1859. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1860. ^
  1861. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1862. }
  1863. ^
  1864. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1865. from main.cpp:1:
  1866. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1867. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1868. ^
  1869. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1870. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1871. ^
  1872. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1873. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1874. ^
  1875. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1876. }
  1877. ^
  1878. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1879. from main.cpp:1:
  1880. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1881. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1882. ^
  1883. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1884. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1885. ^
  1886. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1887. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1888. ^
  1889. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1890. }
  1891. ^
  1892. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1893. from main.cpp:1:
  1894. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1895. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1896. ^
  1897. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1898. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1899. ^
  1900. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1901. }
  1902. ^
  1903. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1904. from main.cpp:1:
  1905. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1906. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1907. ^
  1908. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1909. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1910. ^
  1911. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1912. }
  1913. ^
  1914. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1915. from main.cpp:1:
  1916. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1917. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1918. ^
  1919. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1920. }
  1921. ^
  1922. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1923. from main.cpp:1:
  1924. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  1925. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  1926. ^
  1927. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1928. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1929. ^
  1930. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1931. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1932. ^
  1933. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  1934. }
  1935. ^
  1936. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1937. from main.cpp:1:
  1938. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  1939. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  1940. ^
  1941. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1942. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1943. ^
  1944. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  1945. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  1946. ^
  1947. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  1948. }
  1949. ^
  1950. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1951. from main.cpp:1:
  1952. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  1953. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  1954. ^
  1955. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1956. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1957. ^
  1958. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  1959. }
  1960. ^
  1961. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1962. from main.cpp:1:
  1963. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1964. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1965. ^
  1966. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1967. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1968. ^
  1969. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1970. }
  1971. ^
  1972. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1973. from main.cpp:1:
  1974. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1975. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1976. ^
  1977. /usr/bin/ld: cannot find -lwx_gtk2u_wx-3.0
  1978. collect2: error: ld returned 1 exit status
  1979. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement