[PATCH 3/3] Enable Clang's -Werror-overloaded-virtual.
Giuliano Procida
gprocida@google.com
Thu Jul 9 18:22:50 GMT 2020
Just to see what's still there.
Signed-off-by: Giuliano Procida <gprocida@google.com>
---
configure.ac | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 225ac38f..904a726e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -646,12 +646,6 @@ if test x$ENABLE_UBSAN = xyes; then
CXXFLAGS="$CXXFLAGS -fsanitize=undefined"
fi
-dnl Check if we compile with clang and set flags accordingly
-dnl TODO: fix that warning (spoiler: not trivial)
-if `$CXX -v 2>&1 | grep 'clang version' > /dev/null 2>&1`; then
- CXXFLAGS="$CXXFLAGS -Wno-error-overloaded-virtual"
-fi
-
dnl Check if several decls and constant are defined in dependant
dnl libraries
HAS_EM_AARCH64=no
--
2.27.0.383.g050319c2ae-goog
More information about the Libabigail
mailing list