aboutsummaryrefslogtreecommitdiff
path: root/common/fmplayer_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fmplayer_file.c')
-rw-r--r--common/fmplayer_file.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/fmplayer_file.c b/common/fmplayer_file.c
index ce7e1dc..3d74432 100644
--- a/common/fmplayer_file.c
+++ b/common/fmplayer_file.c
@@ -14,9 +14,14 @@ void fmplayer_file_free(const struct fmplayer_file *fmfileptr) {
}
static void opna_writereg_dummy(struct fmdriver_work *work, unsigned addr, unsigned data) {
+ (void)work;
+ (void)addr;
+ (void)data;
}
static unsigned opna_readreg_dummy(struct fmdriver_work *work, unsigned addr) {
+ (void)work;
+ (void)addr;
return 0xff;
}
@@ -26,6 +31,7 @@ struct dummy_opna {
};
static uint8_t opna_status_dummy(struct fmdriver_work *work, bool a1) {
+ (void)a1;
struct dummy_opna *opna = work->opna;
if (!opna->timerb_loop) {
if (work->loop_cnt >= opna->loopcnt) {