]> git.lyx.org Git - lyx.git/commitdiff
Use -Wno-deprecated-copy also with clang++ 11
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2020 16:17:40 +0000 (18:17 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2020 16:18:15 +0000 (18:18 +0200)
config/lyxinclude.m4

index 369ecaefbb8e2fda55bede36284a3668b9983ea5..a943ddd7b6de7b35cf06d6e9a3608e6403c5cab1 100644 (file)
@@ -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