Advertisement
Guest User

aa

a guest
Aug 25th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.20 KB | None | 0 0
  1. shellc0de@linux-f4d3:~/z0la/programming/c++/wxwidgets/wx_window>g++ --verbose main.cpp `wx-config --cxxflags --libs` -o main
  2. Using built-in specs.
  3. COLLECT_GCC=g++
  4. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  5. Target: x86_64-unknown-linux-gnu
  6. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  7. Thread model: posix
  8. gcc version 5.2.0 (GCC)
  9. COLLECT_GCC_OPTIONS='-v' '-I' '/usr/lib/wx/include/gtk2-unicode-3.0' '-I' '/usr/include/wx-3.0' '-D' '_FILE_OFFSET_BITS=64' '-D' 'WXUSINGDLL' '-D' '__WXGTK__' '-pthread' '-pthread' '-o' 'main' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  10. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/cc1plus -quiet -v -I /usr/lib/wx/include/gtk2-unicode-3.0 -I /usr/include/wx-3.0 -D_GNU_SOURCE -D_REENTRANT -D _FILE_OFFSET_BITS=64 -D WXUSINGDLL -D __WXGTK__ main.cpp -quiet -dumpbase main.cpp -mtune=generic -march=x86-64 -auxbase main -version -o /tmp/ccfqgkut.s
  11. GNU C++ (GCC) version 5.2.0 (x86_64-unknown-linux-gnu)
  12. compiled by GNU C version 5.2.0, GMP version 6.0.0, MPFR version 3.1.3-p4, MPC version 1.0.3
  13. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  14. ignoring nonexistent directory "/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../x86_64-unknown-linux-gnu/include"
  15. #include "..." search starts here:
  16. #include <...> search starts here:
  17. /usr/lib/wx/include/gtk2-unicode-3.0
  18. /usr/include/wx-3.0
  19. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0
  20. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/x86_64-unknown-linux-gnu
  21. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/backward
  22. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include
  23. /usr/local/include
  24. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include-fixed
  25. /usr/include
  26. End of search list.
  27. GNU C++ (GCC) version 5.2.0 (x86_64-unknown-linux-gnu)
  28. compiled by GNU C version 5.2.0, GMP version 6.0.0, MPFR version 3.1.3-p4, MPC version 1.0.3
  29. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  30. Compiler executable checksum: 9ed1d81099b98de89457560501a9ea0c
  31. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  32. }
  33. ^
  34. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  35. from main.cpp:1:
  36. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  37. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  38. ^
  39. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  40. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  41. ^
  42. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  43. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  44. ^
  45. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  46. }
  47. ^
  48. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  49. from main.cpp:1:
  50. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  51. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  52. ^
  53. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  54. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  55. ^
  56. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  57. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  58. ^
  59. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  60. }
  61. ^
  62. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  63. from main.cpp:1:
  64. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  65. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  66. ^
  67. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  68. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  69. ^
  70. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  71. }
  72. ^
  73. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  74. from main.cpp:1:
  75. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  76. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  77. ^
  78. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  79. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  80. ^
  81. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  82. }
  83. ^
  84. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  85. from main.cpp:1:
  86. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  87. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  88. ^
  89. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  90. }
  91. ^
  92. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  93. from main.cpp:1:
  94. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  95. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  96. ^
  97. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  98. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  99. ^
  100. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  101. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  102. ^
  103. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  104. }
  105. ^
  106. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  107. from main.cpp:1:
  108. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  109. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  110. ^
  111. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  112. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  113. ^
  114. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  115. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  116. ^
  117. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  118. }
  119. ^
  120. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  121. from main.cpp:1:
  122. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  123. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  124. ^
  125. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  126. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  127. ^
  128. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  129. }
  130. ^
  131. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  132. from main.cpp:1:
  133. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  134. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  135. ^
  136. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  137. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  138. ^
  139. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  140. }
  141. ^
  142. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  143. from main.cpp:1:
  144. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  145. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  146. ^
  147. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  148. }
  149. ^
  150. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  151. from main.cpp:1:
  152. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  153. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  154. ^
  155. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  156. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  157. ^
  158. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  159. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  160. ^
  161. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  162. }
  163. ^
  164. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  165. from main.cpp:1:
  166. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  167. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  168. ^
  169. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  170. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  171. ^
  172. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  173. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  174. ^
  175. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  176. }
  177. ^
  178. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  179. from main.cpp:1:
  180. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  181. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  182. ^
  183. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  184. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  185. ^
  186. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  187. }
  188. ^
  189. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  190. from main.cpp:1:
  191. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  192. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  193. ^
  194. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  195. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  196. ^
  197. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  198. }
  199. ^
  200. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  201. from main.cpp:1:
  202. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  203. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  204. ^
  205. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  206. }
  207. ^
  208. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  209. from main.cpp:1:
  210. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  211. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  212. ^
  213. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  214. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  215. ^
  216. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  217. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  218. ^
  219. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  220. }
  221. ^
  222. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  223. from main.cpp:1:
  224. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  225. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  226. ^
  227. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  228. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  229. ^
  230. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  231. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  232. ^
  233. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  234. }
  235. ^
  236. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  237. from main.cpp:1:
  238. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  239. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  240. ^
  241. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  242. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  243. ^
  244. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  245. }
  246. ^
  247. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  248. from main.cpp:1:
  249. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  250. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  251. ^
  252. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  253. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  254. ^
  255. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  256. }
  257. ^
  258. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  259. from main.cpp:1:
  260. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  261. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  262. ^
  263. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  264. }
  265. ^
  266. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  267. from main.cpp:1:
  268. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  269. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  270. ^
  271. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  272. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  273. ^
  274. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  275. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  276. ^
  277. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  278. }
  279. ^
  280. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  281. from main.cpp:1:
  282. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  283. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  284. ^
  285. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  286. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  287. ^
  288. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  289. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  290. ^
  291. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  292. }
  293. ^
  294. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  295. from main.cpp:1:
  296. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  297. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  298. ^
  299. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  300. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  301. ^
  302. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  303. }
  304. ^
  305. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  306. from main.cpp:1:
  307. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  308. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  309. ^
  310. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  311. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  312. ^
  313. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  314. }
  315. ^
  316. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  317. from main.cpp:1:
  318. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  319. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  320. ^
  321. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  322. }
  323. ^
  324. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  325. from main.cpp:1:
  326. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  327. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  328. ^
  329. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  330. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  331. ^
  332. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  333. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  334. ^
  335. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  336. }
  337. ^
  338. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  339. from main.cpp:1:
  340. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  341. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  342. ^
  343. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  344. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  345. ^
  346. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  347. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  348. ^
  349. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  350. }
  351. ^
  352. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  353. from main.cpp:1:
  354. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  355. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  356. ^
  357. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  358. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  359. ^
  360. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  361. }
  362. ^
  363. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  364. from main.cpp:1:
  365. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  366. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  367. ^
  368. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  369. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  370. ^
  371. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  372. }
  373. ^
  374. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  375. from main.cpp:1:
  376. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  377. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  378. ^
  379. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  380. }
  381. ^
  382. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  383. from main.cpp:1:
  384. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  385. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  386. ^
  387. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  388. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  389. ^
  390. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  391. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  392. ^
  393. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  394. }
  395. ^
  396. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  397. from main.cpp:1:
  398. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  399. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  400. ^
  401. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  402. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  403. ^
  404. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  405. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  406. ^
  407. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  408. }
  409. ^
  410. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  411. from main.cpp:1:
  412. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  413. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  414. ^
  415. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  416. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  417. ^
  418. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  419. }
  420. ^
  421. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  422. from main.cpp:1:
  423. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  424. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  425. ^
  426. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  427. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  428. ^
  429. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  430. }
  431. ^
  432. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  433. from main.cpp:1:
  434. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  435. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  436. ^
  437. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  438. }
  439. ^
  440. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  441. from main.cpp:1:
  442. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  443. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  444. ^
  445. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  446. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  447. ^
  448. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  449. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  450. ^
  451. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  452. }
  453. ^
  454. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  455. from main.cpp:1:
  456. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  457. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  458. ^
  459. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  460. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  461. ^
  462. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  463. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  464. ^
  465. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  466. }
  467. ^
  468. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  469. from main.cpp:1:
  470. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  471. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  472. ^
  473. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  474. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  475. ^
  476. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  477. }
  478. ^
  479. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  480. from main.cpp:1:
  481. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  482. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  483. ^
  484. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  485. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  486. ^
  487. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  488. }
  489. ^
  490. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  491. from main.cpp:1:
  492. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  493. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  494. ^
  495. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  496. }
  497. ^
  498. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  499. from main.cpp:1:
  500. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  501. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  502. ^
  503. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  504. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  505. ^
  506. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  507. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  508. ^
  509. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  510. }
  511. ^
  512. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  513. from main.cpp:1:
  514. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  515. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  516. ^
  517. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  518. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  519. ^
  520. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  521. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  522. ^
  523. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  524. }
  525. ^
  526. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  527. from main.cpp:1:
  528. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  529. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  530. ^
  531. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  532. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  533. ^
  534. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  535. }
  536. ^
  537. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  538. from main.cpp:1:
  539. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  540. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  541. ^
  542. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  543. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  544. ^
  545. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  546. }
  547. ^
  548. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  549. from main.cpp:1:
  550. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  551. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  552. ^
  553. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  554. }
  555. ^
  556. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  557. from main.cpp:1:
  558. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  559. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  560. ^
  561. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  562. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  563. ^
  564. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  565. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  566. ^
  567. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  568. }
  569. ^
  570. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  571. from main.cpp:1:
  572. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  573. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  574. ^
  575. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  576. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  577. ^
  578. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  579. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  580. ^
  581. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  582. }
  583. ^
  584. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  585. from main.cpp:1:
  586. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  587. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  588. ^
  589. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  590. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  591. ^
  592. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  593. }
  594. ^
  595. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  596. from main.cpp:1:
  597. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  598. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  599. ^
  600. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  601. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  602. ^
  603. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  604. }
  605. ^
  606. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  607. from main.cpp:1:
  608. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  609. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  610. ^
  611. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  612. }
  613. ^
  614. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  615. from main.cpp:1:
  616. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  617. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  618. ^
  619. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  620. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  621. ^
  622. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  623. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  624. ^
  625. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  626. }
  627. ^
  628. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  629. from main.cpp:1:
  630. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  631. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  632. ^
  633. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  634. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  635. ^
  636. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  637. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  638. ^
  639. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  640. }
  641. ^
  642. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  643. from main.cpp:1:
  644. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  645. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  646. ^
  647. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  648. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  649. ^
  650. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  651. }
  652. ^
  653. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  654. from main.cpp:1:
  655. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  656. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  657. ^
  658. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  659. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  660. ^
  661. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  662. }
  663. ^
  664. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  665. from main.cpp:1:
  666. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  667. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  668. ^
  669. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  670. }
  671. ^
  672. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  673. from main.cpp:1:
  674. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  675. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  676. ^
  677. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  678. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  679. ^
  680. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  681. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  682. ^
  683. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  684. }
  685. ^
  686. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  687. from main.cpp:1:
  688. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  689. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  690. ^
  691. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  692. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  693. ^
  694. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  695. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  696. ^
  697. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  698. }
  699. ^
  700. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  701. from main.cpp:1:
  702. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  703. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  704. ^
  705. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  706. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  707. ^
  708. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  709. }
  710. ^
  711. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  712. from main.cpp:1:
  713. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  714. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  715. ^
  716. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  717. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  718. ^
  719. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  720. }
  721. ^
  722. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  723. from main.cpp:1:
  724. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  725. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  726. ^
  727. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  728. }
  729. ^
  730. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  731. from main.cpp:1:
  732. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  733. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  734. ^
  735. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  736. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  737. ^
  738. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  739. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  740. ^
  741. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  742. }
  743. ^
  744. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  745. from main.cpp:1:
  746. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  747. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  748. ^
  749. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  750. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  751. ^
  752. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  753. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  754. ^
  755. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  756. }
  757. ^
  758. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  759. from main.cpp:1:
  760. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  761. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  762. ^
  763. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  764. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  765. ^
  766. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  767. }
  768. ^
  769. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  770. from main.cpp:1:
  771. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  772. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  773. ^
  774. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  775. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  776. ^
  777. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  778. }
  779. ^
  780. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  781. from main.cpp:1:
  782. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  783. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  784. ^
  785. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  786. }
  787. ^
  788. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  789. from main.cpp:1:
  790. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  791. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  792. ^
  793. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  794. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  795. ^
  796. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  797. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  798. ^
  799. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  800. }
  801. ^
  802. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  803. from main.cpp:1:
  804. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  805. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  806. ^
  807. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  808. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  809. ^
  810. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  811. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  812. ^
  813. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  814. }
  815. ^
  816. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  817. from main.cpp:1:
  818. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  819. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  820. ^
  821. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  822. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  823. ^
  824. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  825. }
  826. ^
  827. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  828. from main.cpp:1:
  829. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  830. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  831. ^
  832. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  833. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  834. ^
  835. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  836. }
  837. ^
  838. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  839. from main.cpp:1:
  840. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  841. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  842. ^
  843. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  844. }
  845. ^
  846. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  847. from main.cpp:1:
  848. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  849. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  850. ^
  851. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  852. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  853. ^
  854. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  855. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  856. ^
  857. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  858. }
  859. ^
  860. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  861. from main.cpp:1:
  862. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  863. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  864. ^
  865. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  866. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  867. ^
  868. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  869. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  870. ^
  871. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  872. }
  873. ^
  874. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  875. from main.cpp:1:
  876. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  877. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  878. ^
  879. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  880. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  881. ^
  882. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  883. }
  884. ^
  885. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  886. from main.cpp:1:
  887. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  888. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  889. ^
  890. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  891. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  892. ^
  893. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  894. }
  895. ^
  896. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  897. from main.cpp:1:
  898. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  899. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  900. ^
  901. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  902. }
  903. ^
  904. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  905. from main.cpp:1:
  906. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  907. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  908. ^
  909. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  910. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  911. ^
  912. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  913. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  914. ^
  915. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  916. }
  917. ^
  918. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  919. from main.cpp:1:
  920. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  921. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  922. ^
  923. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  924. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  925. ^
  926. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  927. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  928. ^
  929. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  930. }
  931. ^
  932. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  933. from main.cpp:1:
  934. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  935. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  936. ^
  937. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  938. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  939. ^
  940. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  941. }
  942. ^
  943. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  944. from main.cpp:1:
  945. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  946. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  947. ^
  948. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  949. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  950. ^
  951. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  952. }
  953. ^
  954. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  955. from main.cpp:1:
  956. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  957. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  958. ^
  959. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryValidator(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  960. }
  961. ^
  962. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  963. from main.cpp:1:
  964. /usr/include/wx-3.0/wx/event.h:3683:22: note: declared here
  965. virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
  966. ^
  967. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  968. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  969. ^
  970. /usr/include/wx-3.0/wx/event.h:3682:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  971. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  972. ^
  973. main.cpp:6:1: warning: ‘virtual bool wxEvtHandler::TryParent(wxEvent&)’ is deprecated [-Wdeprecated-declarations]
  974. }
  975. ^
  976. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  977. from main.cpp:1:
  978. /usr/include/wx-3.0/wx/event.h:3686:22: note: declared here
  979. virtual bool TryParent(wxEvent& event), return DoTryApp(event); )
  980. ^
  981. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  982. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  983. ^
  984. /usr/include/wx-3.0/wx/event.h:3685:5: note: in expansion of macro ‘wxDEPRECATED_BUT_USED_INTERNALLY_INLINE’
  985. wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
  986. ^
  987. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetVirtualSizeHints(int, int, int, int)’ is deprecated [-Wdeprecated-declarations]
  988. }
  989. ^
  990. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  991. from main.cpp:1:
  992. /usr/include/wx-3.0/wx/window.h:459:32: note: declared here
  993. wxDEPRECATED( virtual void SetVirtualSizeHints( int minW, int minH,
  994. ^
  995. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  996. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  997. ^
  998. main.cpp:6:1: warning: ‘virtual void wxWindowBase::MakeModal(bool)’ is deprecated [-Wdeprecated-declarations]
  999. }
  1000. ^
  1001. In file included from /usr/include/wx-3.0/wx/wx.h:14:0,
  1002. from main.cpp:1:
  1003. /usr/include/wx-3.0/wx/window.h:688:32: note: declared here
  1004. wxDEPRECATED( virtual void MakeModal(bool modal = true) );
  1005. ^
  1006. /usr/include/wx-3.0/wx/defs.h:615:43: note: in definition of macro ‘wxDEPRECATED’
  1007. #define wxDEPRECATED(x) wxDEPRECATED_DECL x
  1008. ^
  1009. main.cpp:6:1: warning: ‘virtual void wxWindowBase::SetInitialBestSize(const wxSize&)’ is deprecated: use SetInitialSize() instead. [-Wdeprecated-declarations]
  1010. }
  1011. ^
  1012. In file included from /usr/include/wx-3.0/wx/wx.h:38:0,
  1013. from main.cpp:1:
  1014. /usr/include/wx-3.0/wx/window.h:1872:13: note: declared here
  1015. inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
  1016. ^
  1017. COLLECT_GCC_OPTIONS='-v' '-I' '/usr/lib/wx/include/gtk2-unicode-3.0' '-I' '/usr/include/wx-3.0' '-D' '_FILE_OFFSET_BITS=64' '-D' 'WXUSINGDLL' '-D' '__WXGTK__' '-pthread' '-pthread' '-o' 'main' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  1018. as -v -I /usr/lib/wx/include/gtk2-unicode-3.0 -I /usr/include/wx-3.0 --64 -o /tmp/ccjrTsL7.o /tmp/ccfqgkut.s
  1019. GNU assembler version 2.25.1 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.25.1
  1020. COMPILER_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/
  1021. LIBRARY_PATH=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../:/lib/:/usr/lib/
  1022. COLLECT_GCC_OPTIONS='-v' '-I' '/usr/lib/wx/include/gtk2-unicode-3.0' '-I' '/usr/include/wx-3.0' '-D' '_FILE_OFFSET_BITS=64' '-D' 'WXUSINGDLL' '-D' '__WXGTK__' '-pthread' '-pthread' '-o' 'main' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  1023. /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/collect2 -plugin /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cccteneM.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o main /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../.. /tmp/ccjrTsL7.o -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_webview-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lstdc++ -lm -lgcc_s -lgcc -lpthread -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement