liborcus/liborcus_0.1.0-warnings.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
New commits: commit 7e871bbaf7b208dd884528259211385b8074da39 Author: Tor Lillqvist <[email protected]> Date: Thu Sep 20 09:52:13 2012 +0300 WaE: declaration of 'content' shadows a member of 'this' Change-Id: I1cc06ac0608ef159eb3027bea614b2dade8b857c diff --git a/liborcus/liborcus_0.1.0-warnings.patch b/liborcus/liborcus_0.1.0-warnings.patch index 8ddcdad..9ba566c 100644 --- a/liborcus/liborcus_0.1.0-warnings.patch +++ b/liborcus/liborcus_0.1.0-warnings.patch @@ -90,3 +90,18 @@ pstring trim() const; +--- include/orcus/sax_parser.hpp ++++ include/orcus/sax_parser.hpp +@@ -159,9 +159,9 @@ + + template<typename _Handler> + sax_parser<_Handler>::sax_parser( +- const char* content, const size_t size, handler_type& handler) : +- m_content(content), +- m_char(content), ++ const char* content_, const size_t size, handler_type& handler) : ++ m_content(content_), ++ m_char(content_), + m_size(size), + m_pos(0), + m_nest_level(0), _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
