mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
Fix clang error: unused variable 'FRAC_MASK' [-Werror,-Wunused-const-variable]
This commit is contained in:
parent
7ae77915e7
commit
26e1482262
@ -42,7 +42,6 @@
|
||||
|
||||
static constexpr unsigned FRAC_BITS = 9;
|
||||
static constexpr unsigned FRAC_ONE = (1 << FRAC_BITS);
|
||||
static constexpr unsigned FRAC_MASK = (FRAC_ONE - 1);
|
||||
|
||||
//#define INTERNAL_BUFFER_SIZE (1 << 15)
|
||||
#define INTERNAL_SAMPLE_RATE (m_master_clock * 2.0)
|
||||
|
Loading…
Reference in New Issue
Block a user