Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h

Issue 2684613002: Delete webrtc/base/common.h (Closed)
Patch Set: Fix unusedness warning breaking android build. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
index 1ae24af965e0db4bf0069ff70d915f15748ecb77..698e765bdbd2aabe349d4ddf45fef46629575dea 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
@@ -250,7 +250,7 @@ class RateCounterFilter : public PacketProcessor {
Stats<double> packets_per_second_stats_;
Stats<double> kbps_stats_;
int64_t start_plotting_time_ms_;
- int flow_id_;
+ int flow_id_ ATTRIBUTE_UNUSED;
kwiberg-webrtc 2017/02/09 09:48:43 Why not remove it if it's unused? (Or if it's used
nisse-webrtc 2017/02/09 11:26:18 Changed to #if. It's mentioned in two constructors
std::string name_;
// Algorithm name if single flow, Total link utilization if all flows.
std::string algorithm_name_;

Powered by Google App Engine
This is Rietveld 408576698