From b5add3bcf5580a2b2384f414b2df7350f4ded786 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 4 Jun 2025 14:37:38 +0200 Subject: fix: Fix #37 compilation errors and warnings. Signed-off-by: Amlal El Mahrouss --- tooling/fsck.hefs.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tooling') 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 -- cgit v1.2.3