Wednesday, February 24, 2010

Errors and Warning IN BIO TESTER

there have a error and some warnings in BIO TESTER when compiling.

1. there are too many actual parameters in bio_edit. For example, line 231 in BIO TESTER biomain.c is the "key = bio_edit(str,11,30, 20, 60,&insert, &offset, &curpos, 0, 0); ". The last "0" is unuseful.

2.In BIO TESTER biomain.c, mentions the "BIO_TAB_SIZE", but in wikipage(http://zenit.senecac.on.ca/wiki/index.php/BIOF_20101_%28AS1%29_-_OOP344), there are just mentions the "CIO_TAB_SIZE".

3. In line 707 of biomain.c, when compile it, there have a warning that 'del' is unreferenced local variable.

No comments:

Post a Comment