Advertisement
Guest User

Untitled

a guest
Oct 12th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.66 KB | None | 0 0
  1. [ 86%] Building CXX object Source/Core/UICommon/CMakeFiles/uicommon.dir/UICommon.cpp.o
  2. [ 86%] Linking CXX static library libuicommon.a
  3. [ 86%] Built target uicommon
  4. Scanning dependencies of target Dolphin
  5. [ 86%] Building CXX object Source/Core/DolphinWX/CMakeFiles/Dolphin.dir/ARCodeAddEdit.cpp.o
  6. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  7. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  8. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  9. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  10. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  11. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:20:
  12. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/gdicmn.h:19:
  13. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/list.h:34:
  14. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/vector.h:31:
  15. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/scopeguard.h:64:13: error:
  16. cannot use 'try' with exceptions disabled
  17. wxTRY
  18. ^
  19. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/except.h:35:19: note: expanded
  20. from macro 'wxTRY'
  21. #define wxTRY try
  22. ^
  23. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  24. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  25. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  26. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  27. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  28. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  29. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  30. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  31. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  32. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  33. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  34. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:336:5: warning:
  35. expression with side effects will be evaluated despite being used as an
  36. operand to 'typeid' [-Wpotentially-evaluated-expression]
  37. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImpl<T>)
  38. ^
  39. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  40. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  41. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  42. ^
  43. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  44. expanded from macro 'wxTypeId'
  45. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  46. ^
  47. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  48. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  49. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  50. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  51. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  52. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  53. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  54. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  55. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  56. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  57. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  58. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:413:5: warning:
  59. expression with side effects will be evaluated despite being used as an
  60. operand to 'typeid' [-Wpotentially-evaluated-expression]
  61. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImplInt)
  62. ^
  63. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  64. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  65. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  66. ^
  67. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  68. expanded from macro 'wxTypeId'
  69. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  70. ^
  71. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  72. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  73. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  74. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  75. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  76. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  77. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  78. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  79. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  80. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  81. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  82. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:428:5: warning:
  83. expression with side effects will be evaluated despite being used as an
  84. operand to 'typeid' [-Wpotentially-evaluated-expression]
  85. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImplUint)
  86. ^
  87. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  88. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  89. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  90. ^
  91. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  92. expanded from macro 'wxTypeId'
  93. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  94. ^
  95. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  96. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  97. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  98. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  99. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  100. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  101. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  102. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  103. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  104. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  105. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  106. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:502:1: warning:
  107. expression with side effects will be evaluated despite being used as an
  108. operand to 'typeid' [-Wpotentially-evaluated-expression]
  109. WX_ANY_DEFINE_CONVERTIBLE_TYPE_BASE(wxString, wxString, wxAnyConvertString)
  110. ^
  111. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:489:68: note: expanded
  112. from macro 'WX_ANY_DEFINE_CONVERTIBLE_TYPE_BASE'
  113. #define WX_ANY_DEFINE_CONVERTIBLE_TYPE_BASE(T, TYPENAME, CONVFUNC) \
  114. ^
  115. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:465:5: note: expanded from
  116. macro '\
  117. _WX_ANY_DEFINE_CONVERTIBLE_TYPE'
  118. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImpl##TYPENAME) \
  119. ^
  120. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  121. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  122. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  123. ^
  124. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  125. expanded from macro 'wxTypeId'
  126. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  127. ^
  128. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  129. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  130. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  131. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  132. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  133. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  134. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  135. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  136. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  137. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  138. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  139. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:503:1: warning:
  140. expression with side effects will be evaluated despite being used as an
  141. operand to 'typeid' [-Wpotentially-evaluated-expression]
  142. WX_ANY_DEFINE_CONVERTIBLE_TYPE(const char*, ConstCharPtr,
  143. ^
  144. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:486:67: note: expanded
  145. from macro 'WX_ANY_DEFINE_CONVERTIBLE_TYPE'
  146. #define WX_ANY_DEFINE_CONVERTIBLE_TYPE(T, TYPENAME, CONVFUNC, BT) \
  147. ^
  148. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:465:5: note: expanded from
  149. macro '\
  150. _WX_ANY_DEFINE_CONVERTIBLE_TYPE'
  151. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImpl##TYPENAME) \
  152. ^
  153. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  154. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  155. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  156. ^
  157. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  158. expanded from macro 'wxTypeId'
  159. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  160. ^
  161. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  162. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  163. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  164. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  165. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  166. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  167. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  168. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  169. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  170. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  171. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  172. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:505:1: warning:
  173. expression with side effects will be evaluated despite being used as an
  174. operand to 'typeid' [-Wpotentially-evaluated-expression]
  175. WX_ANY_DEFINE_CONVERTIBLE_TYPE(const wchar_t*, ConstWchar_tPtr,
  176. ^
  177. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:486:67: note: expanded
  178. from macro 'WX_ANY_DEFINE_CONVERTIBLE_TYPE'
  179. #define WX_ANY_DEFINE_CONVERTIBLE_TYPE(T, TYPENAME, CONVFUNC, BT) \
  180. ^
  181. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:465:5: note: expanded from
  182. macro '\
  183. _WX_ANY_DEFINE_CONVERTIBLE_TYPE'
  184. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImpl##TYPENAME) \
  185. ^
  186. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  187. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  188. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  189. ^
  190. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  191. expanded from macro 'wxTypeId'
  192. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  193. ^
  194. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  195. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  196. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  197. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  198. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  199. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  200. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  201. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  202. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  203. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  204. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  205. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:515:5: warning:
  206. expression with side effects will be evaluated despite being used as an
  207. operand to 'typeid' [-Wpotentially-evaluated-expression]
  208. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImpl<bool>)
  209. ^
  210. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  211. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  212. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  213. ^
  214. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  215. expanded from macro 'wxTypeId'
  216. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  217. ^
  218. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  219. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  220. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  221. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  222. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  223. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  224. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  225. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  226. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  227. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  228. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  229. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:532:5: warning:
  230. expression with side effects will be evaluated despite being used as an
  231. operand to 'typeid' [-Wpotentially-evaluated-expression]
  232. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImplDouble)
  233. ^
  234. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  235. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  236. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  237. ^
  238. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  239. expanded from macro 'wxTypeId'
  240. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  241. ^
  242. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  243. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  244. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  245. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  246. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  247. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  248. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  249. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  250. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  251. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  252. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  253. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:586:5: warning:
  254. expression with side effects will be evaluated despite being used as an
  255. operand to 'typeid' [-Wpotentially-evaluated-expression]
  256. wxDECLARE_ANY_TYPE(wxDateTime, WXDLLIMPEXP_BASE)
  257. ^
  258. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:560:5: note: expanded from
  259. macro 'wxDECLARE_ANY_TYPE'
  260. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImpl<CLS>) \
  261. ^
  262. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  263. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  264. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  265. ^
  266. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  267. expanded from macro 'wxTypeId'
  268. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  269. ^
  270. In file included from /Users/nelsonliu/Downloads/dolphin-master NON TPP/Source/Core/DolphinWX/ARCodeAddEdit.cpp:10:
  271. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/dialog.h:14:
  272. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/toplevel.h:20:
  273. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/nonownedwnd.h:14:
  274. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/window.h:18:
  275. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/event.h:21:
  276. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/cursor.h:60:
  277. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/osx/cursor.h:14:
  278. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/bitmap.h:20:
  279. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/colour.h:55:
  280. In file included from /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/variant.h:401:
  281. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:611:5: warning:
  282. expression with side effects will be evaluated despite being used as an
  283. operand to 'typeid' [-Wpotentially-evaluated-expression]
  284. WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImplVariantData)
  285. ^
  286. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/any.h:167:25: note: expanded
  287. from macro 'WX_DECLARE_ANY_VALUE_TYPE'
  288. return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
  289. ^
  290. /usr/local/Cellar/wxmac/3.0.2/include/wx-3.0/wx/typeinfo.h:84:47: note:
  291. expanded from macro 'wxTypeId'
  292. #define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
  293. ^
  294. 10 warnings and 1 error generated.
  295. make[2]: *** [Source/Core/DolphinWX/CMakeFiles/Dolphin.dir/ARCodeAddEdit.cpp.o] Error 1
  296. make[1]: *** [Source/Core/DolphinWX/CMakeFiles/Dolphin.dir/all] Error 2
  297. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement