summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/Options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/Options.cpp')
-rw-r--r--ACE/apps/drwho/Options.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/apps/drwho/Options.cpp b/ACE/apps/drwho/Options.cpp
index 0cda644da72..a84b69bf936 100644
--- a/ACE/apps/drwho/Options.cpp
+++ b/ACE/apps/drwho/Options.cpp
@@ -80,10 +80,12 @@ Options::set_options (int argc, char *argv[])
Options::program_name = argv[0];
+ //FUZZ: disable check_for_lack_ACE_OS
ACE_Get_Opt getopt (argc, argv, "?aA:bdF:f:hH:Llp:rRsSt:w:");
while ((c = getopt ()) != -1)
{
+ //FUZZ: endable check_for_lack_ACE_OS
switch (c)
{
case '?':