summaryrefslogtreecommitdiffstats
path: root/fastboot/fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/fs.cpp')
-rw-r--r--fastboot/fs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fs.cpp b/fastboot/fs.cpp
index 320cf7f83..4bf7af832 100644
--- a/fastboot/fs.cpp
+++ b/fastboot/fs.cpp
@@ -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