Le 11/12/2015 11:48, Kornel Benko a écrit :
Am Freitag, 11. Dezember 2015 um 10:41:00, schrieb Jean-Marc Lasgouttes 
<lasgout...@lyx.org>
commit 314a121c9eda139d62ce2bffda71a93099dc7856
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Dec 11 10:31:46 2015 +0100

     Autotools: use -Wno-deprecated-declarations also with --disable-warnings

     -Wno-deprecated-declarations is needed to avoid warnings about auto_ptr 
being obsolete.

     The old code meant that the warnings would be suppressed for development 
builds, but active for release builds. The new code avoids that.

IMHO we should try to not use auto_ptr instead.

This is the plan for 2.3 where we drop support for C++98. For 2.2, we have decided to stick with it, but it is more comfortable to drop the warning.

JMarc

Reply via email to