Skip to content

Conversation

@andrewprograms
Copy link
Contributor

Resolved warning: use of deprecated function std::arch::x86_64::_MM_GET_FLUSH_ZERO_MODE

Issue #220
Issue Link: #220

Resolved warning: use of deprecated function std::arch::x86_64::_MM_GET_FLUSH_ZERO_MODE

Issue robbert-vdh#220
Issue Link: robbert-vdh#220
Before:
   Compiling nih_plug v0.0.0
warning: hiding a lifetime that's elided elsewhere is confusing
   --> src\params\smoothing.rs:248:17
    |
248 |     pub fn iter(&self) -> SmootherIter<T> {
    |                 ^^^^^     --------------- the same lifetime is hidden here
    |                 |
    |                 the lifetime is elided here
    |
    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
    |
248 |     pub fn iter(&self) -> SmootherIter<'_, T> {
    |                                        +++

warning: `nih_plug` (lib) generated 1 warning
    Finished `release` profile [optimized] target(s) in 2.27s

After:
   Compiling nih_plug v0.0.0
    Finished `release` profile [optimized] target(s) in 2.27s
@robbert-vdh robbert-vdh merged commit 51a5db1 into robbert-vdh:master Sep 7, 2025
7 checks passed
@robbert-vdh
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants