Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5c7de21 authored by Dan Willemsen's avatar Dan Willemsen Committed by Michael Bestas
Browse files

Mark more win32 parameters as unused

Missed one new instance with my last patch.

Bug: 69933068
Test: m native-host-cross
Change-Id: Ib6d0b994131a0011b3a2f1a4633b21756a9d6732
(cherry picked from commit 22088fd2)
parent a98872de
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -183,6 +183,7 @@ static int generate_f2fs_image(const char* fileName, long long partSize, const s
    }
    }
    return 0;
    return 0;
#else
#else
    UNUSED(fileName, partSize, initial_dir);
    fprintf(stderr, "make_f2fs not supported on Windows\n");
    fprintf(stderr, "make_f2fs not supported on Windows\n");
    return -1;
    return -1;
#endif
#endif