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

Unified Diff: media/cast/net/pacing/paced_sender_unittest.cc

Issue 1273313003: clang: Enable -Wfor-loop-analysis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back to only -Wfor Created 4 years, 11 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
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/paced_sender_unittest.cc
diff --git a/media/cast/net/pacing/paced_sender_unittest.cc b/media/cast/net/pacing/paced_sender_unittest.cc
index 5390016740f8ef985d51931be0c5299ee47666c9..fec5c5f8620ac674d629bd36895205c2f5f7c000 100644
--- a/media/cast/net/pacing/paced_sender_unittest.cc
+++ b/media/cast/net/pacing/paced_sender_unittest.cc
@@ -119,7 +119,6 @@ class PacedSenderTest : public ::testing::Test {
task_runner_->RunTasks();
if (mock_transport_.expected_packet_size_.empty())
return true;
- i++;
}
return mock_transport_.expected_packet_size_.empty();
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698