]> git.lyx.org Git - lyx.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>
Fri, 25 Oct 2019 15:52:05 +0000 (17:52 +0200)
commit691f29b4c72cbd98ea7b47bd0d12be9d2235f25f
tree5fd7d450943613d54f4f6041123cff956be4d100
parenta7b5aea9b68fe039fdf4f57ddfd25c2f2348765f
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.

(cherry picked from commit 134f3aedaf4150367cdc2f6855d695d3791a5353)
config/lyxinclude.m4
src/MetricsInfo.cpp