Hi!
>       /* Parse standard options given to run the test. */
> -     msg = parse_opts(ac, av, options, &help);
> +     msg = parse_opts(ac, av, NULL, NULL);
>       if (msg != (char *) NULL) {
>               tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s, use -help", 
> msg);
>               tst_exit();

The cast to (char *) is useless, please remove it, and also the
tst_exit() don't need to be there as tst_brkm() calls the tst_exit()
itself now.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to