On Tue, Apr 1, 2014 at 11:00 AM, Jürgen Spitzmüller <sp...@lyx.org> wrote:
> The attached patch gets rid of these annoying gcc 4.8 compiler warnings > pointing to boost (usued typedefs etc.). I have collected the fixed both > from boost itself [1] and from the patchset used by Fedora for their boost > RPMs [2]. > > I propose to commit this to 2.2-staging. The compiler noise is really > annoying. An alternative is an update of our boost sources. These warnings > are fixed upstream meanwhile. > > Jürgen > > [1] https://svn.boost.org/trac/boost/changeset/82886 > [2] > http://www.rpmseek.com/download/http://ftp.halifax.rwth-aachen.de//fedora/linux/updates/19/SRPMS/boost-1.53.0-14.fc19.src.rpm?hl=de&nid=15509:593 > I had a boost update ready ( http://git.lyx.org/?p=features.git;a=shortlog;h=refs/heads/vfr/update-boost-1_54_0), but didn't commit yet because of a lot of deprecated boost::signals warning. Recently we were planning to kill those warning by a compiler flag, but we didn't do so yet. I want to update boost when 2.1 is released (to 1.55 already) and kill the deprecated warnings. Vincent