Commit ac795859 by Jamie Madill Committed by Angle LUCI CQ

Disable warning on invalid feature name.

Because we don't have a centralized feature list, we would fire this warning every time we use a feature override. Disable it until we have a centralized list we can check. Bug: angleproject:6085 Change-Id: Ia5c3f2ae8337141e963e67e1d71243a3d0a01c9a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2982505Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 1b104dd9
......@@ -968,10 +968,6 @@ void LogFeatureStatus(const angle::FeatureSetBase &features,
{
INFO() << "Feature: " << name << (enabled ? " enabled" : " disabled");
}
else
{
WARN() << "Feature: " << name << " is not a valid feature name.";
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment