From: Alan Cox Date: Sun, 13 Nov 2016 00:09:01 +0000 (+0000) Subject: fsck: cc65 is pedantic and warns about this X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f758e76086258d04db7753e1699f4300a3a49563;p=FUZIX.git fsck: cc65 is pedantic and warns about this --- diff --git a/Applications/util/fsck.h b/Applications/util/fsck.h index 0e71b5ce..f5ea9ea6 100644 --- a/Applications/util/fsck.h +++ b/Applications/util/fsck.h @@ -2,7 +2,7 @@ #define ROOTINODE 1 #define SMOUNTED 12742 /* Magic number to specify mounted filesystem */ -#define SMOUNTED_WRONGENDIAN 50737 /* byteflipped */ +#define SMOUNTED_WRONGENDIAN 50737U /* byteflipped */ extern int dev_fd; extern int dev_offset;