Skip to content
Snippets Groups Projects
Commit 217bf6b6 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

mx1fs2/flash: Fix multiple compiler warnings


"pointer targets in assignment differ in signedness"

Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
parent 5599c28c
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ flash_print_info(flash_info_t * info) ...@@ -173,7 +173,7 @@ flash_print_info(flash_info_t * info)
int i; int i;
uchar *boottype; uchar *boottype;
uchar *bootletter; uchar *bootletter;
uchar *fmt; char *fmt;
uchar botbootletter[] = "B"; uchar botbootletter[] = "B";
uchar topbootletter[] = "T"; uchar topbootletter[] = "T";
uchar botboottype[] = "bottom boot sector"; uchar botboottype[] = "bottom boot sector";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment