Skip to content
  • Erik de Castro Lopo's avatar
    replaygain_synthesis.c: Fix a cppcheck warning · 20a2100d
    Erik de Castro Lopo authored
    Cppcheck was incorrectly warning that `doubletmp` was being used
    un-initialized. This was due to the fact that it was being used
    and initialized in a pre-processor macro. Chaning the macro to
    an inline function stops cppcheck from raising a warning.
    20a2100d