mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-15 20:50:56 +00:00
134f3aedaf
The warning about unneeded std::move can be solved by conditioning on C++14 mode. The warnings about deprecated copy is harder, so we disable it for now. We will be able to fix our part, but Qt triggers it a lot too.