Advertisement
Guest User

build for new version of lib32-qt4 package

a guest
Feb 19th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.71 KB | None | 0 0
  1. tCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  2. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  3. ^~~~~~~~~~~~~~
  4. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  5. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  6. from ../../WebCore/config.h:153,
  7. from Api/qwebframe.cpp:21:
  8. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  9. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  10. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  11. ^
  12. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  13. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  14. ^~~~~~~~~~~~~~
  15. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  16. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  17. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  18. ^
  19. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  20. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  21. ^~~~~~~~~~~~~~
  22. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  23. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  24. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  25. ^
  26. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  27. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  28. ^~~~~~~~~~~~~~
  29. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  30. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  31. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  32. ^
  33. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  34. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  35. ^~~~~~~~~~~~~~
  36. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  37. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  38. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  39. ^
  40. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  41. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  42. ^~~~~~~~~~~~~~
  43. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  44. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  45. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  46. ^
  47. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  48. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  49. ^~~~~~~~~~~~~~
  50. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  51. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  52. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  53. from ../../WebCore/platform/text/PlatformString.h:28,
  54. from ../../WebCore/dom/DocumentMarker.h:26,
  55. from ../../WebCore/editing/Editor.h:31,
  56. from ../../WebCore/page/Frame.h:33,
  57. from ../../WebCore/page/FrameView.h:28,
  58. from WebCoreSupport/PageClientQt.h:24,
  59. from WebCoreSupport/PageClientQt.cpp:23:
  60. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  61. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  62. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  63. ../../WebCore/page/FrameTree.h:37:29: required from here
  64. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  65. delete static_cast<T*>(this);
  66. ^~~~~~
  67. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  68. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  69. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  70. ^
  71. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  72. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  73. ^~~~~~~~~~~~~~
  74. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  75. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  76. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  77. ^
  78. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  79. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  80. ^~~~~~~~~~~~~~
  81. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  82. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  83. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  84. ^
  85. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  86. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  87. ^~~~~~~~~~~~~~
  88. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  89. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  90. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  91. ^
  92. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  93. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  94. ^~~~~~~~~~~~~~
  95. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  96. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  97. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  98. ^
  99. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  100. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  101. ^~~~~~~~~~~~~~
  102. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  103. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  104. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  105. ^
  106. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  107. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  108. ^~~~~~~~~~~~~~
  109. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  110. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  111. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  112. ^
  113. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  114. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  115. ^~~~~~~~~~~~~~
  116. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  117. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  118. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  119. ^
  120. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  121. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  122. ^~~~~~~~~~~~~~
  123. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  124. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  125. from ../../WebCore/config.h:153,
  126. from Api/qwebpage.cpp:22:
  127. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  128. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  129. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  130. ^
  131. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  132. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  133. ^~~~~~~~~~~~~~
  134. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  135. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  136. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  137. ^
  138. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  139. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  140. ^~~~~~~~~~~~~~
  141. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  142. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  143. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  144. ^
  145. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  146. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  147. ^~~~~~~~~~~~~~
  148. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  149. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  150. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  151. ^
  152. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  153. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  154. ^~~~~~~~~~~~~~
  155. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  156. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  157. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  158. ^
  159. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  160. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  161. ^~~~~~~~~~~~~~
  162. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  163. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  164. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  165. ^
  166. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  167. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  168. ^~~~~~~~~~~~~~
  169. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  170. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  171. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  172. ^
  173. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  174. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  175. ^~~~~~~~~~~~~~
  176. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  177. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  178. from ../../WebCore/config.h:153,
  179. from Api/qgraphicswebview.cpp:21:
  180. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  181. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  182. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  183. ^
  184. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  185. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  186. ^~~~~~~~~~~~~~
  187. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  188. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  189. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  190. ^
  191. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  192. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  193. ^~~~~~~~~~~~~~
  194. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  195. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  196. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  197. ^
  198. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  199. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  200. ^~~~~~~~~~~~~~
  201. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  202. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  203. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  204. ^
  205. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  206. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  207. ^~~~~~~~~~~~~~
  208. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  209. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  210. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  211. ^
  212. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  213. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  214. ^~~~~~~~~~~~~~
  215. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  216. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  217. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  218. ^
  219. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  220. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  221. ^~~~~~~~~~~~~~
  222. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  223. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  224. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  225. ^
  226. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  227. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  228. ^~~~~~~~~~~~~~
  229. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  230. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  231. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  232. ^
  233. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  234. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  235. ^~~~~~~~~~~~~~
  236. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  237. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  238. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  239. ^
  240. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  241. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  242. ^~~~~~~~~~~~~~
  243. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  244. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  245. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  246. ^
  247. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  248. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  249. ^~~~~~~~~~~~~~
  250. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  251. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  252. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  253. ^
  254. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  255. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  256. ^~~~~~~~~~~~~~
  257. compiling Api/qwebview.cpp
  258. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  259. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  260. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  261. ^
  262. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  263. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  264. ^~~~~~~~~~~~~~
  265. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  266. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  267. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  268. ^
  269. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  270. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  271. ^~~~~~~~~~~~~~
  272. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  273. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  274. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  275. ^
  276. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  277. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  278. ^~~~~~~~~~~~~~
  279. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  280. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  281. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  282. ^
  283. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  284. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  285. ^~~~~~~~~~~~~~
  286. In file included from ../../JavaScriptCore/wtf/PassRefPtr.h:25:0,
  287. from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:35,
  288. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  289. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  290. from ../../WebCore/platform/text/PlatformString.h:28,
  291. from ../../WebCore/page/Page.h:26,
  292. from Api/qwebview.cpp:25:
  293. ../../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++11-compat]
  294. extern std::nullptr_t nullptr;
  295. ^~~~~~
  296. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  297. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  298. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  299. ^
  300. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  301. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  302. ^~~~~~~~~~~~~~
  303. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  304. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  305. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  306. ^
  307. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  308. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  309. ^~~~~~~~~~~~~~
  310. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  311. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  312. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  313. ^
  314. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  315. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  316. ^~~~~~~~~~~~~~
  317. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  318. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  319. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  320. ^
  321. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  322. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  323. ^~~~~~~~~~~~~~
  324. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  325. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  326. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  327. ^
  328. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  329. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  330. ^~~~~~~~~~~~~~
  331. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  332. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  333. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  334. ^
  335. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  336. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  337. ^~~~~~~~~~~~~~
  338. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  339. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  340. from ../../WebCore/config.h:153,
  341. from Api/qwebview.cpp:22:
  342. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  343. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  344. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  345. ^
  346. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  347. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  348. ^~~~~~~~~~~~~~
  349. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  350. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  351. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  352. ^
  353. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  354. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  355. ^~~~~~~~~~~~~~
  356. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  357. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  358. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  359. ^
  360. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  361. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  362. ^~~~~~~~~~~~~~
  363. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  364. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  365. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  366. ^
  367. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  368. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  369. ^~~~~~~~~~~~~~
  370. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  371. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  372. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  373. ^
  374. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  375. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  376. ^~~~~~~~~~~~~~
  377. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  378. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  379. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  380. ^
  381. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  382. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  383. ^~~~~~~~~~~~~~
  384. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  385. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  386. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  387. ^
  388. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  389. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  390. ^~~~~~~~~~~~~~
  391. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  392. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  393. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  394. ^
  395. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  396. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  397. ^~~~~~~~~~~~~~
  398. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  399. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  400. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  401. ^
  402. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  403. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  404. ^~~~~~~~~~~~~~
  405. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  406. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  407. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  408. ^
  409. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  410. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  411. ^~~~~~~~~~~~~~
  412. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  413. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  414. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  415. ^
  416. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  417. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  418. ^~~~~~~~~~~~~~
  419. compiling WebCoreSupport/FrameLoaderClientQt.cpp
  420. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  421. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  422. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  423. from ../../WebCore/platform/text/PlatformString.h:28,
  424. from ../../WebCore/platform/KURL.h:29,
  425. from Api/qwebpage_p.h:35,
  426. from Api/qwebframe_p.h:25,
  427. from Api/qgraphicswebview.cpp:27:
  428. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  429. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  430. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  431. ../../WebCore/page/FrameTree.h:37:29: required from here
  432. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  433. delete static_cast<T*>(this);
  434. ^~~~~~
  435. In file included from ../../JavaScriptCore/wtf/PassRefPtr.h:25:0,
  436. from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:35,
  437. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  438. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  439. from ../../WebCore/platform/text/PlatformString.h:28,
  440. from ../../WebCore/dom/DocumentMarker.h:26,
  441. from ../../WebCore/editing/Editor.h:31,
  442. from ../../WebCore/page/Frame.h:33,
  443. from WebCoreSupport/FrameLoaderClientQt.h:34,
  444. from WebCoreSupport/FrameLoaderClientQt.cpp:34:
  445. ../../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++11-compat]
  446. extern std::nullptr_t nullptr;
  447. ^~~~~~
  448. In file included from ../../JavaScriptCore/runtime/DateInstanceCache.h:32:0,
  449. from ../../JavaScriptCore/runtime/JSGlobalData.h:34,
  450. from ../../JavaScriptCore/interpreter/CallFrame.h:26,
  451. from ../../JavaScriptCore/runtime/JSString.h:26,
  452. from ../../WebCore/bridge/jsc/BridgeJSC.h:33,
  453. from Api/qwebframe.cpp:25:
  454. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  455. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  456. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  457. ../../WebCore/page/FrameTree.h:37:29: required from here
  458. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  459. delete static_cast<T*>(this);
  460. ^~~~~~
  461. compiling WebCoreSupport/InspectorClientQt.cpp
  462. In file included from ../../JavaScriptCore/wtf/OwnPtr.h:25:0,
  463. from ../../JavaScriptCore/wtf/VectorTraits.h:24,
  464. from ../../JavaScriptCore/wtf/Vector.h:29,
  465. from ../../WebCore/inspector/InspectorFrontendClient.h:35,
  466. from ../../WebCore/inspector/InspectorFrontendClientLocal.h:34,
  467. from WebCoreSupport/InspectorClientQt.h:34,
  468. from WebCoreSupport/InspectorClientQt.cpp:32:
  469. ../../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++11-compat]
  470. extern std::nullptr_t nullptr;
  471. ^~~~~~
  472. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  473. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  474. from ../../WebCore/config.h:153,
  475. from WebCoreSupport/FrameLoaderClientQt.cpp:33:
  476. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  477. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  478. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  479. ^
  480. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  481. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  482. ^~~~~~~~~~~~~~
  483. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  484. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  485. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  486. ^
  487. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  488. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  489. ^~~~~~~~~~~~~~
  490. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  491. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  492. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  493. ^
  494. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  495. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  496. ^~~~~~~~~~~~~~
  497. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  498. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  499. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  500. ^
  501. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  502. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  503. ^~~~~~~~~~~~~~
  504. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  505. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  506. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  507. ^
  508. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  509. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  510. ^~~~~~~~~~~~~~
  511. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  512. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  513. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  514. ^
  515. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  516. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  517. ^~~~~~~~~~~~~~
  518. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  519. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  520. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  521. ^
  522. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  523. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  524. ^~~~~~~~~~~~~~
  525. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  526. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  527. from ../../WebCore/config.h:153,
  528. from WebCoreSupport/InspectorClientQt.cpp:31:
  529. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  530. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  531. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  532. ^
  533. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  534. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  535. ^~~~~~~~~~~~~~
  536. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  537. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  538. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  539. ^
  540. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  541. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  542. ^~~~~~~~~~~~~~
  543. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  544. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  545. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  546. ^
  547. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  548. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  549. ^~~~~~~~~~~~~~
  550. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  551. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  552. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  553. ^
  554. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  555. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  556. ^~~~~~~~~~~~~~
  557. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  558. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  559. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  560. ^
  561. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  562. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  563. ^~~~~~~~~~~~~~
  564. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  565. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  566. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  567. ^
  568. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  569. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  570. ^~~~~~~~~~~~~~
  571. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  572. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  573. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  574. ^
  575. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  576. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  577. ^~~~~~~~~~~~~~
  578. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  579. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  580. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  581. ^
  582. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  583. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  584. ^~~~~~~~~~~~~~
  585. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  586. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  587. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  588. ^
  589. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  590. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  591. ^~~~~~~~~~~~~~
  592. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  593. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  594. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  595. ^
  596. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  597. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  598. ^~~~~~~~~~~~~~
  599. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  600. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  601. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  602. ^
  603. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  604. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  605. ^~~~~~~~~~~~~~
  606. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  607. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  608. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  609. ^
  610. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  611. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  612. ^~~~~~~~~~~~~~
  613. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  614. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  615. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  616. ^
  617. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  618. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  619. ^~~~~~~~~~~~~~
  620. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  621. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  622. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  623. ^
  624. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  625. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  626. ^~~~~~~~~~~~~~
  627. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  628. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  629. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  630. ^
  631. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  632. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  633. ^~~~~~~~~~~~~~
  634. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  635. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  636. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  637. ^
  638. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  639. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  640. ^~~~~~~~~~~~~~
  641. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  642. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  643. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  644. ^
  645. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  646. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  647. ^~~~~~~~~~~~~~
  648. compiling WebCoreSupport/NotificationPresenterClientQt.cpp
  649. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  650. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  651. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  652. ^
  653. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  654. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  655. ^~~~~~~~~~~~~~
  656. In file included from ../../JavaScriptCore/wtf/PassRefPtr.h:25:0,
  657. from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:35,
  658. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  659. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  660. from ../../WebCore/platform/text/PlatformString.h:28,
  661. from ../../WebCore/loader/cache/CachedResource.h:28,
  662. from ../../WebCore/loader/cache/CachedResourceHandle.h:29,
  663. from ../../WebCore/dom/Clipboard.h:27,
  664. from ../../WebCore/dom/Event.h:27,
  665. from ../../WebCore/notifications/Notification.h:36,
  666. from WebCoreSupport/NotificationPresenterClientQt.h:35,
  667. from WebCoreSupport/NotificationPresenterClientQt.cpp:33:
  668. ../../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++11-compat]
  669. extern std::nullptr_t nullptr;
  670. ^~~~~~
  671. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  672. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  673. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  674. from ../../WebCore/platform/text/PlatformString.h:28,
  675. from ../../WebCore/platform/KURL.h:29,
  676. from Api/qwebpage_p.h:35,
  677. from Api/qwebpage.cpp:27:
  678. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  679. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  680. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  681. ../../WebCore/page/FrameTree.h:37:29: required from here
  682. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  683. delete static_cast<T*>(this);
  684. ^~~~~~
  685. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  686. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  687. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  688. ^
  689. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  690. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  691. ^~~~~~~~~~~~~~
  692. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  693. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  694. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  695. ^
  696. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  697. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  698. ^~~~~~~~~~~~~~
  699. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  700. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  701. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  702. ^
  703. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  704. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  705. ^~~~~~~~~~~~~~
  706. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  707. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  708. from ../../WebCore/config.h:153,
  709. from WebCoreSupport/NotificationPresenterClientQt.cpp:32:
  710. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  711. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  712. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  713. ^
  714. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  715. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  716. ^~~~~~~~~~~~~~
  717. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  718. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  719. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  720. ^
  721. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  722. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  723. ^~~~~~~~~~~~~~
  724. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  725. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  726. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  727. ^
  728. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  729. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  730. ^~~~~~~~~~~~~~
  731. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  732. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  733. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  734. ^
  735. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  736. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  737. ^~~~~~~~~~~~~~
  738. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  739. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  740. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  741. ^
  742. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  743. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  744. ^~~~~~~~~~~~~~
  745. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  746. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  747. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  748. ^
  749. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  750. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  751. ^~~~~~~~~~~~~~
  752. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  753. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  754. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  755. ^
  756. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  757. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  758. ^~~~~~~~~~~~~~
  759. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  760. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  761. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  762. ^
  763. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  764. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  765. ^~~~~~~~~~~~~~
  766. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  767. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  768. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  769. ^
  770. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  771. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  772. ^~~~~~~~~~~~~~
  773. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  774. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  775. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  776. ^
  777. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  778. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  779. ^~~~~~~~~~~~~~
  780. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  781. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  782. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  783. ^
  784. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  785. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  786. ^~~~~~~~~~~~~~
  787. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  788. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  789. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  790. ^
  791. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  792. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  793. ^~~~~~~~~~~~~~
  794. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  795. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  796. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  797. ^
  798. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  799. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  800. ^~~~~~~~~~~~~~
  801. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  802. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  803. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  804. ^
  805. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  806. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  807. ^~~~~~~~~~~~~~
  808. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  809. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  810. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  811. from ../../WebCore/platform/text/PlatformString.h:28,
  812. from ../../WebCore/dom/DocumentMarker.h:26,
  813. from ../../WebCore/editing/Editor.h:31,
  814. from ../../WebCore/page/Frame.h:33,
  815. from WebCoreSupport/InspectorClientQt.cpp:34:
  816. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  817. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  818. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  819. ../../WebCore/page/FrameTree.h:37:29: required from here
  820. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  821. delete static_cast<T*>(this);
  822. ^~~~~~
  823. compiling WebCoreSupport/PopupMenuQt.cpp
  824. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  825. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  826. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  827. from ../../WebCore/platform/text/PlatformString.h:28,
  828. from ../../WebCore/dom/DocumentMarker.h:26,
  829. from ../../WebCore/editing/Editor.h:31,
  830. from ../../WebCore/page/Frame.h:33,
  831. from WebCoreSupport/FrameLoaderClientQt.h:34,
  832. from WebCoreSupport/FrameLoaderClientQt.cpp:34:
  833. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  834. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  835. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  836. ../../WebCore/page/FrameTree.h:37:29: required from here
  837. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  838. delete static_cast<T*>(this);
  839. ^~~~~~
  840. In file included from ../../JavaScriptCore/wtf/OwnPtr.h:25:0,
  841. from ../../JavaScriptCore/wtf/VectorTraits.h:24,
  842. from ../../JavaScriptCore/wtf/Vector.h:29,
  843. from ../../WebCore/platform/graphics/IntRect.h:30,
  844. from ../../WebCore/accessibility/AccessibilityObject.h:33,
  845. from ../../WebCore/accessibility/AXObjectCache.h:29,
  846. from ../../WebCore/page/ChromeClient.h:24,
  847. from WebCoreSupport/ChromeClientQt.h:32,
  848. from WebCoreSupport/PopupMenuQt.cpp:29:
  849. ../../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++11-compat]
  850. extern std::nullptr_t nullptr;
  851. ^~~~~~
  852. compiling WebCoreSupport/IconDatabaseClientQt.cpp
  853. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  854. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  855. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  856. from ../../WebCore/platform/text/PlatformString.h:28,
  857. from ../../WebCore/loader/cache/CachedResource.h:28,
  858. from ../../WebCore/loader/cache/CachedResourceHandle.h:29,
  859. from ../../WebCore/dom/Clipboard.h:27,
  860. from ../../WebCore/dom/Event.h:27,
  861. from ../../WebCore/notifications/Notification.h:36,
  862. from WebCoreSupport/NotificationPresenterClientQt.h:35,
  863. from WebCoreSupport/NotificationPresenterClientQt.cpp:33:
  864. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  865. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  866. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  867. ../../WebCore/page/FrameTree.h:37:29: required from here
  868. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  869. delete static_cast<T*>(this);
  870. ^~~~~~
  871. In file included from ../../JavaScriptCore/wtf/PassRefPtr.h:25:0,
  872. from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:35,
  873. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  874. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  875. from ../../WebCore/platform/text/PlatformString.h:28,
  876. from ../../WebCore/dom/DocumentMarker.h:26,
  877. from ../../WebCore/editing/Editor.h:31,
  878. from ../../WebCore/page/Frame.h:33,
  879. from WebCoreSupport/FrameLoaderClientQt.h:34,
  880. from WebCoreSupport/IconDatabaseClientQt.cpp:31:
  881. ../../JavaScriptCore/wtf/NullPtr.h:48:1: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++11-compat]
  882. extern std::nullptr_t nullptr;
  883. ^~~~~~
  884. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  885. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  886. from ../../WebCore/config.h:153,
  887. from WebCoreSupport/PopupMenuQt.cpp:26:
  888. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  889. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  890. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  891. ^
  892. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  893. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  894. ^~~~~~~~~~~~~~
  895. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  896. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  897. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  898. ^
  899. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  900. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  901. ^~~~~~~~~~~~~~
  902. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  903. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  904. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  905. ^
  906. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  907. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  908. ^~~~~~~~~~~~~~
  909. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  910. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  911. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  912. ^
  913. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  914. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  915. ^~~~~~~~~~~~~~
  916. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  917. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  918. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  919. ^
  920. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  921. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  922. ^~~~~~~~~~~~~~
  923. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  924. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  925. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  926. ^
  927. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  928. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  929. ^~~~~~~~~~~~~~
  930. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  931. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  932. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  933. ^
  934. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  935. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  936. ^~~~~~~~~~~~~~
  937. In file included from ../../JavaScriptCore/wtf/PossiblyNull.h:29:0,
  938. from ../../JavaScriptCore/wtf/FastMalloc.h:25,
  939. from ../../WebCore/config.h:153,
  940. from WebCoreSupport/IconDatabaseClientQt.cpp:28:
  941. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘TO WTF::bitwise_cast(FROM)’:
  942. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyWTF_bitwise_cast_sizeof_casted_types_is_equal’ locally defined but not used [-Wunused-local-typedefs]
  943. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  944. ^
  945. ../../JavaScriptCore/wtf/StdLibExtras.h:96:5: note: in expansion of macro ‘COMPILE_ASSERT’
  946. COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
  947. ^~~~~~~~~~~~~~
  948. ../../JavaScriptCore/wtf/StdLibExtras.h: In function ‘size_t WTF::roundUpToMultipleOf(size_t)’:
  949. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummydivisor_is_a_power_of_two’ locally defined but not used [-Wunused-local-typedefs]
  950. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  951. ^
  952. ../../JavaScriptCore/wtf/StdLibExtras.h:120:5: note: in expansion of macro ‘COMPILE_ASSERT’
  953. COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
  954. ^~~~~~~~~~~~~~
  955. ../../JavaScriptCore/wtf/StringHasher.h: In static member function ‘static unsigned int WTF::StringHasher::hashMemory(const void*)’:
  956. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummylength_must_be_a_multible_of_four’ locally defined but not used [-Wunused-local-typedefs]
  957. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  958. ^
  959. ../../JavaScriptCore/wtf/StringHasher.h:140:9: note: in expansion of macro ‘COMPILE_ASSERT’
  960. COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four);
  961. ^~~~~~~~~~~~~~
  962. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  963. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  964. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  965. ^
  966. ../../JavaScriptCore/wtf/OwnPtr.h:87:66: note: in expansion of macro ‘COMPILE_ASSERT’
  967. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  968. ^~~~~~~~~~~~~~
  969. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  970. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  971. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  972. ^
  973. ../../JavaScriptCore/wtf/OwnPtr.h:88:66: note: in expansion of macro ‘COMPILE_ASSERT’
  974. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  975. ^~~~~~~~~~~~~~
  976. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  977. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  978. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  979. ^
  980. ../../JavaScriptCore/wtf/OwnPtr.h:89:70: note: in expansion of macro ‘COMPILE_ASSERT’
  981. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  982. ^~~~~~~~~~~~~~
  983. ../../JavaScriptCore/wtf/OwnPtr.h: In member function ‘bool WTF::OwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  984. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  985. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  986. ^
  987. ../../JavaScriptCore/wtf/OwnPtr.h:90:70: note: in expansion of macro ‘COMPILE_ASSERT’
  988. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  989. ^~~~~~~~~~~~~~
  990. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  991. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  992. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  993. ^
  994. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  995. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  996. ^~~~~~~~~~~~~~
  997. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  998. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  999. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1000. ^
  1001. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  1002. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1003. ^~~~~~~~~~~~~~
  1004. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  1005. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  1006. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1007. ^
  1008. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  1009. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1010. ^~~~~~~~~~~~~~
  1011. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  1012. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  1013. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1014. ^
  1015. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  1016. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1017. ^~~~~~~~~~~~~~
  1018. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::PassOwnPtr<U>&)’:
  1019. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  1020. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1021. ^
  1022. ../../JavaScriptCore/wtf/PassOwnPtr.h:95:70: note: in expansion of macro ‘COMPILE_ASSERT’
  1023. template<typename U> bool operator==(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1024. ^~~~~~~~~~~~~~
  1025. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::PassOwnPtr<U>&)’:
  1026. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  1027. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1028. ^
  1029. ../../JavaScriptCore/wtf/PassOwnPtr.h:96:70: note: in expansion of macro ‘COMPILE_ASSERT’
  1030. template<typename U> bool operator!=(const PassOwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1031. ^~~~~~~~~~~~~~
  1032. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator==(const WTF::OwnPtr<U>&)’:
  1033. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  1034. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1035. ^
  1036. ../../JavaScriptCore/wtf/PassOwnPtr.h:97:66: note: in expansion of macro ‘COMPILE_ASSERT’
  1037. template<typename U> bool operator==(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1038. ^~~~~~~~~~~~~~
  1039. ../../JavaScriptCore/wtf/PassOwnPtr.h: In member function ‘bool WTF::PassOwnPtr<T>::operator!=(const WTF::OwnPtr<U>&)’:
  1040. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyOwnPtrs_should_never_be_equal’ locally defined but not used [-Wunused-local-typedefs]
  1041. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1042. ^
  1043. ../../JavaScriptCore/wtf/PassOwnPtr.h:98:66: note: in expansion of macro ‘COMPILE_ASSERT’
  1044. template<typename U> bool operator!=(const OwnPtr<U>&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
  1045. ^~~~~~~~~~~~~~
  1046. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  1047. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  1048. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1049. ^
  1050. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  1051. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  1052. ^~~~~~~~~~~~~~
  1053. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  1054. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  1055. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1056. ^
  1057. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  1058. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  1059. ^~~~~~~~~~~~~~
  1060. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  1061. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  1062. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1063. ^
  1064. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  1065. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  1066. ^~~~~~~~~~~~~~
  1067. ../../JavaScriptCore/runtime/JSVariableObject.h: In constructor ‘JSC::JSVariableObject::JSVariableObject(JSC::JSGlobalData&, JSC::Structure*, JSC::SymbolTable*, JSC::Register*)’:
  1068. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyRegister_should_be_same_size_as_WriteBarrier’ locally defined but not used [-Wunused-local-typedefs]
  1069. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1070. ^
  1071. ../../JavaScriptCore/runtime/JSVariableObject.h:75:13: note: in expansion of macro ‘COMPILE_ASSERT’
  1072. COMPILE_ASSERT(sizeof(WriteBarrier<Unknown>) == sizeof(Register), Register_should_be_same_size_as_WriteBarrier);
  1073. ^~~~~~~~~~~~~~
  1074. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*)’:
  1075. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  1076. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1077. ^
  1078. ../../JavaScriptCore/runtime/JSGlobalObject.h:127:13: note: in expansion of macro ‘COMPILE_ASSERT’
  1079. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  1080. ^~~~~~~~~~~~~~
  1081. ../../JavaScriptCore/runtime/JSGlobalObject.h: In constructor ‘JSC::JSGlobalObject::JSGlobalObject(JSC::JSGlobalData&, JSC::Structure*, JSC::JSObject*)’:
  1082. ../../JavaScriptCore/wtf/Assertions.h:326:47: warning: typedef ‘dummyJSGlobalObject_has_only_a_single_slot’ locally defined but not used [-Wunused-local-typedefs]
  1083. #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  1084. ^
  1085. ../../JavaScriptCore/runtime/JSGlobalObject.h:140:13: note: in expansion of macro ‘COMPILE_ASSERT’
  1086. COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
  1087. ^~~~~~~~~~~~~~
  1088. compiling .moc/release-shared/moc_qwebkitplatformplugin.cpp
  1089. In file included from ../../JavaScriptCore/wtf/CrossThreadRefCounted.h:36:0,
  1090. from ../../JavaScriptCore/wtf/text/StringImpl.h:28,
  1091. from ../../JavaScriptCore/wtf/text/WTFString.h:28,
  1092. from ../../WebCore/platform/text/PlatformString.h:28,
  1093. from ../../WebCore/dom/DocumentMarker.h:26,
  1094. from ../../WebCore/editing/Editor.h:31,
  1095. from ../../WebCore/page/Frame.h:33,
  1096. from WebCoreSupport/FrameLoaderClientQt.h:34,
  1097. from WebCoreSupport/IconDatabaseClientQt.cpp:31:
  1098. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  1099. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  1100. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  1101. ../../WebCore/page/FrameTree.h:37:29: required from here
  1102. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  1103. delete static_cast<T*>(this);
  1104. ^~~~~~
  1105. compiling .moc/release-shared/moc_qwebhistoryinterface.cpp
  1106. In file included from ../../WebCore/platform/PopupMenu.h:24:0,
  1107. from WebCoreSupport/PopupMenuQt.h:23,
  1108. from WebCoreSupport/PopupMenuQt.cpp:27:
  1109. ../../JavaScriptCore/wtf/RefCounted.h: In instantiation of ‘void WTF::RefCounted<T>::deref() [with T = WebCore::Frame]’:
  1110. ../../JavaScriptCore/wtf/PassRefPtr.h:59:13: required from ‘void WTF::derefIfNotNull(T*) [with T = WebCore::Frame]’
  1111. ../../JavaScriptCore/wtf/RefPtr.h:58:49: required from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebCore::Frame]’
  1112. ../../WebCore/page/FrameTree.h:37:29: required from here
  1113. ../../JavaScriptCore/wtf/RefCounted.h:141:13: warning: deleting object of polymorphic class type ‘WebCore::Frame’ which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
  1114. delete static_cast<T*>(this);
  1115. ^~~~~~
  1116. compiling .moc/release-shared/moc_qwebpluginfactory.cpp
  1117. compiling .moc/release-shared/moc_qwebinspector.cpp
  1118. compiling .moc/release-shared/moc_qwebplugindatabase_p.cpp
  1119. compiling .moc/release-shared/moc_InspectorServerQt.cpp
  1120. compiling .moc/release-shared/moc_QtFallbackWebPopup.cpp
  1121. compiling .rcc/release-shared/qrc_WebCore.cpp
  1122. compiling .rcc/release-shared/qrc_WebKit.cpp
  1123. compiling .rcc/release-shared/qrc_InspectorBackendStub.cpp
  1124. rm -f libQtWebKit.so.4.10.4 libQtWebKit.so libQtWebKit.so.4 libQtWebKit.so.4.10
  1125. linking ../../../../../../lib/libQtWebKit.so.4.10.4
  1126. ln -s libQtWebKit.so.4.10.4 libQtWebKit.so
  1127. ln -s libQtWebKit.so.4.10.4 libQtWebKit.so.4
  1128. ln -s libQtWebKit.so.4.10.4 libQtWebKit.so.4.10
  1129. rm -f ../../../../../../lib/libQtWebKit.so.4.10.4
  1130. rm -f ../../../../../../lib/libQtWebKit.so
  1131. rm -f ../../../../../../lib/libQtWebKit.so.4
  1132. rm -f ../../../../../../lib/libQtWebKit.so.4.10
  1133. mv -f libQtWebKit.so.4.10.4 libQtWebKit.so libQtWebKit.so.4 libQtWebKit.so.4.10 ../../../../../../lib/
  1134. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt'
  1135. cd WebKit/qt/declarative/ && make -f Makefile.WebKit
  1136. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/declarative'
  1137. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../../../../mkspecs/linux-g++-32 -o Makefile.WebKit declarative.pro
  1138. cp -f qmldir ../../../../../../../imports/QtWebKit/qmldir
  1139. compiling qdeclarativewebview.cpp
  1140. moc plugin.cpp
  1141. moc qdeclarativewebview_p.h
  1142. compiling plugin.cpp
  1143. compiling .moc/release-shared/moc_qdeclarativewebview_p.cpp
  1144. rm -f libqmlwebkitplugin.so
  1145. linking ../../../../../../../imports/QtWebKit/libqmlwebkitplugin.so
  1146. mv -f libqmlwebkitplugin.so ../../../../../../../imports/QtWebKit/
  1147. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/declarative'
  1148. cd WebKit/qt/tests/ && make -f Makefile.WebKit
  1149. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests'
  1150. cd qwebframe/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebframe/qwebframe.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1151. cd qwebpage/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebpage/qwebpage.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1152. cd qwebelement/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebelement/qwebelement.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1153. cd qgraphicswebview/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qgraphicswebview/qgraphicswebview.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1154. cd qwebhistoryinterface/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1155. cd qwebview/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebview/qwebview.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1156. cd qwebhistory/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistory/qwebhistory.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1157. cd qwebinspector/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebinspector/qwebinspector.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1158. cd hybridPixmap/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1159. cd MIMESniffing/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/MIMESniffing/MIMESniffing.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1160. cd qdeclarativewebview/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qdeclarativewebview/qdeclarativewebview.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1161. cd benchmarks/painting/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/benchmarks/painting/painting.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1162. cd qwebframe/ && make -f Makefile.WebKit
  1163. cd qwebpage/ && make -f Makefile.WebKit
  1164. cd benchmarks/loading/ && /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/benchmarks/loading/loading.pro -spec /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++-32 -o Makefile.WebKit
  1165. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebframe'
  1166. moc tst_qwebframe.cpp
  1167. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebpage'
  1168. moc tst_qwebpage.cpp
  1169. cd qwebelement/ && make -f Makefile.WebKit
  1170. rcc tst_qwebframe.qrc
  1171. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebelement'
  1172. compiling .rcc/release-shared/qrc_tst_qwebframe.cpp
  1173. moc tst_qwebelement.cpp
  1174. cd qgraphicswebview/ && make -f Makefile.WebKit
  1175. tst_qwebframe.cpp:68: Warning: Property declaration writeOnlyProperty has no READ accessor function. The property will be invalid.
  1176. rcc tst_qwebpage.qrc
  1177. rcc tst_qwebelement.qrc
  1178. compiling tst_qwebpage.cpp
  1179. compiling .rcc/release-shared/qrc_tst_qwebelement.cpp
  1180. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qgraphicswebview'
  1181. moc tst_qgraphicswebview.cpp
  1182. compiling tst_qwebframe.cpp
  1183. rcc tst_qgraphicswebview.qrc
  1184. compiling .rcc/release-shared/qrc_tst_qgraphicswebview.cpp
  1185. compiling tst_qgraphicswebview.cpp
  1186. compiling tst_qwebelement.cpp
  1187. compiling .rcc/release-shared/qrc_tst_qwebpage.cpp
  1188. cd qwebhistoryinterface/ && make -f Makefile.WebKit
  1189. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistoryinterface'
  1190. moc tst_qwebhistoryinterface.cpp
  1191. compiling tst_qwebhistoryinterface.cpp
  1192. linking tst_qwebhistoryinterface
  1193. linking tst_qgraphicswebview
  1194. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistoryinterface'
  1195. cd qwebview/ && make -f Makefile.WebKit
  1196. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebview'
  1197. moc tst_qwebview.cpp
  1198. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qgraphicswebview'
  1199. cd qwebhistory/ && make -f Makefile.WebKit
  1200. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistory'
  1201. moc tst_qwebhistory.cpp
  1202. rcc tst_qwebview.qrc
  1203. compiling tst_qwebview.cpp
  1204. rcc tst_qwebhistory.qrc
  1205. compiling tst_qwebhistory.cpp
  1206. compiling .rcc/release-shared/qrc_tst_qwebhistory.cpp
  1207. linking tst_qwebhistory
  1208. compiling .rcc/release-shared/qrc_tst_qwebview.cpp
  1209. linking tst_qwebview
  1210. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistory'
  1211. cd qwebinspector/ && make -f Makefile.WebKit
  1212. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebinspector'
  1213. moc tst_qwebinspector.cpp
  1214. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebview'
  1215. cd hybridPixmap/ && make -f Makefile.WebKit
  1216. compiling tst_qwebinspector.cpp
  1217. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/hybridPixmap'
  1218. uic widget.ui
  1219. moc tst_hybridPixmap.cpp
  1220. compiling widget.cpp
  1221. linking tst_qwebelement
  1222. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebelement'
  1223. cd MIMESniffing/ && make -f Makefile.WebKit
  1224. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/MIMESniffing'
  1225. moc tst_MIMESniffing.cpp
  1226. linking tst_qwebinspector
  1227. compiling ../../../../WebCore/platform/network/MIMESniffing.cpp
  1228. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebinspector'
  1229. cd qdeclarativewebview/ && make -f Makefile.WebKit
  1230. ../../../../WebCore/platform/network/MIMESniffing.cpp:312:6: warning: ‘bool {anonymous}::isTypeInList(const char*, const {anonymous}::MagicNumbers*, size_t)’ defined but not used [-Wunused-function]
  1231. bool isTypeInList(const char* type, const MagicNumbers* types, size_t typesCount)
  1232. ^~~~~~~~~~~~
  1233. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qdeclarativewebview'
  1234. moc tst_qdeclarativewebview.cpp
  1235. rcc tst_qdeclarativewebview.qrc
  1236. compiling tst_qdeclarativewebview.cpp
  1237. compiling ../../../../JavaScriptCore/wtf/Assertions.cpp
  1238. rcc resources.qrc
  1239. compiling tst_MIMESniffing.cpp
  1240. moc widget.h
  1241. rcc resources.qrc
  1242. compiling tst_hybridPixmap.cpp
  1243. compiling .rcc/release-shared/qrc_resources.cpp
  1244. compiling .moc/release-shared/moc_widget.cpp
  1245. compiling .rcc/release-shared/qrc_resources.cpp
  1246. linking hybridPixmap
  1247. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/hybridPixmap'
  1248. cd benchmarks/painting/ && make -f Makefile.WebKit
  1249. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/benchmarks/painting'
  1250. moc tst_painting.cpp
  1251. compiling tst_painting.cpp
  1252. compiling .rcc/release-shared/qrc_tst_qdeclarativewebview.cpp
  1253. linking tst_qdeclarativewebview
  1254. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qdeclarativewebview'
  1255. cd benchmarks/loading/ && make -f Makefile.WebKit
  1256. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/benchmarks/loading'
  1257. moc tst_loading.cpp
  1258. linking tst_qwebpage
  1259. compiling tst_loading.cpp
  1260. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebpage'
  1261. linking tst_painting
  1262. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/benchmarks/painting'
  1263. linking tst_loading
  1264. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/benchmarks/loading'
  1265. linking tst_qwebframe
  1266. linking MIMESniffing
  1267. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/MIMESniffing'
  1268. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebframe'
  1269. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source/WebKit/qt/tests'
  1270. make[1]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/3rdparty/webkit/Source'
  1271. cd src/scripttools/ && make -f Makefile
  1272. make[1]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/scripttools'
  1273. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../mkspecs/linux-g++-32 -o Makefile scripttools.pro
  1274. compiling debugging/qscriptdebuggervalue.cpp
  1275. compiling debugging/qscriptdebuggervalueproperty.cpp
  1276. compiling debugging/qscriptdebuggercommand.cpp
  1277. compiling debugging/qscriptdebuggerresponse.cpp
  1278. compiling debugging/qscriptdebuggerevent.cpp
  1279. compiling debugging/qscriptdebuggercommandexecutor.cpp
  1280. compiling debugging/qscriptdebuggercommandschedulerfrontend.cpp
  1281. compiling debugging/qscriptdebuggerbackend.cpp
  1282. compiling debugging/qscriptdebuggeragent.cpp
  1283. compiling debugging/qscriptdebuggerfrontend.cpp
  1284. compiling debugging/qscriptstdmessagehandler.cpp
  1285. compiling debugging/qscriptenginedebuggerfrontend.cpp
  1286. compiling debugging/qscriptdebuggerjob.cpp
  1287. compiling debugging/qscriptdebuggercommandschedulerjob.cpp
  1288. compiling debugging/qscriptvalueproperty.cpp
  1289. compiling debugging/qscriptobjectsnapshot.cpp
  1290. compiling debugging/qscriptscriptdata.cpp
  1291. compiling debugging/qscriptxmlparser.cpp
  1292. compiling debugging/qscriptbreakpointdata.cpp
  1293. moc debugging/qscriptdebugger_p.h
  1294. compiling debugging/qscriptdebuggerconsole.cpp
  1295. compiling debugging/qscriptdebuggerconsolecommand.cpp
  1296. compiling debugging/qscriptdebuggerconsolecommandjob.cpp
  1297. compiling debugging/qscriptdebuggerconsolecommandgroupdata.cpp
  1298. compiling debugging/qscriptdebuggerconsolecommandmanager.cpp
  1299. compiling debugging/qscriptcompletiontaskinterface.cpp
  1300. compiling debugging/qscriptcompletiontask.cpp
  1301. compiling debugging/qscriptdebuggerconsoleglobalobject.cpp
  1302. compiling debugging/qscriptdebuggerscriptedconsolecommand.cpp
  1303. compiling debugging/qscriptedit.cpp
  1304. compiling debugging/qscriptsyntaxhighlighter.cpp
  1305. compiling debugging/qscriptdebuggerconsolewidgetinterface.cpp
  1306. moc debugging/qscriptdebuggerconsolewidget_p.h
  1307. compiling debugging/qscriptdebuggerstackwidgetinterface.cpp
  1308. moc debugging/qscriptdebuggerstackwidget_p.h
  1309. compiling debugging/qscriptdebuggerstackmodel.cpp
  1310. compiling debugging/qscriptdebuggerscriptswidgetinterface.cpp
  1311. moc debugging/qscriptdebuggerscriptswidget_p.h
  1312. compiling debugging/qscriptdebuggerscriptsmodel.cpp
  1313. compiling debugging/qscriptdebuggerlocalswidgetinterface.cpp
  1314. moc debugging/qscriptdebuggerlocalswidget_p.h
  1315. compiling debugging/qscriptdebuggerlocalsmodel.cpp
  1316. compiling debugging/qscriptdebuggercodewidgetinterface.cpp
  1317. moc debugging/qscriptdebuggercodewidget_p.h
  1318. compiling debugging/qscriptdebuggercodeviewinterface.cpp
  1319. moc debugging/qscriptdebuggercodeview_p.h
  1320. compiling debugging/qscriptdebuggercodefinderwidgetinterface.cpp
  1321. moc debugging/qscriptdebuggercodefinderwidget_p.h
  1322. compiling debugging/qscriptdebugoutputwidgetinterface.cpp
  1323. compiling debugging/qscriptdebugoutputwidget.cpp
  1324. compiling debugging/qscriptbreakpointswidgetinterface.cpp
  1325. moc debugging/qscriptbreakpointswidget_p.h
  1326. compiling debugging/qscriptbreakpointsmodel.cpp
  1327. compiling debugging/qscripterrorlogwidgetinterface.cpp
  1328. compiling debugging/qscripterrorlogwidget.cpp
  1329. compiling debugging/qscriptdebuggerstandardwidgetfactory.cpp
  1330. moc debugging/qscriptenginedebugger.h
  1331. moc debugging/qscriptcompletiontaskinterface_p.h
  1332. moc debugging/qscriptcompletiontask_p.h
  1333. moc debugging/qscriptdebuggerconsoleglobalobject_p.h
  1334. moc debugging/qscriptedit_p.h
  1335. moc debugging/qscriptdebuggerconsolewidgetinterface_p.h
  1336. moc debugging/qscriptdebuggerstackwidgetinterface_p.h
  1337. moc debugging/qscriptdebuggerscriptswidgetinterface_p.h
  1338. moc debugging/qscriptdebuggerscriptsmodel_p.h
  1339. moc debugging/qscriptdebuggerlocalswidgetinterface_p.h
  1340. moc debugging/qscriptdebuggerlocalsmodel_p.h
  1341. moc debugging/qscriptdebuggercodewidgetinterface_p.h
  1342. moc debugging/qscriptdebuggercodeviewinterface_p.h
  1343. moc debugging/qscriptdebuggercodefinderwidgetinterface_p.h
  1344. moc debugging/qscriptdebugoutputwidgetinterface_p.h
  1345. moc debugging/qscriptdebugoutputwidget_p.h
  1346. moc debugging/qscriptbreakpointswidgetinterface_p.h
  1347. moc debugging/qscriptbreakpointsmodel_p.h
  1348. moc debugging/qscripterrorlogwidgetinterface_p.h
  1349. moc debugging/qscripterrorlogwidget_p.h
  1350. rcc debugging/scripttools_debugging.qrc
  1351. compiling debugging/qscriptdebugger.cpp
  1352. moc debugging/qscriptdebuggerconsolewidget.cpp
  1353. compiling debugging/qscriptdebuggerstackwidget.cpp
  1354. compiling debugging/qscriptdebuggerscriptswidget.cpp
  1355. moc debugging/qscriptdebuggerlocalswidget.cpp
  1356. compiling debugging/qscriptdebuggercodewidget.cpp
  1357. compiling debugging/qscriptdebuggercodeview.cpp
  1358. compiling debugging/qscriptdebuggercodefinderwidget.cpp
  1359. moc debugging/qscriptbreakpointswidget.cpp
  1360. moc debugging/qscriptenginedebugger.cpp
  1361. compiling .moc/release-shared/moc_qscriptcompletiontaskinterface_p.cpp
  1362. compiling .moc/release-shared/moc_qscriptcompletiontask_p.cpp
  1363. compiling .moc/release-shared/moc_qscriptdebuggerconsoleglobalobject_p.cpp
  1364. compiling .moc/release-shared/moc_qscriptedit_p.cpp
  1365. compiling .moc/release-shared/moc_qscriptdebuggerconsolewidgetinterface_p.cpp
  1366. compiling .moc/release-shared/moc_qscriptdebuggerstackwidgetinterface_p.cpp
  1367. compiling .moc/release-shared/moc_qscriptdebuggerscriptswidgetinterface_p.cpp
  1368. compiling .moc/release-shared/moc_qscriptdebuggerscriptsmodel_p.cpp
  1369. compiling .moc/release-shared/moc_qscriptdebuggerlocalswidgetinterface_p.cpp
  1370. compiling .moc/release-shared/moc_qscriptdebuggerlocalsmodel_p.cpp
  1371. compiling .moc/release-shared/moc_qscriptdebuggercodewidgetinterface_p.cpp
  1372. compiling .moc/release-shared/moc_qscriptdebuggercodeviewinterface_p.cpp
  1373. compiling .moc/release-shared/moc_qscriptdebuggercodefinderwidgetinterface_p.cpp
  1374. compiling .moc/release-shared/moc_qscriptdebugoutputwidgetinterface_p.cpp
  1375. compiling .moc/release-shared/moc_qscriptdebugoutputwidget_p.cpp
  1376. compiling .moc/release-shared/moc_qscriptbreakpointswidgetinterface_p.cpp
  1377. compiling .moc/release-shared/moc_qscriptbreakpointsmodel_p.cpp
  1378. compiling .moc/release-shared/moc_qscripterrorlogwidgetinterface_p.cpp
  1379. compiling .moc/release-shared/moc_qscripterrorlogwidget_p.cpp
  1380. compiling .rcc/release-shared/qrc_scripttools_debugging.cpp
  1381. compiling debugging/qscriptdebuggerconsolewidget.cpp
  1382. compiling debugging/qscriptdebuggerlocalswidget.cpp
  1383. compiling debugging/qscriptbreakpointswidget.cpp
  1384. compiling debugging/qscriptenginedebugger.cpp
  1385. In file included from ../../include/QtCore/qobjectdefs.h:1:0,
  1386. from ../../include/QtCore/../../src/corelib/kernel/qobject.h:47,
  1387. from ../../include/QtCore/qobject.h:1,
  1388. from debugging/qscriptenginedebugger.h:45,
  1389. from debugging/qscriptenginedebugger.cpp:42:
  1390. ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:168:92: warning: ‘visibility’ attribute ignored [-Wattributes]
  1391. Q_DECL_HIDDEN static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);
  1392. ^
  1393. debugging/qscriptenginedebugger.cpp:266:5: note: in expansion of macro ‘Q_OBJECT’
  1394. Q_OBJECT
  1395. ^~~~~~~~
  1396. In file included from ../../include/QtCore/qobjectdefs.h:1:0,
  1397. from ../../include/QtGui/../../src/gui/kernel/qwindowdefs.h:45,
  1398. from ../../include/QtGui/qwindowdefs.h:1,
  1399. from ../../include/QtGui/../../src/gui/kernel/qwidget.h:46,
  1400. from ../../include/QtGui/qwidget.h:1,
  1401. from debugging/qscriptdebuggerconsolewidgetinterface_p.h:56,
  1402. from debugging/qscriptdebuggerconsolewidget_p.h:56,
  1403. from debugging/qscriptdebuggerconsolewidget.cpp:42:
  1404. ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:168:92: warning: ‘visibility’ attribute ignored [-Wattributes]
  1405. Q_DECL_HIDDEN static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);
  1406. ^
  1407. debugging/qscriptdebuggerconsolewidget.cpp:96:5: note: in expansion of macro ‘Q_OBJECT’
  1408. Q_OBJECT
  1409. ^~~~~~~~
  1410. rm -f libQtScriptTools.so.4.8.7 libQtScriptTools.so libQtScriptTools.so.4 libQtScriptTools.so.4.8
  1411. linking ../../lib/libQtScriptTools.so.4.8.7
  1412. ln -s libQtScriptTools.so.4.8.7 libQtScriptTools.so
  1413. ln -s libQtScriptTools.so.4.8.7 libQtScriptTools.so.4
  1414. ln -s libQtScriptTools.so.4.8.7 libQtScriptTools.so.4.8
  1415. rm -f ../../lib/libQtScriptTools.so.4.8.7
  1416. rm -f ../../lib/libQtScriptTools.so
  1417. rm -f ../../lib/libQtScriptTools.so.4
  1418. rm -f ../../lib/libQtScriptTools.so.4.8
  1419. mv -f libQtScriptTools.so.4.8.7 libQtScriptTools.so libQtScriptTools.so.4 libQtScriptTools.so.4.8 ../../lib/
  1420. make[1]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/scripttools'
  1421. cd src/plugins/ && make -f Makefile
  1422. make[1]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins'
  1423. cd sqldrivers/ && make -f Makefile
  1424. cd script/ && make -f Makefile
  1425. cd bearer/ && make -f Makefile
  1426. cd codecs/ && make -f Makefile
  1427. cd imageformats/ && make -f Makefile
  1428. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/script'
  1429. cd qtdbus/ && make -f Makefile
  1430. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/sqldrivers'
  1431. cd sqlite/ && make -f Makefile
  1432. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs'
  1433. cd cn/ && make -f Makefile
  1434. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer'
  1435. cd generic/ && make -f Makefile
  1436. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats'
  1437. cd jpeg/ && make -f Makefile
  1438. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/sqldrivers/sqlite'
  1439. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile sqlite.pro
  1440. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/cn'
  1441. compiling qgb18030codec.cpp
  1442. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer/generic'
  1443. compiling qgenericengine.cpp
  1444. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/script/qtdbus'
  1445. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/jpeg'
  1446. compiling main.cpp
  1447. compiling ../../../gui/image/qjpeghandler.cpp
  1448. compiling smain.cpp
  1449. compiling ../../../sql/drivers/sqlite/qsql_sqlite.cpp
  1450. compiling main.cpp
  1451. compiling main.cpp
  1452. moc ../qnetworksession_impl.cpp
  1453. compiling main.cpp
  1454. moc main.h
  1455. rm -f libqcncodecs.so
  1456. linking ../../../../plugins/codecs/libqcncodecs.so
  1457. mv -f libqcncodecs.so ../../../../plugins/codecs/
  1458. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/cn'
  1459. cd jp/ && make -f Makefile
  1460. compiling .moc/release-shared/moc_main.cpp
  1461. rm -f libqjpeg.so
  1462. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/jp'
  1463. compiling qeucjpcodec.cpp
  1464. linking ../../../../plugins/imageformats/libqjpeg.so
  1465. mv -f libqjpeg.so ../../../../plugins/imageformats/
  1466. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/jpeg'
  1467. cd gif/ && make -f Makefile
  1468. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/gif'
  1469. compiling ../../../gui/image/qgifhandler.cpp
  1470. moc ../../../sql/drivers/sqlite/qsql_sqlite.h
  1471. moc qgenericengine.h
  1472. compiling .moc/release-shared/moc_qsql_sqlite.cpp
  1473. moc ../qnetworksession_impl.h
  1474. moc ../qbearerengine_impl.h
  1475. compiling ../qnetworksession_impl.cpp
  1476. compiling qjiscodec.cpp
  1477. rm -f libqsqlite.so
  1478. linking ../../../../plugins/sqldrivers/libqsqlite.so
  1479. compiling qsjiscodec.cpp
  1480. rm -f libqtscriptdbus.so
  1481. linking ../../../../plugins/script/libqtscriptdbus.so
  1482. mv -f libqsqlite.so ../../../../plugins/sqldrivers/
  1483. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/sqldrivers/sqlite'
  1484. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/sqldrivers'
  1485. cd iconengines/ && make -f Makefile
  1486. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/iconengines'
  1487. cd svgiconengine/ && make -f Makefile
  1488. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/iconengines/svgiconengine'
  1489. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile svgiconengine.pro
  1490. compiling main.cpp
  1491. mv -f libqtscriptdbus.so ../../../../plugins/script/
  1492. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/script/qtdbus'
  1493. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/script'
  1494. cd graphicssystems/ && make -f Makefile
  1495. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/graphicssystems'
  1496. cd trace/ && make -f Makefile
  1497. compiling main.cpp
  1498. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/graphicssystems/trace'
  1499. compiling main.cpp
  1500. compiling .moc/release-shared/moc_qgenericengine.cpp
  1501. compiling qjpunicode.cpp
  1502. rm -f libqgif.so
  1503. linking ../../../../plugins/imageformats/libqgif.so
  1504. compiling qsvgiconengine.cpp
  1505. compiling .moc/release-shared/moc_qnetworksession_impl.cpp
  1506. mv -f libqgif.so ../../../../plugins/imageformats/
  1507. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/gif'
  1508. cd mng/ && make -f Makefile
  1509. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/mng'
  1510. compiling ../../../gui/image/qmnghandler.cpp
  1511. compiling main.cpp
  1512. compiling qgraphicssystem_trace.cpp
  1513. compiling .moc/release-shared/moc_qbearerengine_impl.cpp
  1514. compiling qfontjpcodec.cpp
  1515. compiling main.cpp
  1516. rm -f libqgenericbearer.so
  1517. linking ../../../../plugins/bearer/libqgenericbearer.so
  1518. rm -f libqjpcodecs.so
  1519. mv -f libqgenericbearer.so ../../../../plugins/bearer/
  1520. linking ../../../../plugins/codecs/libqjpcodecs.so
  1521. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer/generic'
  1522. cd connman/ && make -f Makefile
  1523. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer/connman'
  1524. compiling main.cpp
  1525. rm -f libqsvgicon.so
  1526. linking ../../../../plugins/iconengines/libqsvgicon.so
  1527. mv -f libqjpcodecs.so ../../../../plugins/codecs/
  1528. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/jp'
  1529. cd tw/ && make -f Makefile
  1530. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/tw'
  1531. compiling qbig5codec.cpp
  1532. rm -f libqmng.so
  1533. linking ../../../../plugins/imageformats/libqmng.so
  1534. mv -f libqsvgicon.so ../../../../plugins/iconengines/
  1535. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/iconengines/svgiconengine'
  1536. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/iconengines'
  1537. cd inputmethods/ && make -f Makefile
  1538. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/inputmethods'
  1539. cd imsw-multi/ && make -f Makefile
  1540. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/inputmethods/imsw-multi'
  1541. compiling qmultiinputcontext.cpp
  1542. mv -f libqmng.so ../../../../plugins/imageformats/
  1543. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/mng'
  1544. cd svg/ && make -f Makefile
  1545. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/svg'
  1546. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile svg.pro
  1547. compiling main.cpp
  1548. rm -f libqtracegraphicssystem.so
  1549. linking ../../../../plugins/graphicssystems/libqtracegraphicssystem.so
  1550. mv -f libqtracegraphicssystem.so ../../../../plugins/graphicssystems/
  1551. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/graphicssystems/trace'
  1552. cd opengl/ && make -f Makefile
  1553. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/graphicssystems/opengl'
  1554. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile opengl.pro
  1555. compiling main.cpp
  1556. compiling qconnmanservice_linux.cpp
  1557. compiling main.cpp
  1558. compiling qsvgiohandler.cpp
  1559. compiling qmultiinputcontextplugin.cpp
  1560. rm -f libqtwcodecs.so
  1561. linking ../../../../plugins/codecs/libqtwcodecs.so
  1562. rm -f libqsvg.so
  1563. moc qmultiinputcontext.h
  1564. linking ../../../../plugins/imageformats/libqsvg.so
  1565. mv -f libqtwcodecs.so ../../../../plugins/codecs/
  1566. moc qmultiinputcontextplugin.h
  1567. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/tw'
  1568. cd kr/ && make -f Makefile
  1569. compiling .moc/release-shared/moc_qmultiinputcontext.cpp
  1570. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/kr'
  1571. compiling qeuckrcodec.cpp
  1572. mv -f libqsvg.so ../../../../plugins/imageformats/
  1573. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/svg'
  1574. cd tiff/ && make -f Makefile
  1575. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/tiff'
  1576. compiling ../../../gui/image/qtiffhandler.cpp
  1577. rm -f libqglgraphicssystem.so
  1578. linking ../../../../plugins/graphicssystems/libqglgraphicssystem.so
  1579. mv -f libqglgraphicssystem.so ../../../../plugins/graphicssystems/
  1580. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/graphicssystems/opengl'
  1581. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/graphicssystems'
  1582. cd accessible/ && make -f Makefile
  1583. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/accessible'
  1584. cd widgets/ && make -f Makefile
  1585. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/accessible/widgets'
  1586. compiling main.cpp
  1587. compiling .moc/release-shared/moc_qmultiinputcontextplugin.cpp
  1588. compiling main.cpp
  1589. rm -f libqimsw-multi.so
  1590. linking ../../../../plugins/inputmethods/libqimsw-multi.so
  1591. compiling main.cpp
  1592. In file included from main.cpp:47:0:
  1593. itemviews.h: In member function ‘virtual QAccessible::Role QAccessibleTable2CornerButton::role(int) const’:
  1594. itemviews.h:280:19: warning: unused parameter ‘child’ [-Wunused-parameter]
  1595. Role role(int child) const { Q_ASSERT(child == 0); return QAccessible::Pane; }
  1596. ^~~~~
  1597. itemviews.h: In member function ‘virtual QAccessible::State QAccessibleTable2CornerButton::state(int) const’:
  1598. itemviews.h:281:21: warning: unused parameter ‘child’ [-Wunused-parameter]
  1599. State state(int child) const { Q_ASSERT(child == 0); return QAccessible::Normal; }
  1600. ^~~~~
  1601. itemviews.h: In member function ‘virtual QRect QAccessibleTable2CornerButton::rect(int) const’:
  1602. itemviews.h:282:20: warning: unused parameter ‘child’ [-Wunused-parameter]
  1603. QRect rect(int child) const { Q_ASSERT(child == 0); return QRect(); }
  1604. ^~~~~
  1605. mv -f libqimsw-multi.so ../../../../plugins/inputmethods/
  1606. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/inputmethods/imsw-multi'
  1607. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/inputmethods'
  1608. cd qmltooling/ && make -f Makefile
  1609. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/qmltooling'
  1610. cd qmldbg_tcp/ && make -f Makefile
  1611. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/qmltooling/qmldbg_tcp'
  1612. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile qmldbg_tcp.pro
  1613. compiling qtcpserverconnection.cpp
  1614. rm -f libqkrcodecs.so
  1615. linking ../../../../plugins/codecs/libqkrcodecs.so
  1616. mv -f libqkrcodecs.so ../../../../plugins/codecs/
  1617. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs/kr'
  1618. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/codecs'
  1619. cd qmldbg_inspector/ && make -f Makefile
  1620. rm -f libqtiff.so
  1621. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/qmltooling/qmldbg_inspector'
  1622. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile qmldbg_inspector.pro
  1623. linking ../../../../plugins/imageformats/libqtiff.so
  1624. compiling simplewidgets.cpp
  1625. moc qtcpserverconnection.h
  1626. compiling .moc/release-shared/moc_qtcpserverconnection.cpp
  1627. compiling qofonoservice_linux.cpp
  1628. compiling abstractviewinspector.cpp
  1629. mv -f libqtiff.so ../../../../plugins/imageformats/
  1630. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/tiff'
  1631. cd ico/ && make -f Makefile
  1632. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/ico'
  1633. compiling main.cpp
  1634. rm -f libqmldbg_tcp.so
  1635. linking ../../../../plugins/qmltooling/libqmldbg_tcp.so
  1636. compiling qicohandler.cpp
  1637. mv -f libqmldbg_tcp.so ../../../../plugins/qmltooling/
  1638. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/qmltooling/qmldbg_tcp'
  1639. compiling qconnmanengine.cpp
  1640. compiling qdeclarativeinspectorplugin.cpp
  1641. rm -f libqico.so
  1642. linking ../../../../plugins/imageformats/libqico.so
  1643. mv -f libqico.so ../../../../plugins/imageformats/
  1644. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/ico'
  1645. cd tga/ && make -f Makefile
  1646. compiling rangecontrols.cpp
  1647. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/tga'
  1648. compiling main.cpp
  1649. compiling qdeclarativeviewinspector.cpp
  1650. compiling qtgahandler.cpp
  1651. compiling complexwidgets.cpp
  1652. compiling qtgafile.cpp
  1653. moc ../qnetworksession_impl.cpp
  1654. moc qconnmanservice_linux_p.h
  1655. compiling qaccessiblewidgets.cpp
  1656. moc qofonoservice_linux_p.h
  1657. moc qconnmanengine.h
  1658. moc ../qnetworksession_impl.h
  1659. moc ../qbearerengine_impl.h
  1660. compiling ../qnetworksession_impl.cpp
  1661. compiling editor/abstractliveedittool.cpp
  1662. rm -f libqtga.so
  1663. linking ../../../../plugins/imageformats/libqtga.so
  1664. mv -f libqtga.so ../../../../plugins/imageformats/
  1665. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats/tga'
  1666. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/imageformats'
  1667. compiling editor/liveselectiontool.cpp
  1668. compiling .moc/release-shared/moc_qconnmanservice_linux_p.cpp
  1669. compiling editor/livelayeritem.cpp
  1670. compiling qaccessiblemenu.cpp
  1671. compiling editor/livesingleselectionmanipulator.cpp
  1672. compiling .moc/release-shared/moc_qofonoservice_linux_p.cpp
  1673. compiling editor/liverubberbandselectionmanipulator.cpp
  1674. compiling editor/liveselectionrectangle.cpp
  1675. compiling itemviews.cpp
  1676. compiling editor/liveselectionindicator.cpp
  1677. compiling .moc/release-shared/moc_qconnmanengine.cpp
  1678. compiling editor/boundingrecthighlighter.cpp
  1679. compiling editor/subcomponentmasklayeritem.cpp
  1680. In file included from itemviews.cpp:42:0:
  1681. itemviews.h: In member function ‘virtual QAccessible::Role QAccessibleTable2CornerButton::role(int) const’:
  1682. itemviews.h:280:19: warning: unused parameter ‘child’ [-Wunused-parameter]
  1683. Role role(int child) const { Q_ASSERT(child == 0); return QAccessible::Pane; }
  1684. ^~~~~
  1685. itemviews.h: In member function ‘virtual QAccessible::State QAccessibleTable2CornerButton::state(int) const’:
  1686. itemviews.h:281:21: warning: unused parameter ‘child’ [-Wunused-parameter]
  1687. State state(int child) const { Q_ASSERT(child == 0); return QAccessible::Normal; }
  1688. ^~~~~
  1689. itemviews.h: In member function ‘virtual QRect QAccessibleTable2CornerButton::rect(int) const’:
  1690. itemviews.h:282:20: warning: unused parameter ‘child’ [-Wunused-parameter]
  1691. QRect rect(int child) const { Q_ASSERT(child == 0); return QRect(); }
  1692. ^~~~~
  1693. itemviews.cpp: In member function ‘virtual QAccessible::State QAccessibleTable2::state(int) const’:
  1694. itemviews.cpp:415:49: warning: unused parameter ‘child’ [-Wunused-parameter]
  1695. QAccessible::State QAccessibleTable2::state(int child) const
  1696. ^~~~~
  1697. itemviews.cpp: In member function ‘virtual QString QAccessibleTable2::text(QAccessible::Text, int) const’:
  1698. itemviews.cpp:467:45: warning: unused parameter ‘child’ [-Wunused-parameter]
  1699. QString QAccessibleTable2::text(Text t, int child) const
  1700. ^~~~~
  1701. itemviews.cpp: In member function ‘virtual QRect QAccessibleTable2::rect(int) const’:
  1702. itemviews.cpp:475:35: warning: unused parameter ‘child’ [-Wunused-parameter]
  1703. QRect QAccessibleTable2::rect(int child) const
  1704. ^~~~~
  1705. itemviews.cpp: In member function ‘virtual QAccessible::Role QAccessibleTable2Cell::role(int) const’:
  1706. itemviews.cpp:785:51: warning: unused parameter ‘child’ [-Wunused-parameter]
  1707. QAccessible::Role QAccessibleTable2Cell::role(int child) const
  1708. ^~~~~
  1709. itemviews.cpp: In member function ‘virtual QAccessible::State QAccessibleTable2Cell::state(int) const’:
  1710. itemviews.cpp:791:53: warning: unused parameter ‘child’ [-Wunused-parameter]
  1711. QAccessible::State QAccessibleTable2Cell::state(int child) const
  1712. ^~~~~
  1713. itemviews.cpp: In member function ‘virtual QRect QAccessibleTable2Cell::rect(int) const’:
  1714. itemviews.cpp:837:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  1715. if (!r.isNull())
  1716. ^~
  1717. itemviews.cpp:839:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  1718. r.translate(view->mapToGlobal(QPoint(0, 0)));
  1719. ^
  1720. itemviews.cpp:830:39: warning: unused parameter ‘child’ [-Wunused-parameter]
  1721. QRect QAccessibleTable2Cell::rect(int child) const
  1722. ^~~~~
  1723. itemviews.cpp: In member function ‘virtual QString QAccessibleTable2Cell::text(QAccessible::Text, int) const’:
  1724. itemviews.cpp:843:49: warning: unused parameter ‘child’ [-Wunused-parameter]
  1725. QString QAccessibleTable2Cell::text(Text t, int child) const
  1726. ^~~~~
  1727. itemviews.cpp: In member function ‘virtual void QAccessibleTable2Cell::setText(QAccessible::Text, int, const QString&)’:
  1728. itemviews.cpp:864:53: warning: unused parameter ‘child’ [-Wunused-parameter]
  1729. void QAccessibleTable2Cell::setText(Text /*t*/, int child, const QString &text)
  1730. ^~~~~
  1731. itemviews.cpp: In member function ‘virtual QAccessible::Relation QAccessibleTable2Cell::relationTo(int, const QAccessibleInterface*, int) const’:
  1732. itemviews.cpp:938:61: warning: unused parameter ‘child’ [-Wunused-parameter]
  1733. QAccessible::Relation QAccessibleTable2Cell::relationTo(int child, const QAccessibleInterface *other, int otherChild) const
  1734. ^~~~~
  1735. itemviews.cpp:938:107: warning: unused parameter ‘otherChild’ [-Wunused-parameter]
  1736. QAccessible::Relation QAccessibleTable2Cell::relationTo(int child, const QAccessibleInterface *other, int otherChild) const
  1737. ^~~~~~~~~~
  1738. itemviews.cpp: In member function ‘virtual QAccessible::Role QAccessibleTable2HeaderCell::role(int) const’:
  1739. itemviews.cpp:977:57: warning: unused parameter ‘child’ [-Wunused-parameter]
  1740. QAccessible::Role QAccessibleTable2HeaderCell::role(int child) const
  1741. ^~~~~
  1742. itemviews.cpp: In member function ‘virtual QAccessible::State QAccessibleTable2HeaderCell::state(int) const’:
  1743. itemviews.cpp:985:59: warning: unused parameter ‘child’ [-Wunused-parameter]
  1744. QAccessible::State QAccessibleTable2HeaderCell::state(int child) const
  1745. ^~~~~
  1746. itemviews.cpp: In member function ‘virtual QRect QAccessibleTable2HeaderCell::rect(int) const’:
  1747. itemviews.cpp:991:45: warning: unused parameter ‘child’ [-Wunused-parameter]
  1748. QRect QAccessibleTable2HeaderCell::rect(int child) const
  1749. ^~~~~
  1750. itemviews.cpp: In member function ‘virtual QString QAccessibleTable2HeaderCell::text(QAccessible::Text, int) const’:
  1751. itemviews.cpp:1020:55: warning: unused parameter ‘child’ [-Wunused-parameter]
  1752. QString QAccessibleTable2HeaderCell::text(Text t, int child) const
  1753. ^~~~~
  1754. compiling editor/zoomtool.cpp
  1755. compiling .moc/release-shared/moc_qnetworksession_impl.cpp
  1756. compiling editor/colorpickertool.cpp
  1757. compiling abstracttool.cpp
  1758. compiling .moc/release-shared/moc_qbearerengine_impl.cpp
  1759. moc abstractviewinspector.h
  1760. moc qdeclarativeinspectorplugin.h
  1761. moc qdeclarativeinspectorprotocol.h
  1762. moc qdeclarativeviewinspector.h
  1763. moc qdeclarativeviewinspector_p.h
  1764. moc editor/abstractliveedittool.h
  1765. moc editor/liveselectiontool.h
  1766. moc editor/boundingrecthighlighter.h
  1767. moc editor/zoomtool.h
  1768. moc editor/colorpickertool.h
  1769. moc abstracttool.h
  1770. compiling .moc/release-shared/moc_abstractviewinspector.cpp
  1771. compiling .moc/release-shared/moc_qdeclarativeinspectorprotocol.cpp
  1772. compiling .moc/release-shared/moc_qdeclarativeinspectorplugin.cpp
  1773. rm -f libqtaccessiblewidgets.so
  1774. linking ../../../../plugins/accessible/libqtaccessiblewidgets.so
  1775. rm -f libqconnmanbearer.so
  1776. linking ../../../../plugins/bearer/libqconnmanbearer.so
  1777. mv -f libqtaccessiblewidgets.so ../../../../plugins/accessible/
  1778. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/accessible/widgets'
  1779. cd compat/ && make -f Makefile
  1780. compiling .moc/release-shared/moc_qdeclarativeviewinspector.cpp
  1781. mv -f libqconnmanbearer.so ../../../../plugins/bearer/
  1782. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer/connman'
  1783. cd networkmanager/ && make -f Makefile
  1784. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/accessible/compat'
  1785. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile compat.pro
  1786. compiling .moc/release-shared/moc_qdeclarativeviewinspector_p.cpp
  1787. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer/networkmanager'
  1788. compiling main.cpp
  1789. compiling main.cpp
  1790. compiling .moc/release-shared/moc_abstractliveedittool.cpp
  1791. compiling .moc/release-shared/moc_liveselectiontool.cpp
  1792. compiling .moc/release-shared/moc_boundingrecthighlighter.cpp
  1793. compiling qnmdbushelper.cpp
  1794. compiling .moc/release-shared/moc_zoomtool.cpp
  1795. compiling q3simplewidgets.cpp
  1796. compiling .moc/release-shared/moc_colorpickertool.cpp
  1797. compiling .moc/release-shared/moc_abstracttool.cpp
  1798. compiling qnetworkmanagerservice.cpp
  1799. compiling qnetworkmanagerengine.cpp
  1800. rm -f libqmldbg_inspector.so
  1801. linking ../../../../plugins/qmltooling/libqmldbg_inspector.so
  1802. compiling q3complexwidgets.cpp
  1803. mv -f libqmldbg_inspector.so ../../../../plugins/qmltooling/
  1804. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/qmltooling/qmldbg_inspector'
  1805. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/qmltooling'
  1806. compiling qaccessiblecompat.cpp
  1807. moc ../qnetworksession_impl.cpp
  1808. moc qnmdbushelper.h
  1809. moc qnetworkmanagerservice.h
  1810. moc qnetworkmanagerengine.h
  1811. moc ../qnetworksession_impl.h
  1812. moc ../qbearerengine_impl.h
  1813. compiling ../qnetworksession_impl.cpp
  1814. compiling .moc/release-shared/moc_qnmdbushelper.cpp
  1815. rm -f libqtaccessiblecompatwidgets.so
  1816. linking ../../../../plugins/accessible/libqtaccessiblecompatwidgets.so
  1817. compiling .moc/release-shared/moc_qnetworkmanagerservice.cpp
  1818. mv -f libqtaccessiblecompatwidgets.so ../../../../plugins/accessible/
  1819. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/accessible/compat'
  1820. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/accessible'
  1821. compiling .moc/release-shared/moc_qnetworkmanagerengine.cpp
  1822. compiling .moc/release-shared/moc_qnetworksession_impl.cpp
  1823. compiling .moc/release-shared/moc_qbearerengine_impl.cpp
  1824. rm -f libqnmbearer.so
  1825. linking ../../../../plugins/bearer/libqnmbearer.so
  1826. mv -f libqnmbearer.so ../../../../plugins/bearer/
  1827. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer/networkmanager'
  1828. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins/bearer'
  1829. make[1]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/plugins'
  1830. cd src/imports/ && make -f Makefile
  1831. make[1]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports'
  1832. cd folderlistmodel/ && make -f Makefile
  1833. cd particles/ && make -f Makefile
  1834. cd gestures/ && make -f Makefile
  1835. cd shaders/ && make -f Makefile
  1836. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/folderlistmodel'
  1837. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../mkspecs/linux-g++-32 -o Makefile folderlistmodel.pro
  1838. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/particles'
  1839. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../mkspecs/linux-g++-32 -o Makefile particles.pro
  1840. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/gestures'
  1841. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../mkspecs/linux-g++-32 -o Makefile gestures.pro
  1842. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/shaders'
  1843. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../mkspecs/linux-g++-32 -o Makefile shaders.pro
  1844. cp -f qmldir ../../../imports/Qt/labs/folderlistmodel/qmldir
  1845. compiling qdeclarativefolderlistmodel.cpp
  1846. moc plugin.cpp
  1847. cp -f qmldir ../../../imports/Qt/labs/particles/qmldir
  1848. cp -f qmldir ../../../imports/Qt/labs/gestures/qmldir
  1849. moc qdeclarativefolderlistmodel.h
  1850. compiling qdeclarativeparticles.cpp
  1851. compiling plugin.cpp
  1852. cp -f qmldir ../../../imports/Qt/labs/shaders/qmldir
  1853. compiling qdeclarativegesturearea.cpp
  1854. compiling qmlshadersplugin_plugin.cpp
  1855. compiling .moc/release-shared/moc_qdeclarativefolderlistmodel.cpp
  1856. compiling shadereffect.cpp
  1857. rm -f libqmlfolderlistmodelplugin.so
  1858. linking ../../../imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so
  1859. mv -f libqmlfolderlistmodelplugin.so ../../../imports/Qt/labs/folderlistmodel/
  1860. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/folderlistmodel'
  1861. moc particles.cpp
  1862. moc qdeclarativeparticles_p.h
  1863. compiling particles.cpp
  1864. moc plugin.cpp
  1865. moc qdeclarativegesturearea_p.h
  1866. compiling .moc/release-shared/moc_qdeclarativeparticles_p.cpp
  1867. compiling plugin.cpp
  1868. compiling shadereffectitem.cpp
  1869. compiling shadereffectsource.cpp
  1870. compiling scenegraph/qsggeometry.cpp
  1871. rm -f libqmlparticlesplugin.so
  1872. linking ../../../imports/Qt/labs/particles/libqmlparticlesplugin.so
  1873. mv -f libqmlparticlesplugin.so ../../../imports/Qt/labs/particles/
  1874. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/particles'
  1875. compiling .moc/release-shared/moc_qdeclarativegesturearea_p.cpp
  1876. compiling shadereffectbuffer.cpp
  1877. moc qmlshadersplugin_plugin.h
  1878. moc shadereffect.h
  1879. moc shadereffectitem.h
  1880. moc shadereffectsource.h
  1881. rm -f libqmlgesturesplugin.so
  1882. linking ../../../imports/Qt/labs/gestures/libqmlgesturesplugin.so
  1883. compiling .moc/release-shared/moc_qmlshadersplugin_plugin.cpp
  1884. mv -f libqmlgesturesplugin.so ../../../imports/Qt/labs/gestures/
  1885. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/gestures'
  1886. compiling .moc/release-shared/moc_shadereffect.cpp
  1887. compiling .moc/release-shared/moc_shadereffectitem.cpp
  1888. compiling .moc/release-shared/moc_shadereffectsource.cpp
  1889. rm -f libqmlshadersplugin.so
  1890. linking ../../../imports/Qt/labs/shaders/libqmlshadersplugin.so
  1891. mv -f libqmlshadersplugin.so ../../../imports/Qt/labs/shaders/
  1892. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports/shaders'
  1893. make[1]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/src/imports'
  1894. cd tools/ && make -f Makefile
  1895. make[1]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools'
  1896. cd assistant/ && make -f Makefile
  1897. make[2]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant'
  1898. cd lib/fulltextsearch/ && make -f Makefile
  1899. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/lib/fulltextsearch'
  1900. compiling ../../../../src/3rdparty/clucene/src/CLucene/StdHeader.cpp
  1901. compiling ../../../../src/3rdparty/clucene/src/CLucene/analysis/AnalysisHeader.cpp
  1902. compiling ../../../../src/3rdparty/clucene/src/CLucene/analysis/Analyzers.cpp
  1903. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/gunichartables.cpp
  1904. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/repl_lltot.cpp
  1905. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/repl_tcscasecmp.cpp
  1906. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/repl_tcslwr.cpp
  1907. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/repl_tcstod.cpp
  1908. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/repl_tcstoll.cpp
  1909. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/repl_tprintf.cpp
  1910. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/threads.cpp
  1911. compiling ../../../../src/3rdparty/clucene/src/CLucene/config/utf8.cpp
  1912. compiling ../../../../src/3rdparty/clucene/src/CLucene/debug/condition.cpp
  1913. compiling ../../../../src/3rdparty/clucene/src/CLucene/debug/error.cpp
  1914. compiling ../../../../src/3rdparty/clucene/src/CLucene/debug/memtracking.cpp
  1915. compiling ../../../../src/3rdparty/clucene/src/CLucene/document/DateField.cpp
  1916. compiling ../../../../src/3rdparty/clucene/src/CLucene/document/Document.cpp
  1917. compiling ../../../../src/3rdparty/clucene/src/CLucene/document/Field.cpp
  1918. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/CompoundFile.cpp
  1919. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/DocumentWriter.cpp
  1920. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/FieldInfos.cpp
  1921. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/FieldsReader.cpp
  1922. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/FieldsWriter.cpp
  1923. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/IndexModifier.cpp
  1924. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/IndexReader.cpp
  1925. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/IndexWriter.cpp
  1926. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/MultiReader.cpp
  1927. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentInfos.cpp
  1928. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentMergeInfo.cpp
  1929. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentMergeQueue.cpp
  1930. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp
  1931. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentReader.cpp
  1932. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentTermDocs.cpp
  1933. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentTermEnum.cpp
  1934. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentTermPositions.cpp
  1935. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentTermVector.cpp
  1936. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/Term.cpp
  1937. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/TermInfo.cpp
  1938. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/TermInfosReader.cpp
  1939. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/TermInfosWriter.cpp
  1940. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/TermVectorReader.cpp
  1941. compiling ../../../../src/3rdparty/clucene/src/CLucene/index/TermVectorWriter.cpp
  1942. compiling ../../../../src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp
  1943. compiling ../../../../src/3rdparty/clucene/src/CLucene/queryParser/MultiFieldQueryParser.cpp
  1944. compiling ../../../../src/3rdparty/clucene/src/CLucene/queryParser/QueryParser.cpp
  1945. compiling ../../../../src/3rdparty/clucene/src/CLucene/queryParser/QueryParserBase.cpp
  1946. compiling ../../../../src/3rdparty/clucene/src/CLucene/queryParser/QueryToken.cpp
  1947. compiling ../../../../src/3rdparty/clucene/src/CLucene/queryParser/TokenList.cpp
  1948. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/BooleanQuery.cpp
  1949. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/BooleanScorer.cpp
  1950. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/CachingWrapperFilter.cpp
  1951. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/ChainedFilter.cpp
  1952. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/ConjunctionScorer.cpp
  1953. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/DateFilter.cpp
  1954. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/ExactPhraseScorer.cpp
  1955. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/Explanation.cpp
  1956. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/FieldCache.cpp
  1957. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp
  1958. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/FieldDocSortedHitQueue.cpp
  1959. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/FieldSortedHitQueue.cpp
  1960. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/FilteredTermEnum.cpp
  1961. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/FuzzyQuery.cpp
  1962. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/HitQueue.cpp
  1963. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/Hits.cpp
  1964. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/IndexSearcher.cpp
  1965. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/MultiSearcher.cpp
  1966. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/MultiTermQuery.cpp
  1967. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/PhrasePositions.cpp
  1968. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/PhraseQuery.cpp
  1969. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/PhraseScorer.cpp
  1970. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/PrefixQuery.cpp
  1971. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/QueryFilter.cpp
  1972. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/RangeFilter.cpp
  1973. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/RangeQuery.cpp
  1974. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/SearchHeader.cpp
  1975. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/Similarity.cpp
  1976. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/SloppyPhraseScorer.cpp
  1977. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/Sort.cpp
  1978. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/TermQuery.cpp
  1979. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/TermScorer.cpp
  1980. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/WildcardQuery.cpp
  1981. compiling ../../../../src/3rdparty/clucene/src/CLucene/search/WildcardTermEnum.cpp
  1982. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/FSDirectory.cpp
  1983. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/IndexInput.cpp
  1984. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/IndexOutput.cpp
  1985. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/Lock.cpp
  1986. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/MMapInput.cpp
  1987. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/RAMDirectory.cpp
  1988. compiling ../../../../src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.cpp
  1989. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/BitSet.cpp
  1990. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/Equators.cpp
  1991. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/FastCharStream.cpp
  1992. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/fileinputstream.cpp
  1993. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/Misc.cpp
  1994. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/Reader.cpp
  1995. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/StringBuffer.cpp
  1996. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/StringIntern.cpp
  1997. compiling ../../../../src/3rdparty/clucene/src/CLucene/util/ThreadLocal.cpp
  1998. compiling ../../../../src/3rdparty/clucene/src/CLucene/analysis/standard/StandardAnalyzer.cpp
  1999. compiling ../../../../src/3rdparty/clucene/src/CLucene/analysis/standard/StandardFilter.cpp
  2000. compiling ../../../../src/3rdparty/clucene/src/CLucene/analysis/standard/StandardTokenizer.cpp
  2001. compiling qanalyzer.cpp
  2002. compiling qtokenizer.cpp
  2003. compiling qtoken.cpp
  2004. compiling qtokenstream.cpp
  2005. compiling qdocument.cpp
  2006. compiling qfield.cpp
  2007. compiling qindexreader.cpp
  2008. compiling qindexwriter.cpp
  2009. compiling qterm.cpp
  2010. compiling qqueryparser.cpp
  2011. compiling qfilter.cpp
  2012. compiling qhits.cpp
  2013. compiling qsearchable.cpp
  2014. compiling qsort.cpp
  2015. compiling qquery.cpp
  2016. compiling qreader.cpp
  2017. rm -f libQtCLucene.so.4.8.7 libQtCLucene.so libQtCLucene.so.4 libQtCLucene.so.4.8
  2018. linking ../../../../lib/libQtCLucene.so.4.8.7
  2019. ln -s libQtCLucene.so.4.8.7 libQtCLucene.so
  2020. ln -s libQtCLucene.so.4.8.7 libQtCLucene.so.4
  2021. ln -s libQtCLucene.so.4.8.7 libQtCLucene.so.4.8
  2022. rm -f ../../../../lib/libQtCLucene.so.4.8.7
  2023. rm -f ../../../../lib/libQtCLucene.so
  2024. rm -f ../../../../lib/libQtCLucene.so.4
  2025. rm -f ../../../../lib/libQtCLucene.so.4.8
  2026. mv -f libQtCLucene.so.4.8.7 libQtCLucene.so libQtCLucene.so.4 libQtCLucene.so.4.8 ../../../../lib/
  2027. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/lib/fulltextsearch'
  2028. cd lib/ && make -f Makefile
  2029. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/lib'
  2030. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../mkspecs/linux-g++-32 -o Makefile lib.pro
  2031. compiling qhelpenginecore.cpp
  2032. compiling qhelpengine.cpp
  2033. compiling qhelpdbreader.cpp
  2034. moc qhelpcontentwidget.cpp
  2035. compiling qhelpindexwidget.cpp
  2036. compiling qhelpgenerator.cpp
  2037. compiling qhelpdatainterface.cpp
  2038. compiling qhelpprojectdata.cpp
  2039. compiling qhelpcollectionhandler.cpp
  2040. moc qhelpsearchengine.cpp
  2041. moc qhelpsearchquerywidget.cpp
  2042. moc qhelpsearchresultwidget.cpp
  2043. compiling qhelpsearchindex_default.cpp
  2044. compiling qhelpsearchindexwriter_default.cpp
  2045. compiling qhelpsearchindexreader_default.cpp
  2046. compiling qhelpsearchindexreader.cpp
  2047. compiling qclucenefieldnames.cpp
  2048. compiling qhelp_global.cpp
  2049. compiling qhelpsearchindexwriter_clucene.cpp
  2050. compiling qhelpsearchindexreader_clucene.cpp
  2051. moc qhelpenginecore.h
  2052. moc qhelpengine.h
  2053. moc qhelpengine_p.h
  2054. moc qhelpdbreader_p.h
  2055. moc qhelpcontentwidget.h
  2056. moc qhelpindexwidget.h
  2057. moc qhelpgenerator_p.h
  2058. moc qhelpcollectionhandler_p.h
  2059. moc qhelpsearchengine.h
  2060. moc qhelpsearchquerywidget.h
  2061. moc qhelpsearchresultwidget.h
  2062. moc qhelpsearchindexwriter_default_p.h
  2063. moc qhelpsearchindexreader_default_p.h
  2064. moc qhelpsearchindexreader_p.h
  2065. moc qhelpsearchindexwriter_clucene_p.h
  2066. moc qhelpsearchindexreader_clucene_p.h
  2067. In file included from fulltextsearch/qterm_p.h:32:0,
  2068. from fulltextsearch/qindexreader_p.h:32,
  2069. from qhelpsearchindexreader_clucene.cpp:42:
  2070. fulltextsearch/qclucene_global_p.h:119:13: warning: ‘QString {anonymous}::TCharToQString(const wchar_t*)’ defined but not used [-Wunused-function]
  2071. QString TCharToQString(const TCHAR *string)
  2072. ^~~~~~~~~~~~~~
  2073. fulltextsearch/qclucene_global_p.h:106:12: warning: ‘wchar_t* {anonymous}::QStringToTChar(const QString&)’ defined but not used [-Wunused-function]
  2074. TCHAR* QStringToTChar(const QString &str)
  2075. ^~~~~~~~~~~~~~
  2076. rcc helpsystem.qrc
  2077. compiling qhelpcontentwidget.cpp
  2078. compiling qhelpsearchengine.cpp
  2079. In file included from fulltextsearch/qsort_p.h:32:0,
  2080. from fulltextsearch/qhits_p.h:32,
  2081. from qhelpsearchindexwriter_clucene.cpp:45:
  2082. fulltextsearch/qclucene_global_p.h:119:13: warning: ‘QString {anonymous}::TCharToQString(const wchar_t*)’ defined but not used [-Wunused-function]
  2083. QString TCharToQString(const TCHAR *string)
  2084. ^~~~~~~~~~~~~~
  2085. fulltextsearch/qclucene_global_p.h:106:12: warning: ‘wchar_t* {anonymous}::QStringToTChar(const QString&)’ defined but not used [-Wunused-function]
  2086. TCHAR* QStringToTChar(const QString &str)
  2087. ^~~~~~~~~~~~~~
  2088. In file included from fulltextsearch/qreader_p.h:32:0,
  2089. from fulltextsearch/qanalyzer_p.h:32,
  2090. from qhelpsearchindexreader_clucene_p.h:60,
  2091. from qhelpsearchengine.cpp:49:
  2092. fulltextsearch/qclucene_global_p.h:119:13: warning: ‘QString {anonymous}::TCharToQString(const wchar_t*)’ defined but not used [-Wunused-function]
  2093. QString TCharToQString(const TCHAR *string)
  2094. ^~~~~~~~~~~~~~
  2095. fulltextsearch/qclucene_global_p.h:106:12: warning: ‘wchar_t* {anonymous}::QStringToTChar(const QString&)’ defined but not used [-Wunused-function]
  2096. TCHAR* QStringToTChar(const QString &str)
  2097. ^~~~~~~~~~~~~~
  2098. compiling qhelpsearchquerywidget.cpp
  2099. compiling qhelpsearchresultwidget.cpp
  2100. compiling .moc/release-shared/moc_qhelpenginecore.cpp
  2101. compiling .moc/release-shared/moc_qhelpengine.cpp
  2102. compiling .moc/release-shared/moc_qhelpengine_p.cpp
  2103. compiling .moc/release-shared/moc_qhelpdbreader_p.cpp
  2104. compiling .moc/release-shared/moc_qhelpcontentwidget.cpp
  2105. compiling .moc/release-shared/moc_qhelpindexwidget.cpp
  2106. compiling .moc/release-shared/moc_qhelpgenerator_p.cpp
  2107. compiling .moc/release-shared/moc_qhelpcollectionhandler_p.cpp
  2108. compiling .moc/release-shared/moc_qhelpsearchengine.cpp
  2109. compiling .moc/release-shared/moc_qhelpsearchquerywidget.cpp
  2110. compiling .moc/release-shared/moc_qhelpsearchresultwidget.cpp
  2111. compiling .moc/release-shared/moc_qhelpsearchindexwriter_default_p.cpp
  2112. compiling .moc/release-shared/moc_qhelpsearchindexreader_default_p.cpp
  2113. compiling .moc/release-shared/moc_qhelpsearchindexreader_p.cpp
  2114. compiling .moc/release-shared/moc_qhelpsearchindexwriter_clucene_p.cpp
  2115. compiling .moc/release-shared/moc_qhelpsearchindexreader_clucene_p.cpp
  2116. compiling .rcc/release-shared/qrc_helpsystem.cpp
  2117. In file included from .moc/release-shared/../../fulltextsearch/qreader_p.h:32:0,
  2118. from .moc/release-shared/../../fulltextsearch/qanalyzer_p.h:32,
  2119. from .moc/release-shared/../../qhelpsearchindexwriter_clucene_p.h:57,
  2120. from .moc/release-shared/moc_qhelpsearchindexwriter_clucene_p.cpp:9:
  2121. .moc/release-shared/../../fulltextsearch/qclucene_global_p.h:119:13: warning: ‘QString {anonymous}::TCharToQString(const wchar_t*)’ defined but not used [-Wunused-function]
  2122. QString TCharToQString(const TCHAR *string)
  2123. ^~~~~~~~~~~~~~
  2124. .moc/release-shared/../../fulltextsearch/qclucene_global_p.h:106:12: warning: ‘wchar_t* {anonymous}::QStringToTChar(const QString&)’ defined but not used [-Wunused-function]
  2125. TCHAR* QStringToTChar(const QString &str)
  2126. ^~~~~~~~~~~~~~
  2127. In file included from .moc/release-shared/../../fulltextsearch/qreader_p.h:32:0,
  2128. from .moc/release-shared/../../fulltextsearch/qanalyzer_p.h:32,
  2129. from .moc/release-shared/../../qhelpsearchindexreader_clucene_p.h:60,
  2130. from .moc/release-shared/moc_qhelpsearchindexreader_clucene_p.cpp:9:
  2131. .moc/release-shared/../../fulltextsearch/qclucene_global_p.h:119:13: warning: ‘QString {anonymous}::TCharToQString(const wchar_t*)’ defined but not used [-Wunused-function]
  2132. QString TCharToQString(const TCHAR *string)
  2133. ^~~~~~~~~~~~~~
  2134. .moc/release-shared/../../fulltextsearch/qclucene_global_p.h:106:12: warning: ‘wchar_t* {anonymous}::QStringToTChar(const QString&)’ defined but not used [-Wunused-function]
  2135. TCHAR* QStringToTChar(const QString &str)
  2136. ^~~~~~~~~~~~~~
  2137. rm -f libQtHelp.so.4.8.7 libQtHelp.so libQtHelp.so.4 libQtHelp.so.4.8
  2138. linking ../../../lib/libQtHelp.so.4.8.7
  2139. ln -s libQtHelp.so.4.8.7 libQtHelp.so
  2140. ln -s libQtHelp.so.4.8.7 libQtHelp.so.4
  2141. ln -s libQtHelp.so.4.8.7 libQtHelp.so.4.8
  2142. rm -f ../../../lib/libQtHelp.so.4.8.7
  2143. rm -f ../../../lib/libQtHelp.so
  2144. rm -f ../../../lib/libQtHelp.so.4
  2145. rm -f ../../../lib/libQtHelp.so.4.8
  2146. mv -f libQtHelp.so.4.8.7 libQtHelp.so libQtHelp.so.4 libQtHelp.so.4.8 ../../../lib/
  2147. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/lib'
  2148. cd tools/ && make -f Makefile
  2149. make[3]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/tools'
  2150. cd assistant/ && make -f Makefile
  2151. make[4]: Entering directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/tools/assistant'
  2152. /tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../../mkspecs/linux-g++-32 -o Makefile assistant.pro
  2153. uic bookmarkdialog.ui
  2154. uic bookmarkmanagerwidget.ui
  2155. uic bookmarkwidget.ui
  2156. uic filternamedialog.ui
  2157. uic installdialog.ui
  2158. uic preferencesdialog.ui
  2159. uic topicchooser.ui
  2160. compiling ../../../shared/fontpanel/fontpanel.cpp
  2161. compiling aboutdialog.cpp
  2162. compiling bookmarkdialog.cpp
  2163. compiling bookmarkfiltermodel.cpp
  2164. compiling bookmarkitem.cpp
  2165. compiling bookmarkmanager.cpp
  2166. compiling bookmarkmanagerwidget.cpp
  2167. compiling bookmarkmodel.cpp
  2168. compiling centralwidget.cpp
  2169. compiling cmdlineparser.cpp
  2170. compiling contentwindow.cpp
  2171. compiling findwidget.cpp
  2172. compiling filternamedialog.cpp
  2173. moc helpenginewrapper.cpp
  2174. compiling helpviewer.cpp
  2175. compiling indexwindow.cpp
  2176. compiling installdialog.cpp
  2177. compiling main.cpp
  2178. compiling mainwindow.cpp
  2179. compiling preferencesdialog.cpp
  2180. main.cpp:104:1: warning: ‘bool {anonymous}::updateUserCollection(QHelpEngineCore&, const QHelpEngineCore&)’ defined but not used [-Wunused-function]
  2181. updateUserCollection(QHelpEngineCore& user, const QHelpEngineCore& caller)
  2182. ^~~~~~~~~~~~~~~~~~~~
  2183. compiling qtdocinstaller.cpp
  2184. compiling remotecontrol.cpp
  2185. compiling searchwidget.cpp
  2186. compiling topicchooser.cpp
  2187. compiling xbelsupport.cpp
  2188. compiling ../shared/collectionconfiguration.cpp
  2189. compiling openpagesmodel.cpp
  2190. compiling globalactions.cpp
  2191. compiling openpageswidget.cpp
  2192. compiling openpagesmanager.cpp
  2193. compiling openpagesswitcher.cpp
  2194. compiling helpviewer_qwv.cpp
  2195. moc ../../../shared/fontpanel/fontpanel.h
  2196. helpviewer_qwv.cpp:161:1: error: expected class-name before ‘{’ token
  2197. {
  2198. ^
  2199. helpviewer_qwv.cpp:166:13: error: ‘QWebPage’ does not name a type
  2200. virtual QWebPage *createWindow(QWebPage::WebWindowType);
  2201. ^~~~~~~~
  2202. helpviewer_qwv.cpp:167:32: error: ‘WebAction’ has not been declared
  2203. virtual void triggerAction(WebAction action, bool checked = false);
  2204. ^~~~~~~~~
  2205. helpviewer_qwv.cpp:169:42: error: ‘QWebFrame’ has not been declared
  2206. virtual bool acceptNavigationRequest(QWebFrame *frame,
  2207. ^~~~~~~~~
  2208. helpviewer_qwv.cpp:170:41: error: ‘NavigationType’ has not been declared
  2209. const QNetworkRequest &request, NavigationType type);
  2210. ^~~~~~~~~~~~~~
  2211. helpviewer_qwv.cpp: In constructor ‘HelpPage::HelpPage(QObject*)’:
  2212. helpviewer_qwv.cpp:182:7: error: class ‘HelpPage’ does not have any field named ‘QWebPage’
  2213. : QWebPage(parent)
  2214. ^~~~~~~~
  2215. helpviewer_qwv.cpp: At global scope:
  2216. helpviewer_qwv.cpp:190:1: error: ‘QWebPage’ does not name a type
  2217. QWebPage *HelpPage::createWindow(QWebPage::WebWindowType)
  2218. ^~~~~~~~
  2219. helpviewer_qwv.cpp:200:30: error: variable or field ‘triggerAction’ declared void
  2220. void HelpPage::triggerAction(WebAction action, bool checked)
  2221. ^~~~~~~~~
  2222. helpviewer_qwv.cpp:200:30: error: ‘WebAction’ was not declared in this scope
  2223. helpviewer_qwv.cpp:200:48: error: expected primary-expression before ‘bool’
  2224. void HelpPage::triggerAction(WebAction action, bool checked)
  2225. ^~~~
  2226. moc aboutdialog.h
  2227. moc bookmarkdialog.h
  2228. make[4]: *** [Makefile:14143: .obj/release-shared/helpviewer_qwv.o] Error 1
  2229. make[4]: *** Waiting for unfinished jobs....
  2230. openpagesswitcher.cpp: In member function ‘virtual bool OpenPagesSwitcher::eventFilter(QObject*, QEvent*)’:
  2231. openpagesswitcher.cpp:157:61: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2232. else if (key == Qt::Key_Tab && (ke->modifiers() == modifier))
  2233. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  2234. make[4]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/tools/assistant'
  2235. make[3]: *** [Makefile:42: sub-assistant-make_default-ordered] Error 2
  2236. make[3]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant/tools'
  2237. make[2]: *** [Makefile:113: sub-tools-make_default-ordered] Error 2
  2238. make[2]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools/assistant'
  2239. make[1]: *** [Makefile:52: sub-assistant-make_default-ordered] Error 2
  2240. make[1]: Leaving directory '/tmp/makepkg/lib32-qt4/src/qt-everywhere-opensource-src-4.8.7/tools'
  2241. make: *** [Makefile:891: sub-tools-make_default-ordered] Error 2
  2242. ==> ERROR: A failure occurred in build().
  2243. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement