Merge "Mark more win32 parameters as unused"

am: b4d6b8ff8d

Change-Id: I69064a1a0eaeb4ab0450b5c824abc13657023e00
This commit is contained in:
Dan Willemsen 2017-12-01 02:05:00 +00:00 committed by android-build-merger
commit fe75fb7cef
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ static int generate_f2fs_image(const char* fileName, long long partSize, const s
}
return 0;
#else
UNUSED(fileName, partSize, initial_dir);
fprintf(stderr, "make_f2fs not supported on Windows\n");
return -1;
#endif