mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[interop] do not warn about a template with too many specializations that can't be imported
This commit is contained in:
@@ -128,10 +128,6 @@ WARNING(libstdcxx_modulemap_not_found, none,
|
||||
"module map for libstdc++ not found for '%0'; C++ stdlib may be unavailable",
|
||||
(StringRef))
|
||||
|
||||
WARNING(too_many_class_template_instantiations, none,
|
||||
"template instantiation for '%0' not imported: too many instantiations",
|
||||
(StringRef))
|
||||
|
||||
WARNING(api_pattern_attr_ignored, none,
|
||||
"'%0' swift attribute ignored on type '%1': type is not copyable or destructible",
|
||||
(StringRef, StringRef))
|
||||
|
||||
Reference in New Issue
Block a user