mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 17:55:30 +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
|
if test x$enable_warnings = xyes ; then
|
||||||
AM_CPPFLAGS="$AM_CPPFLAGS -Wall -Wextra"
|
AM_CPPFLAGS="$AM_CPPFLAGS -Wall -Wextra"
|
||||||
case $gxx_version in
|
case $gxx_version in
|
||||||
9.*|10.*|clang-10*)
|
9.*|10.*|clang-10*|clang-11*)
|
||||||
AM_CXXFLAGS="$AM_CXXFLAGS -Wno-deprecated-copy";;
|
AM_CXXFLAGS="$AM_CXXFLAGS -Wno-deprecated-copy";;
|
||||||
*);;
|
*);;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user