Merge "Fix unconditional use of __attribute__."
This commit is contained in:
@@ -325,8 +325,7 @@ class CdmEngine {
|
|||||||
// data. Returns true if the metrics data is populated, false otherwise.
|
// data. Returns true if the metrics data is populated, false otherwise.
|
||||||
// |engine_metrics| is owned by the caller and must not be null.
|
// |engine_metrics| is owned by the caller and must not be null.
|
||||||
// The CdmEngine implementation is a placeholder. Just return false.
|
// The CdmEngine implementation is a placeholder. Just return false.
|
||||||
virtual bool GetMetricsSnapshot(
|
virtual bool GetMetricsSnapshot(drm_metrics::WvCdmMetrics* /* metrics */) {
|
||||||
__attribute__((unused)) drm_metrics::WvCdmMetrics *metrics) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user