Whamcloud - gitweb
ext2fs: fix ext2fs_warn_bitmap32() return warning
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 11 Jun 2011 15:33:02 +0000 (11:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jun 2011 15:33:02 +0000 (11:33 -0400)
commit65d05cec3d4ae02dec1b15dfec21e571cb83c9cf
treefb28b44dc3b4e4b15d3c96fad35c5b30b4bdc904
parent1d8f5ae36e95f18bfb74a0851ed42cb45fd0445a
ext2fs: fix ext2fs_warn_bitmap32() return warning

This was reported as "control reaches end of non-void function",
but comparing to other similar functions it should be a void
function.  Since it is only declared in the "private" ext2fsP.h
header, it should be OK to change the function prototype.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2fsP.h
lib/ext2fs/gen_bitmap64.c