winmm/tests: Remove dead assignment (LLVM/Clang).
This commit is contained in:
parent
408d068915
commit
d583f12d8e
|
@ -319,7 +319,6 @@ const char * wave_open_flags(DWORD flags)
|
|||
if ((flags & WAVE_MAPPED) == WAVE_MAPPED) {
|
||||
if (!first) strcat(msg, "|");
|
||||
strcat(msg, "WAVE_MAPPED");
|
||||
first = FALSE;
|
||||
}
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue