mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
Fix gcc missing case warnings
Gcc ASSERT() missing cases are impossible Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -1998,6 +1998,8 @@ ztest_io(ztest_ds_t *zd, uint64_t object, uint64_t offset)
|
||||
case ZTEST_IO_SETATTR:
|
||||
(void) ztest_setattr(zd, object);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
umem_free(data, blocksize);
|
||||
|
||||
Reference in New Issue
Block a user