bolster

filemakeerrext2

Jul 14th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. CC build/fs/fsys_ext2fs.o
  2. /root/filo/fs/fsys_ext2fs.c:412: warning: 'struct ext2_group_desc' declared inside parameter list
  3. /root/filo/fs/fsys_ext2fs.c:412: warning: its scope is only this definition or declaration, which is probably not what you want
  4. /root/filo/fs/fsys_ext2fs.c: In function 'dump_group_desc':
  5. /root/filo/fs/fsys_ext2fs.c:415: error: dereferencing pointer to incomplete type
  6. /root/filo/fs/fsys_ext2fs.c:416: error: dereferencing pointer to incomplete type
  7. /root/filo/fs/fsys_ext2fs.c:417: error: dereferencing pointer to incomplete type
  8. /root/filo/fs/fsys_ext2fs.c:418: error: dereferencing pointer to incomplete type
  9. /root/filo/fs/fsys_ext2fs.c:419: error: dereferencing pointer to incomplete type
  10. /root/filo/fs/fsys_ext2fs.c:420: error: dereferencing pointer to incomplete type
  11. /root/filo/fs/fsys_ext2fs.c: In function 'ext4fs_block_map':
  12. /root/filo/fs/fsys_ext2fs.c:641: error: conflicting types for 'i'
  13. /root/filo/fs/fsys_ext2fs.c:638: note: previous declaration of 'i' was here
  14. /root/filo/fs/fsys_ext2fs.c: In function 'ext2fs_dir':
  15. /root/filo/fs/fsys_ext2fs.c:862: warning: passing argument 1 of 'dump_group_desc' from incompatible pointer type
  16. /root/filo/fs/fsys_ext2fs.c:412: note: expected 'struct ext2_group_desc *' but argument is of type 'struct ext2_group_desc *'
  17. /root/filo/fs/fsys_ext2fs.c:878: error: 'gdp' undeclared (first use in this function)
  18. /root/filo/fs/fsys_ext2fs.c:878: error: (Each undeclared identifier is reported only once
  19. /root/filo/fs/fsys_ext2fs.c:878: error: for each function it appears in.)
  20. make: *** [/root/filo/build/fs/fsys_ext2fs.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment