fixed dead flag for functions
This commit is contained in:
@@ -465,6 +465,8 @@ int main(int argc, char *argv[])
|
||||
if ((*argv)[12] == '\0' || (!is_integer_value(*argv + 12)))
|
||||
goto ERR;
|
||||
}
|
||||
else if (!strcmp(argv[0], "-bigPrivates"))
|
||||
;
|
||||
else if (!strcmp(argv[0], "-ioRTS"))
|
||||
;
|
||||
else if (!strcmp(argv[0], "-read_all"))
|
||||
|
||||
Reference in New Issue
Block a user