aboutsummaryrefslogtreecommitdiff
path: root/fmdriver/fmdriver_fmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fmdriver/fmdriver_fmp.c')
-rw-r--r--fmdriver/fmdriver_fmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fmdriver/fmdriver_fmp.c b/fmdriver/fmdriver_fmp.c
index 635ae4b..89cfc19 100644
--- a/fmdriver/fmdriver_fmp.c
+++ b/fmdriver/fmdriver_fmp.c
@@ -2231,6 +2231,7 @@ static void fmp_part_pit_pdzf(
struct fmdriver_work *work,
struct fmp_part *part
) {
+ (void)work;
if (part->pdzf.mode != 2) return;
if (--part->pdzf.pit.delay) return;
part->pdzf.pit.delay = 1;
@@ -3205,6 +3206,7 @@ static void fmp_title(
struct fmdriver_work *work,
struct driver_fmp *fmp,
uint16_t offset) {
+ (void)work;
int l = 0;
int li = 0;
for (int si = 0;; si++) {