mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 04:07:45 +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:
@@ -1012,6 +1012,8 @@ backup_byteswap(dmu_replay_record_t *drr)
|
||||
DO64(drr_end.drr_checksum.zc_word[3]);
|
||||
DO64(drr_end.drr_toguid);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#undef DO64
|
||||
#undef DO32
|
||||
|
||||
Reference in New Issue
Block a user