]> 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>
Wed, 12 Jun 2019 16:49:29 +0000 (18:49 +0200)
commit134f3aedaf4150367cdc2f6855d695d3791a5353
tree281c4a03e16e84e3e57024378033cf151b1003ac
parent03eadb1a6639408f28565452ea0c48c84c4b0e90
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