More linting in src/sound

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:24:51 -04:00
parent 859d06b608
commit 11a2f5266a
12 changed files with 68 additions and 63 deletions

View File

@@ -51,7 +51,7 @@ enum {
class YMFMChipBase {
public:
YMFMChipBase(uint32_t clock, fm_type type, UNUSED(uint32_t samplerate))
YMFMChipBase(UNUSED(uint32_t clock), fm_type type, UNUSED(uint32_t samplerate))
: m_buf_pos(0)
, m_flags(0)
, m_type(type)