Address a few compiler warnings

Change-Id: I6e063fba8d58c8c53da6bca6292c84e3392aee50
This commit is contained in:
Matt Mower
2015-02-20 16:58:05 -06:00
committed by Dees Troy
parent 1a147a41ae
commit 2b18a53dc8
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1386,7 +1386,7 @@ bool TWPartition::Wipe_Encryption() {
if (Is_Decrypted) {
if (!UnMount(true))
return false;
if (delete_crypto_blk_dev("userdata") != 0) {
if (delete_crypto_blk_dev((char*)("userdata")) != 0) {
LOGERR("Error deleting crypto block device, continuing anyway.\n");
}
}