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
|
||||
nonoption_flags_len = 0;
|
||||
#endif
|
||||
|
||||
UNUSED(argc);
|
||||
UNUSED(argv);
|
||||
return optstring;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue