mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Use -Wno-deprecated-copy also with clang++ 11
This commit is contained in:
parent
249d899298
commit
24fb0ff8ef
@ -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.*|10.*|clang-10*)
|
||||
9.*|10.*|clang-10*|clang-11*)
|
||||
AM_CXXFLAGS="$AM_CXXFLAGS -Wno-deprecated-copy";;
|
||||
*);;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user