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

Commit f863aef5 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Mark more win32 parameters as unused" am: b4d6b8ff am: fe75fb7c

am: 0682419e

Change-Id: I51c3f668b1c71493bc2ec60e57de4d60c329c144
parents 8af53560 0682419e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -185,6 +185,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