Chromium Code Reviews| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
| index cb9af9ac9479998e4e554d1e40f5247ba6101a5f..27368afa5ef3b38b5043c50d47db95c564488ede 100644 |
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h |
| @@ -70,7 +70,7 @@ class RembReceiver : public BweReceiver, public RemoteBitrateObserver { |
| bool LatestEstimate(uint32_t* estimate_bps); |
| std::string estimate_log_prefix_; |
| - bool plot_estimate_; |
| + bool plot_estimate_ ATTRIBUTE_UNUSED; |
|
kwiberg-webrtc
2017/02/09 09:48:43
#if instead?
nisse-webrtc
2017/02/09 11:26:18
Done.
|
| SimulatedClock clock_; |
| std::unique_ptr<ReceiveStatistics> recv_stats_; |
| int64_t latest_estimate_bps_; |