summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2026-02-01 20:04:41 +0300
committerNakidai <nakidai@disroot.org>2026-02-01 20:04:41 +0300
commite50f850d763e3b1e6b06b4b312512a5b006eabbc (patch)
tree8f40752a756182fff9615187b3f482c73b77fdef /main.c
parentac52bbe3427cda3bd2098ee35e06163885b21836 (diff)
downloadlibreircd-e50f850d763e3b1e6b06b4b312512a5b006eabbc.tar.gz
libreircd-e50f850d763e3b1e6b06b4b312512a5b006eabbc.zip
Fix all the warnings
The one in user.c is the funniest one
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 26de6e6..324309f 100644
--- a/main.c
+++ b/main.c
@@ -33,6 +33,8 @@ main(int argc, char **argv)
 	size_t i;
 	char *p;
 
+	(void)argc;
+
 	for (i = 1; i < 4; ++i)
 		if (!argv[i] || !*argv[i])
 			errx(1, "usage: %s hostname bindaddr port", argv[0]);