mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
Fix clang build [-Werror,-Wunused-private-field] (nw)
This commit is contained in:
parent
1b0a280543
commit
9c9c8de501
@ -42,7 +42,6 @@ private:
|
|||||||
uint8_t i2c_bus_curval;
|
uint8_t i2c_bus_curval;
|
||||||
int mp3_count, sample_count, current_rate;
|
int mp3_count, sample_count, current_rate;
|
||||||
u32 total_frame_count;
|
u32 total_frame_count;
|
||||||
bool playback_enabled, playback_waiting;
|
|
||||||
|
|
||||||
mp3dec_t mp3_dec;
|
mp3dec_t mp3_dec;
|
||||||
mp3dec_frame_info_t mp3_info;
|
mp3dec_frame_info_t mp3_info;
|
||||||
|
Loading…
Reference in New Issue
Block a user