Marked missing parameters in getopt.c on FreeBSD
This commit is contained in:
parent
3f4855587c
commit
5bba2cc066
1 changed files with 2 additions and 1 deletions
|
@ -445,7 +445,8 @@ _getopt_initialize (argc, argv, optstring)
|
||||||
else
|
else
|
||||||
nonoption_flags_len = 0;
|
nonoption_flags_len = 0;
|
||||||
#endif
|
#endif
|
||||||
|
UNUSED(argc);
|
||||||
|
UNUSED(argv);
|
||||||
return optstring;
|
return optstring;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue