]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - misc/ChangeLog
Fix gcc -Wall warnings, especially on 64-bit systems
[thirdparty/e2fsprogs.git] / misc / ChangeLog
index 3b57d0cea574ef28e3d4748713a94250475834ce..4390c92a80f1fe5e397c48009453055829eb7fd7 100644 (file)
@@ -1,5 +1,10 @@
 2007-05-22  Theodore Tso  <tytso@mit.edu>
 
+       * mke2fs.c (PRS): Make num_inodes use an unsigned long long type
+               to avoid type warnings on 64-bit platforms.
+
+       * filefrag.c (frag_report): Fix printf type warning on 64-bit systems.
+
        * mke2fs.c (PRS): Add sanity check if the inode size * inode count
                is bigger than the filesystem size.