Whamcloud - gitweb
misc: fix compile warnings on master branch
authorAndreas Dilger <adilger@dilger.ca>
Tue, 27 May 2014 17:14:18 +0000 (13:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 May 2014 17:14:18 +0000 (13:14 -0400)
commitbbccc6f3c6a106721fb6f1ef4df6bc32c7986235
treefed2ed3d3d7872ead075afc49e04605fce3478a7
parent4230096682840e835c5841a68f01cbd1a6b2c7fc
misc: fix compile warnings on master branch

Fix compile warnings found on the master branch when using LLVM.

- Add missing format string when using the libintl _() macro
- include <limits.h> header to get PATH_MAX definition
- fix format vs. variable mismatches
- add header block for create_inode.c file
- remove use of bzero(), use ext2fs_get_memzero() instead

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass5.c
lib/ext2fs/inline_data.c
misc/create_inode.c
misc/dumpe2fs.c
misc/mke2fs.c
misc/tune2fs.c