Hi! > + msg = parse_opts(argc, argv, NULL, NULL); > + if (msg != (char *)NULL) > + tst_brkm(TBROK, tst_exit, "OPTION PARSING ERROR - %s", msg);
The cast to char* is useless, please remove it. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
