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

Unified Diff: srtp/test/replay_driver.c

Issue 1557633002: srtp: Fix a warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp.git@master
Patch Set: Created 5 years 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 | « README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/test/replay_driver.c
diff --git a/srtp/test/replay_driver.c b/srtp/test/replay_driver.c
index e4d17015f15853e55b3835227dc346af51691ce8..2dfa55c357f1cdaf06e3282f7bcfe3378d725fa8 100644
--- a/srtp/test/replay_driver.c
+++ b/srtp/test/replay_driver.c
@@ -233,7 +233,7 @@ rdb_check_adds_per_second(void) {
uint32_t i;
rdb_t rdb;
clock_t timer;
- int failures; /* count number of failures */
+ int failures = 0; /* count number of failures */
if (rdb_init(&rdb) != err_status_ok) {
printf("rdb_init failed\n");
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698