2012/6/24 Uwe Stöhr <uwesto...@lyx.org>: > The branch, master, has been updated.
I get these warnings now: Parser.h: In constructor ‘lyx::Parser::Parser(lyx::idocstream&)’: Parser.h:269:15: warning: ‘lyx::Parser::is_’ will be initialized after [-Wreorder] Parser.h:255:14: warning: ‘std::string lyx::Parser::encoding_latex_’ [-Wreorder] Parser.cpp:160:1: warning: when initialized here [-Wreorder] Parser.h: In constructor ‘lyx::Parser::Parser(const string&)’: Parser.h:269:15: warning: ‘lyx::Parser::is_’ will be initialized after [-Wreorder] Parser.h:255:14: warning: ‘std::string lyx::Parser::encoding_latex_’ [-Wreorder] Parser.cpp:166:1: warning: when initialized here [-Wreorder] [...] text.cpp: In function ‘void lyx::{anonymous}::parse_environment(lyx::Parser&, std::ostream&, bool, std::string&, lyx::Context&)’: text.cpp:1483:27: warning: variable ‘it2’ set but not used [-Wunused-but-set-variable] Jürgen