diff options
Diffstat (limited to 'lib/ext2fs/MAKELOG')
-rw-r--r-- | lib/ext2fs/MAKELOG | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/lib/ext2fs/MAKELOG b/lib/ext2fs/MAKELOG deleted file mode 100644 index bb85c24a..00000000 --- a/lib/ext2fs/MAKELOG +++ /dev/null @@ -1,54 +0,0 @@ -gcc -O2 -fomit-frame-pointer -ansi -D_POSIX_SOURCE -pedantic -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wenum-clash -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I.. -c bitmaps.c -In file included from ext2fs.h:22, - from bitmaps.c:20: -../ext2fs/io.h:12: warning: ANSI C does not support `long long' -../ext2fs/bitops.h: In function `ext2fs_mark_block_bitmap': -In file included from ext2fs.h:112, - from bitmaps.c:20: -../ext2fs/bitops.h:145: warning: passing arg 1 of `ext2fs_warn_bitmap' from incompatible pointer type -../ext2fs/bitops.h: In function `ext2fs_unmark_block_bitmap': -../ext2fs/bitops.h:154: warning: passing arg 1 of `ext2fs_warn_bitmap' from incompatible pointer type -../ext2fs/bitops.h: At top level: -../ext2fs/bitops.h:160: conflicting types for `ext2fs_test_block_bitmap' -../ext2fs/bitops.h:31: previous declaration of `ext2fs_test_block_bitmap' -../ext2fs/bitops.h: In function `ext2fs_test_block_bitmap': -../ext2fs/bitops.h:163: warning: passing arg 1 of `ext2fs_warn_bitmap' from incompatible pointer type -../ext2fs/bitops.h: In function `ext2fs_mark_inode_bitmap': -../ext2fs/bitops.h:172: warning: passing arg 1 of `ext2fs_warn_bitmap' from incompatible pointer type -../ext2fs/bitops.h: In function `ext2fs_unmark_inode_bitmap': -../ext2fs/bitops.h:181: warning: passing arg 1 of `ext2fs_warn_bitmap' from incompatible pointer type -../ext2fs/bitops.h: At top level: -../ext2fs/bitops.h:187: conflicting types for `ext2fs_test_inode_bitmap' -../ext2fs/bitops.h:36: previous declaration of `ext2fs_test_inode_bitmap' -../ext2fs/bitops.h: In function `ext2fs_test_inode_bitmap': -../ext2fs/bitops.h:190: warning: passing arg 1 of `ext2fs_warn_bitmap' from incompatible pointer type -bitmaps.c: In function `ext2fs_read_inode_bitmap': -bitmaps.c:108: warning: implicit declaration of function `ext2fs_free_inode_bitmap' -bitmaps.c:109: structure has no member named `device' -bitmaps.c:110: structure has no member named `device' -bitmaps.c:110: warning: format argument is not a pointer (arg 3) -bitmaps.c:103: warning: `nbytes' may be used uninitialized in this function -bitmaps.c: In function `ext2fs_read_block_bitmap': -bitmaps.c:154: warning: implicit declaration of function `ext2fs_free_block_bitmap' -bitmaps.c:155: structure has no member named `device' -bitmaps.c:156: structure has no member named `device' -bitmaps.c:156: warning: format argument is not a pointer (arg 3) -bitmaps.c:149: warning: `nbytes' may be used uninitialized in this function -bitmaps.c: In function `ext2fs_allocate_inode_bitmap': -bitmaps.c:194: warning: `map' may be used uninitialized in this function -bitmaps.c: In function `ext2fs_allocate_block_bitmap': -bitmaps.c:235: warning: `map' may be used uninitialized in this function -bitmaps.c: At top level: -bitmaps.c:272: warning: no previous prototype for `ext2fs_free_inode_bitmap' -bitmaps.c:272: warning: type mismatch with previous external decl -bitmaps.c:108: warning: previous external decl of `ext2fs_free_inode_bitmap' -bitmaps.c:272: warning: type mismatch with previous implicit declaration -bitmaps.c:108: warning: previous implicit declaration of `ext2fs_free_inode_bitmap' -bitmaps.c:272: warning: `ext2fs_free_inode_bitmap' was previously implicitly declared to return `int' -bitmaps.c:286: warning: no previous prototype for `ext2fs_free_block_bitmap' -bitmaps.c:286: warning: type mismatch with previous external decl -bitmaps.c:154: warning: previous external decl of `ext2fs_free_block_bitmap' -bitmaps.c:286: warning: type mismatch with previous implicit declaration -bitmaps.c:154: warning: previous implicit declaration of `ext2fs_free_block_bitmap' -bitmaps.c:286: warning: `ext2fs_free_block_bitmap' was previously implicitly declared to return `int' -make: *** [bitmaps.o] Error 1 |