From 81027667166d9624ee12f45f011426678d1bbbf4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 29 May 2025 17:19:57 +0200 Subject: feat: Improve libSystem's architecture and implementation. fix: Fix NeKit's Ref, and ErrorOr classes. fix: Fix userland tools. next: - Finish the latest tickets and then release nekernel 0.0.3 Signed-off-by: Amlal El Mahrouss --- public/tools/ping/src/CommandLine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/tools/ping/src/CommandLine.cc') diff --git a/public/tools/ping/src/CommandLine.cc b/public/tools/ping/src/CommandLine.cc index f5c82b80..580d7973 100644 --- a/public/tools/ping/src/CommandLine.cc +++ b/public/tools/ping/src/CommandLine.cc @@ -1,7 +1,7 @@ #include SInt32 _NeMain(SInt32 argc, Char* argv[]) { - SCI_UNUSED(argc); + LIBSYS_UNUSED(argc); if (argc < 2) { PrintOut(nullptr, "HELP: ping \n"); -- cgit v1.2.3