mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 04:21:56 +00:00
314a121c9e
-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.