mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Avoid warnings about deprecated copy in gcc 10 too
This commit is contained in:
parent
7035e230ca
commit
db5021c42e
@ -410,7 +410,7 @@ if test x$GXX = xyes; then
|
||||
if test x$enable_warnings = xyes ; then
|
||||
AM_CPPFLAGS="$AM_CPPFLAGS -Wall -Wextra"
|
||||
case $gxx_version in
|
||||
9.*|clang-10*)
|
||||
9.*|10.*|clang-10*)
|
||||
AM_CXXFLAGS="$AM_CXXFLAGS -Wno-deprecated-copy";;
|
||||
*);;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user