Explorar o código

padjffs2: fix a compiler warning that makes the build fail because of -Werror

SVN-Revision: 27361
Felix Fietkau %!s(int64=14) %!d(string=hai) anos
pai
achega
e194acb471
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/padjffs2/src/padjffs2.c

+ 1 - 1
tools/padjffs2/src/padjffs2.c

@@ -83,7 +83,7 @@ static int pad_image(char *name, uint32_t pad_mask)
 				pad_mask &= ~mask;
 		}
 
-		printf("padding image to %08x\n", in_len);
+		printf("padding image to %08x\n", (unsigned int) in_len);
 
 		while (out_len < in_len) {
 			ssize_t len;