Silenced warnings for no return
parent
bfb648b99c
commit
70490ce10e
|
@ -1941,5 +1941,5 @@ int main(int argc, char **argv)
|
|||
fsync_clone(fd_out);
|
||||
ntfs_umount(vol,FALSE);
|
||||
free(lcn_bitmap.bm);
|
||||
exit(0);
|
||||
return (0);
|
||||
}
|
||||
|
|
|
@ -1007,6 +1007,6 @@ int main(int argc, char **argv)
|
|||
ntfs_umount(vol1, FALSE);
|
||||
ntfs_umount(vol2, FALSE);
|
||||
|
||||
exit(0);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue