]> err.no Git - util-linux/commit
mkfs.cramfs: fix gcc warning (incompatible pointer type)
authorKarel Zak <kzak@redhat.com>
Tue, 29 Sep 2009 11:54:58 +0000 (13:54 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Sep 2009 11:56:37 +0000 (13:56 +0200)
commit6f68ab6af00b109e40d74d0d4c34170963210d95
treee813b970d32d8e0fc4539f7d019d3bd6ec9f18c0
parent5da4239746c11f1f048d03dad1d1a193486f71c8
mkfs.cramfs: fix gcc warning (incompatible pointer type)

mkfs.cramfs.c: In function ‘parse_directory’:
mkfs.cramfs.c:310: warning: passing argument 4 of ‘scandir’ from incompatible pointer type

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkfs.cramfs.c