summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ubsan/ubsan_type_hash_win.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ubsan/ubsan_type_hash_win.cc b/lib/ubsan/ubsan_type_hash_win.cc
index 21c51e328..c7b2e45af 100644
--- a/lib/ubsan/ubsan_type_hash_win.cc
+++ b/lib/ubsan/ubsan_type_hash_win.cc
@@ -77,8 +77,7 @@ __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) {
"<unknown>");
}
-bool __ubsan::checkTypeInfoEquality(const std::type_info *,
- const std::type_info *) {
+bool __ubsan::checkTypeInfoEquality(const void *, const void *) {
return false;
}