Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4d6b8ff authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark more win32 parameters as unused"

parents aaa0bbce 22088fd2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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