]> git.lyx.org Git - features.git/commit
Avoid warnings with gcc 9
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Jun 2019 16:49:29 +0000 (18:49 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commit3e5edd8e7f20f0e12f42fbb98763dc1b23354c70
treef905963c28a608082428302379543f2a86e9573b
parent22f9986e2c02d10271259a3f7f45b227e297e4e7
Avoid warnings with gcc 9

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.
config/lyxinclude.m4
src/MetricsInfo.cpp