commit | 41c37df349a214244bc27909ed9178b1694c100f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Dec 01 02:13:15 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 01 02:13:15 2017 +0000 |
tree | 86c5762d922540e86bf518b7f96a451e17cc6aa5 | |
parent | 85f491675cdf97d055c093ebbe565b9441dee521 [diff] | |
parent | 38c4248bf6ab690ba3c2c21009c29794057a5eba [diff] |
Merge "Mark more win32 parameters as unused" am: b4d6b8ff8d am: fe75fb7cef am: 0682419e8b Change-Id: I51c3f668b1c71493bc2ec60e57de4d60c329c144
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