fsck: cc65 is pedantic and warns about this
authorAlan Cox <alan@linux.intel.com>
Sun, 13 Nov 2016 00:09:01 +0000 (00:09 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 13 Nov 2016 00:09:01 +0000 (00:09 +0000)
Applications/util/fsck.h

index 0e71b5c..f5ea9ea 100644 (file)
@@ -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;