]> git.lyx.org Git - lyx.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>
Tue, 28 Apr 2020 11:16:45 +0000 (13:16 +0200)
commite9e8069b170ef3128402bc6e6f657339da1760a2
tree6c66fa82995bff9b25554c0436e5766355ffabf3
parent62c77c2786573a74d59432182b95985ab731b618
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