Guest User

4.10 error

a guest
Sep 25th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.30 KB | None | 0 0
  1. In file included from external/stlport/stlport/stl/_string.h:23:0,
  2. from external/stlport/stlport/string:29,
  3. from libnativehelper/include/nativehelper/toStringArray.h:23,
  4. from libnativehelper/toStringArray.cpp:18:
  5. external/stlport/stlport/stl/_string.h: In instantiation of 'std::basic_string<_CharT, _Traits, _Alloc>::allocator_type std::basic_string<_CharT, _Traits, _Alloc>::get_allocator() const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::basic_string<_CharT, _Traits, _Alloc>::allocator_type = std::allocator<char>]':
  6. external/stlport/stlport/stl/_string.c:648:63: required from 'std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  7. external/stlport/stlport/stl/_numpunct.h:58:48: required from here
  8. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  9. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  10. ^
  11. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  12. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  13. ^
  14. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  15. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  16. ^
  17. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  18. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  19. ^
  20. external/stlport/stlport/stl/_string.h: In instantiation of 'std::basic_string<_CharT, _Traits, _Alloc>::allocator_type std::basic_string<_CharT, _Traits, _Alloc>::get_allocator() const [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>; std::basic_string<_CharT, _Traits, _Alloc>::allocator_type = std::allocator<wchar_t>]':
  21. external/stlport/stlport/stl/_string.c:648:63: required from 'std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  22. external/stlport/stlport/stl/_numpunct.h:88:49: required from here
  23. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  24. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  25. ^
  26. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  27. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  28. ^
  29. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  30. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  31. ^
  32. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  33. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  34. ^
  35. cc1plus: all warnings being treated as errors
  36. make: *** [/media/jarvis/ee56d354-a109-483d-9c4e-0c689505ed44/paranoid/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libnativehelper_intermediates/toStringArray.o] Błąd 1
  37. make: *** Oczekiwanie na niezakończone zadania....
  38. cc1plus: all warnings being treated as errors
  39. make: *** [/media/jarvis/ee56d354-a109-483d-9c4e-0c689505ed44/paranoid/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o] Błąd 1
  40. In file included from external/stlport/stlport/locale:56:0,
  41. from external/stlport/src/dll_main.cpp:52:
  42. external/stlport/stlport/stl/_messages_facets.h:76:45: warning: unused parameter '__fn' [-Wunused-parameter]
  43. virtual catalog do_open(const string& __fn, const locale& __loc) const
  44. ^
  45. external/stlport/stlport/stl/_messages_facets.h:76:65: warning: unused parameter '__loc' [-Wunused-parameter]
  46. virtual catalog do_open(const string& __fn, const locale& __loc) const
  47. ^
  48. external/stlport/stlport/stl/_messages_facets.h:78:38: warning: unused parameter '__c' [-Wunused-parameter]
  49. virtual string_type do_get(catalog __c, int __set, int __msgid,
  50. ^
  51. external/stlport/stlport/stl/_messages_facets.h:78:47: warning: unused parameter '__set' [-Wunused-parameter]
  52. virtual string_type do_get(catalog __c, int __set, int __msgid,
  53. ^
  54. external/stlport/stlport/stl/_messages_facets.h:78:58: warning: unused parameter '__msgid' [-Wunused-parameter]
  55. virtual string_type do_get(catalog __c, int __set, int __msgid,
  56. ^
  57. external/stlport/stlport/stl/_messages_facets.h:81:40: warning: unused parameter '__c' [-Wunused-parameter]
  58. virtual void do_close(catalog __c) const
  59. ^
  60. external/stlport/stlport/stl/_messages_facets.h:109:45: warning: unused parameter '__fn' [-Wunused-parameter]
  61. virtual catalog do_open(const string& __fn, const locale& __loc) const
  62. ^
  63. external/stlport/stlport/stl/_messages_facets.h:109:65: warning: unused parameter '__loc' [-Wunused-parameter]
  64. virtual catalog do_open(const string& __fn, const locale& __loc) const
  65. ^
  66. external/stlport/stlport/stl/_messages_facets.h:111:38: warning: unused parameter '__c' [-Wunused-parameter]
  67. virtual string_type do_get(catalog __c, int __set, int __msgid,
  68. ^
  69. external/stlport/stlport/stl/_messages_facets.h:111:47: warning: unused parameter '__set' [-Wunused-parameter]
  70. virtual string_type do_get(catalog __c, int __set, int __msgid,
  71. ^
  72. external/stlport/stlport/stl/_messages_facets.h:111:58: warning: unused parameter '__msgid' [-Wunused-parameter]
  73. virtual string_type do_get(catalog __c, int __set, int __msgid,
  74. ^
  75. external/stlport/stlport/stl/_messages_facets.h:114:40: warning: unused parameter '__c' [-Wunused-parameter]
  76. virtual void do_close(catalog __c) const
  77. ^
  78. In file included from external/stlport/stlport/stl/_string.h:23:0,
  79. from external/stlport/stlport/stl/_locale.h:42,
  80. from external/stlport/stlport/stl/_ios_base.h:30,
  81. from external/stlport/stlport/stl/_streambuf.h:22,
  82. from external/stlport/stlport/stl/_fstream.h:30,
  83. from external/stlport/stlport/fstream:40,
  84. from external/stlport/src/details/fstream_unistd.cpp:24,
  85. from external/stlport/src/fstream.cpp:22:
  86. external/stlport/stlport/stl/_string.h: In instantiation of 'std::basic_string<_CharT, _Traits, _Alloc>::allocator_type std::basic_string<_CharT, _Traits, _Alloc>::get_allocator() const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::basic_string<_CharT, _Traits, _Alloc>::allocator_type = std::allocator<char>]':
  87. external/stlport/stlport/stl/_string.c:648:63: required from 'std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  88. external/stlport/stlport/stl/_numpunct.h:58:48: required from here
  89. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  90. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  91. ^
  92. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  93. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  94. ^
  95. In file included from external/stlport/src/dll_main.cpp:73:0:
  96. external/stlport/stlport/stl/_stdexcept_base.c: In member function 'std::__Named_exception& std::__Named_exception::operator=(const std::__Named_exception&)':
  97. external/stlport/stlport/stl/_stdexcept_base.c:73:49: warning: enumeral and non-enumeral type in conditional expression
  98. size_t __buf_size = _M_name != _M_static_name ? *(local_cast(&_M_static_name[0])) : _S_bufsize;
  99. ^
  100. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  101. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  102. ^
  103. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  104. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  105. ^
  106. external/stlport/stlport/stl/_string.h: In instantiation of 'std::basic_string<_CharT, _Traits, _Alloc>::allocator_type std::basic_string<_CharT, _Traits, _Alloc>::get_allocator() const [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>; std::basic_string<_CharT, _Traits, _Alloc>::allocator_type = std::allocator<wchar_t>]':
  107. external/stlport/stlport/stl/_string.c:648:63: required from 'std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  108. external/stlport/stlport/stl/_numpunct.h:88:49: required from here
  109. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  110. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  111. ^
  112. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  113. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  114. ^
  115. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  116. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  117. ^
  118. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  119. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  120. ^
  121. In file included from external/stlport/stlport/memory:29:0,
  122. from external/stlport/src/dll_main.cpp:41:
  123. external/stlport/stlport/stl/_string.h: In instantiation of 'std::basic_string<_CharT, _Traits, _Alloc>::allocator_type std::basic_string<_CharT, _Traits, _Alloc>::get_allocator() const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::basic_string<_CharT, _Traits, _Alloc>::allocator_type = std::allocator<char>]':
  124. external/stlport/stlport/stl/_string.c:648:63: required from 'std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]'
  125. external/stlport/stlport/stl/_numpunct.h:58:48: required from here
  126. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  127. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  128. ^
  129. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  130. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  131. ^
  132. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  133. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  134. ^
  135. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  136. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  137. ^
  138. external/stlport/stlport/stl/_string.h: In instantiation of 'std::basic_string<_CharT, _Traits, _Alloc>::allocator_type std::basic_string<_CharT, _Traits, _Alloc>::get_allocator() const [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>; std::basic_string<_CharT, _Traits, _Alloc>::allocator_type = std::allocator<wchar_t>]':
  139. external/stlport/stlport/stl/_string.c:648:63: required from 'std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = wchar_t; _Traits = std::char_traits<wchar_t>; _Alloc = std::allocator<wchar_t>]'
  140. external/stlport/stlport/stl/_numpunct.h:88:49: required from here
  141. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  142. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  143. ^
  144. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  145. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  146. ^
  147. external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  148. { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
  149. ^
  150. external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
  151. # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
  152. ^
  153. cc1plus: some warnings being treated as errors
  154. make: *** [/media/jarvis/ee56d354-a109-483d-9c4e-0c689505ed44/paranoid/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libstlport_intermediates/src/dll_main.o] Błąd 1
  155. cc1plus: some warnings being treated as errors
  156. make: *** [/media/jarvis/ee56d354-a109-483d-9c4e-0c689505ed44/paranoid/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libstlport_intermediates/src/fstream.o] Błąd 1
Advertisement
Add Comment
Please, Sign In to add comment