Marked missing parameters in getopt.c on FreeBSD

This commit is contained in:
thorkill 2015-07-02 21:42:44 +02:00
parent 3f4855587c
commit 5bba2cc066

View file

@ -445,7 +445,8 @@ _getopt_initialize (argc, argv, optstring)
else
nonoption_flags_len = 0;
#endif
UNUSED(argc);
UNUSED(argv);
return optstring;
}