commit | 404dec90404358dc73fa8a73e59d8e03d02c82a6 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Nov 30 14:59:08 2017 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Nov 30 23:35:42 2017 +0000 |
tree | d21aa4ba6f459859d89765cf3bd0f13d66c1c0f7 | |
parent | 9ace7056171f507e1e7b60839d1cf553cc7ce1c5 [diff] |
Mark more win32 parameters as unused Missed one new instance with my last patch. Bug: 69933068 Test: m native-host-cross Change-Id: Ib6d0b994131a0011b3a2f1a4633b21756a9d6732
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