]> git.lyx.org Git - features.git/commit
Disable deprecated-copy warning with clang10
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 28 Apr 2020 11:16:45 +0000 (13:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:57 +0000 (15:48 +0200)
commita7a324dafd25886c2d1e5298b35c40717de3ddf6
treec128730c76304df15dd8845b5053e8362bf9ae99
parentf48ec04d102933ed806a81813a541ec3ff3c3cc5
Disable deprecated-copy warning with clang10

This was already done for gcc9 and saves tons of warnings.

Note that the warning in Qt are gone with Qt5.13, so eventually we
will have to get rid of our own copy issues.
config/lyxinclude.m4