From: Mark Hatle <mark.hatle@kernel.crashing.org>
To: yocto-patches@lists.yoctoproject.org
Cc: seebs@seebs.net, richard.purdie@linuxfoundation.org
Subject: [pseudo][PATCH 1/4] test-syscall: Remove build warning
Date: Wed, 14 Jan 2026 19:10:00 -0600 [thread overview]
Message-ID: <1768439403-23665-2-git-send-email-mark.hatle@kernel.crashing.org> (raw)
In-Reply-To: <1768439403-23665-1-git-send-email-mark.hatle@kernel.crashing.org>
From: "mark.hatle" <mark.hatle@kernel.crashing.org>
Compiler is warning about argc and argv not being used.
Signed-off-by: mark.hatle <mark.hatle@kernel.crashing.org>
---
test/test-syscall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test-syscall.c b/test/test-syscall.c
index 1e21525..9031766 100644
--- a/test/test-syscall.c
+++ b/test/test-syscall.c
@@ -11,7 +11,7 @@
#include <string.h>
#include <errno.h>
-int main(int argc, char *argv[]) {
+int main() {
long rc = 0;
#ifdef SYS_renameat2
--
1.8.3.1
next prev parent reply other threads:[~2026-01-15 1:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-15 1:09 [pseudo][PATCH 0/4] Implement openat2 wrapper Mark Hatle
2026-01-15 1:10 ` Mark Hatle [this message]
2026-01-15 1:10 ` [pseudo][PATCH 2/4] ports/linux/pseudo_wrappers.c: Reorder the syscall operations Mark Hatle
2026-01-15 1:10 ` [pseudo][PATCH 3/4] ports/linux/pseudo_wrappers.c: Call the wrappers where possible Mark Hatle
2026-01-15 1:10 ` [pseudo][PATCH 4/4] openat2: Implement openat2 wrapper Mark Hatle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1768439403-23665-2-git-send-email-mark.hatle@kernel.crashing.org \
--to=mark.hatle@kernel.crashing.org \
--cc=richard.purdie@linuxfoundation.org \
--cc=seebs@seebs.net \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.