diff options
Diffstat (limited to 'tooling')
| -rw-r--r-- | tooling/fsck.hefs.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tooling/fsck.hefs.cc b/tooling/fsck.hefs.cc index ce586b13..2898f09b 100644 --- a/tooling/fsck.hefs.cc +++ b/tooling/fsck.hefs.cc @@ -15,5 +15,7 @@ int main(int argc, char** argv) { return EXIT_FAILURE; } + (void)(argv); + return EXIT_SUCCESS; }
\ No newline at end of file |
