commit | 38c4248bf6ab690ba3c2c21009c29794057a5eba | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Dec 01 02:09:39 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 02:09:39 2017 +0000 |
tree | 993110695b1d50dbcdb49f66bc0243a7b0611022 | |
parent | ccfe04baf73099131040e77ff9e661ab468639ff [diff] | |
parent | 826353cc847a10d78506c21d40d3a397965260b4 [diff] |
Merge "Mark more win32 parameters as unused" am: b4d6b8ff8d am: fe75fb7cef Change-Id: I6aa72654e182910f40330b9336705d38746f6c17
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