Mark more win32 parameters as unused
Missed one new instance with my last patch. Bug: 69933068 Test: m native-host-cross Change-Id: Ib6d0b994131a0011b3a2f1a4633b21756a9d6732
This commit is contained in:
parent
f106bb6bb8
commit
22088fd2d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue