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

Unified Diff: srtp/crypto/test/datatypes_driver.c

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 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 | « srtp/crypto/test/cipher_driver.c ('k') | srtp/crypto/test/kernel_driver.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/test/datatypes_driver.c
diff --git a/srtp/crypto/test/datatypes_driver.c b/srtp/crypto/test/datatypes_driver.c
index 3ee9977c001c23d33f792ce5d4da042f7882d701..4b5e46c746501aea6dc0cdcb3674ebb91aff47f0 100644
--- a/srtp/crypto/test/datatypes_driver.c
+++ b/srtp/crypto/test/datatypes_driver.c
@@ -209,7 +209,7 @@ test_hex_string_funcs(void) {
void
print_string(char *s) {
- int i;
+ size_t i;
printf("%s\n", s);
printf("strlen(s) = %u\n", (unsigned)strlen(s));
printf("{ ");
« no previous file with comments | « srtp/crypto/test/cipher_driver.c ('k') | srtp/crypto/test/kernel_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698