commit | fe75fb7cef0a738b8000e5af6ad13c8d49b1c8ec | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Dec 01 02:05:00 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 02:05:00 2017 +0000 |
tree | 9d7eb1c0b16af0f0b8008448216f4225892873b7 | |
parent | bfb96796a47f4f32cc046ff27376c23d41190f57 [diff] | |
parent | b4d6b8ff8d5096557b4d81987576f42a5931d041 [diff] |
Merge "Mark more win32 parameters as unused" am: b4d6b8ff8d Change-Id: I69064a1a0eaeb4ab0450b5c824abc13657023e00
diff --git a/fastboot/fs.cpp b/fastboot/fs.cpp index 320cf7f..4bf7af8 100644 --- a/fastboot/fs.cpp +++ b/fastboot/fs.cpp
@@ -185,6 +185,7 @@ } return 0; #else + UNUSED(fileName, partSize, initial_dir); fprintf(stderr, "make_f2fs not supported on Windows\n"); return -1; #endif