Resolve gcc warnings in the utils

This commit is contained in:
Dmitry Podgorny
2021-10-31 00:52:44 +03:00
parent 15526d8c4c
commit 80f13f2193
2 changed files with 18 additions and 8 deletions

View File

@@ -144,7 +144,8 @@ ipx_del_internal_net(int argc, char **argv)
int s;
int result;
char errmsg[80];
(void)argv;
if (argc != 1) {
usage();
}