From d0514ba8064513864469906b19d1c055e6c3b481 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 22 Oct 2015 14:17:47 -0500 Subject: Fix a bunch of warnings Mostly adding __unused where needed. Change-Id: Ia4f675b9b360782728c361ed1699db0cc277c3a5 --- twrp-functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twrp-functions.cpp') diff --git a/twrp-functions.cpp b/twrp-functions.cpp index 6780e1db2..12e88dde2 100644 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp @@ -235,7 +235,7 @@ int TWFunc::Try_Decrypting_File(string fn, string password) { } fclose(f); if (out_len < 2) { - LOGINFO("Successfully decrypted '%s' but read length %i too small.\n", fn.c_str(), out_len); + LOGINFO("Successfully decrypted '%s' but read length too small.\n", fn.c_str()); free(buffer_out); return 1; // Decrypted successfully } -- cgit v1.2.3