Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from external/stlport/stlport/stl/_string.h:23:0,
- from external/stlport/stlport/string:29,
- from libnativehelper/include/nativehelper/toStringArray.h:23,
- from libnativehelper/toStringArray.cpp:18:
- 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>]':
- 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>]'
- external/stlport/stlport/stl/_numpunct.h:58:48: required from here
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- 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>]':
- 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>]'
- external/stlport/stlport/stl/_numpunct.h:88:49: required from here
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- cc1plus: all warnings being treated as errors
- make: *** [/media/jarvis/ee56d354-a109-483d-9c4e-0c689505ed44/paranoid/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libnativehelper_intermediates/toStringArray.o] Błąd 1
- make: *** Oczekiwanie na niezakończone zadania....
- cc1plus: all warnings being treated as errors
- make: *** [/media/jarvis/ee56d354-a109-483d-9c4e-0c689505ed44/paranoid/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libnativehelper_intermediates/JNIHelp.o] Błąd 1
- In file included from external/stlport/stlport/locale:56:0,
- from external/stlport/src/dll_main.cpp:52:
- external/stlport/stlport/stl/_messages_facets.h:76:45: warning: unused parameter '__fn' [-Wunused-parameter]
- virtual catalog do_open(const string& __fn, const locale& __loc) const
- ^
- external/stlport/stlport/stl/_messages_facets.h:76:65: warning: unused parameter '__loc' [-Wunused-parameter]
- virtual catalog do_open(const string& __fn, const locale& __loc) const
- ^
- external/stlport/stlport/stl/_messages_facets.h:78:38: warning: unused parameter '__c' [-Wunused-parameter]
- virtual string_type do_get(catalog __c, int __set, int __msgid,
- ^
- external/stlport/stlport/stl/_messages_facets.h:78:47: warning: unused parameter '__set' [-Wunused-parameter]
- virtual string_type do_get(catalog __c, int __set, int __msgid,
- ^
- external/stlport/stlport/stl/_messages_facets.h:78:58: warning: unused parameter '__msgid' [-Wunused-parameter]
- virtual string_type do_get(catalog __c, int __set, int __msgid,
- ^
- external/stlport/stlport/stl/_messages_facets.h:81:40: warning: unused parameter '__c' [-Wunused-parameter]
- virtual void do_close(catalog __c) const
- ^
- external/stlport/stlport/stl/_messages_facets.h:109:45: warning: unused parameter '__fn' [-Wunused-parameter]
- virtual catalog do_open(const string& __fn, const locale& __loc) const
- ^
- external/stlport/stlport/stl/_messages_facets.h:109:65: warning: unused parameter '__loc' [-Wunused-parameter]
- virtual catalog do_open(const string& __fn, const locale& __loc) const
- ^
- external/stlport/stlport/stl/_messages_facets.h:111:38: warning: unused parameter '__c' [-Wunused-parameter]
- virtual string_type do_get(catalog __c, int __set, int __msgid,
- ^
- external/stlport/stlport/stl/_messages_facets.h:111:47: warning: unused parameter '__set' [-Wunused-parameter]
- virtual string_type do_get(catalog __c, int __set, int __msgid,
- ^
- external/stlport/stlport/stl/_messages_facets.h:111:58: warning: unused parameter '__msgid' [-Wunused-parameter]
- virtual string_type do_get(catalog __c, int __set, int __msgid,
- ^
- external/stlport/stlport/stl/_messages_facets.h:114:40: warning: unused parameter '__c' [-Wunused-parameter]
- virtual void do_close(catalog __c) const
- ^
- In file included from external/stlport/stlport/stl/_string.h:23:0,
- from external/stlport/stlport/stl/_locale.h:42,
- from external/stlport/stlport/stl/_ios_base.h:30,
- from external/stlport/stlport/stl/_streambuf.h:22,
- from external/stlport/stlport/stl/_fstream.h:30,
- from external/stlport/stlport/fstream:40,
- from external/stlport/src/details/fstream_unistd.cpp:24,
- from external/stlport/src/fstream.cpp:22:
- 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>]':
- 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>]'
- external/stlport/stlport/stl/_numpunct.h:58:48: required from here
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- In file included from external/stlport/src/dll_main.cpp:73:0:
- external/stlport/stlport/stl/_stdexcept_base.c: In member function 'std::__Named_exception& std::__Named_exception::operator=(const std::__Named_exception&)':
- external/stlport/stlport/stl/_stdexcept_base.c:73:49: warning: enumeral and non-enumeral type in conditional expression
- size_t __buf_size = _M_name != _M_static_name ? *(local_cast(&_M_static_name[0])) : _S_bufsize;
- ^
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- 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>]':
- 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>]'
- external/stlport/stlport/stl/_numpunct.h:88:49: required from here
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- In file included from external/stlport/stlport/memory:29:0,
- from external/stlport/src/dll_main.cpp:41:
- 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>]':
- 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>]'
- external/stlport/stlport/stl/_numpunct.h:58:48: required from here
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- 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>]':
- 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>]'
- external/stlport/stlport/stl/_numpunct.h:88:49: required from here
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- external/stlport/stlport/stl/_string.h:155:65: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
- { return _STLP_CONVERT_ALLOCATOR((const allocator_type&)this->_M_start_of_storage, _CharT); }
- ^
- external/stlport/stlport/stl/_alloc.h:183:47: note: in definition of macro '_STLP_CONVERT_ALLOCATOR'
- # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
- ^
- cc1plus: some warnings being treated as errors
- 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
- cc1plus: some warnings being treated as errors
- 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