Changing one line as shown below seems to have fixed it, at least it eliminate the warning. Don't know yet if it causes any problems when the program runs. This change is in line with the way the other programs in this directory are constructed.
% diff cons.c cons.c.dist 6c6 < Char intreename[FNMLNGTH], intree2name[FNMLNGTH]; --- > Char outfilename[FNMLNGTH], intreename[FNMLNGTH], intree2name[FNMLNGTH], outtreename[FNMLNGTH]; Regards, David Mathog [email protected] Manager, Sequence Analysis Facility, Biology Division, Caltech _______________________________________________ EMBOSS mailing list [email protected] http://lists.open-bio.org/mailman/listinfo/emboss
