Skip to content
  • Martin Storsjö's avatar
    checkasm: Remove an unused variable/parameter · 90dad3ee
    Martin Storsjö authored
    Clang 13 got support for warning about variables that are set but
    not used. We disable warnings for unused parameters, but in this case,
    the parameter variable is updated within the function too, which
    Clang warns about.
    90dad3ee