diff options
| author | Nakidai <nakidai@disroot.org> | 2026-02-01 20:04:41 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2026-02-01 20:04:41 +0300 |
| commit | e50f850d763e3b1e6b06b4b312512a5b006eabbc (patch) | |
| tree | 8f40752a756182fff9615187b3f482c73b77fdef /main.c | |
| parent | ac52bbe3427cda3bd2098ee35e06163885b21836 (diff) | |
| download | libreircd-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.c | 2 |
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]); |