mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Ticket: #1914: src/mcserv.c: fixed break on unused parameter
This commit is contained in:
parent
f3b6436732
commit
c4776385bc
@ -1296,6 +1296,7 @@ register_port (int port, int abort_if_fail)
|
|||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
(void) port;
|
||||||
if (abort_if_fail) {
|
if (abort_if_fail) {
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"This system lacks port registration, try using the -p\n"
|
"This system lacks port registration, try using the -p\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user