From 6783a207d24cf9af937ea458b6f85e2777694be2 Mon Sep 17 00:00:00 2001 From: Ziyang Zhou Date: Sat, 15 Oct 2022 09:12:31 +0800 Subject: [PATCH] ignore compatibility check --- VintfObject.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/VintfObject.cpp b/VintfObject.cpp index 13e2f5c..cd39281 100644 --- a/VintfObject.cpp +++ b/VintfObject.cpp @@ -591,7 +591,6 @@ int32_t VintfObject::checkCompatibility(std::string* error, CheckFlags::Type fla error->insert(0, "Runtime info and framework compatibility matrix are incompatible: "); } - return INCOMPATIBLE; } } -- 2.34.1