aboutsummaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/true.c b/src/true.c
index d7d4dfb..aed6117 100644
--- a/src/true.c
+++ b/src/true.c
@@ -1,5 +1,3 @@
-int true_main(int argc, char *argv[]) {
- (void) argc;
- (void) argv;
+int true_main([[maybe_unused]] int argc, [[maybe_unused]] char *argv[]) {
return 0;
}