shithub: lwext4

Download patch

ref: fc020d819e805cdc85232e492ea376e4e2045162
parent: 1ef4ddff7583c6a11ea67740c5b3e62ff54148d4
author: gkostka <kostka.grzegorz@gmail.com>
date: Thu Nov 19 16:54:14 EST 2015

Fix compile warning

--- a/lwext4/ext4_mkfs.c
+++ b/lwext4/ext4_mkfs.c
@@ -710,7 +710,7 @@
 			info->feat_incompat);
 	ext4_dbg(DEBUG_MKFS, DBG_NONE "BG desc reserve: %"PRIu32"\n",
 			info->bg_desc_reserve_blocks);
-	ext4_dbg(DEBUG_MKFS, DBG_NONE "Descriptor size: %"PRIu32"\n",
+	ext4_dbg(DEBUG_MKFS, DBG_NONE "Descriptor size: %"PRIu16"\n",
 			info->dsc_size);
 	ext4_dbg(DEBUG_MKFS, DBG_NONE "journal: %s\n",
 			info->journal ? "yes" : "no");