mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix unreachable code warning
This commit is contained in:
committed by
Robbert van der Helm
parent
d61f3c885d
commit
eb7dcf60ec
@@ -243,6 +243,7 @@ impl ScopedFtz {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(unreachable_code)] // This is only unreachable if on SSE or aarch64
|
||||
Self {
|
||||
should_disable_again: false,
|
||||
_send_sync_marker: PhantomData,
|
||||
|
||||
Reference in New Issue
Block a user