hello, I downloaded version 1.1.1 and tried to compile using make and following warnings are appearing.
mk_epoll.c: In function ‘mk_epoll_add’: mk_epoll.c:277:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] mk_epoll.c: In function ‘mk_epoll_change_mode’: mk_epoll.c:368:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] auth.c: In function ‘_mkp_init’: auth.c:103:46: warning: unused parameter ‘confdir’ [-Wunused-parameter] auth.c: In function ‘_mkp_stage_30’: auth.c:136:34: warning: unused parameter ‘plugin’ [-Wunused-parameter] dirlisting.c: In function ‘_mkp_stage_30’: dirlisting.c:809:34: warning: unused parameter ‘plugin’ [-Wunused-parameter] mandril.c: In function ‘_mkp_stage_10’: mandril.c:228:65: warning: unused parameter ‘conx’ [-Wunused-parameter] mandril.c: In function ‘_mkp_stage_20’: mandril.c:238:42: warning: unused parameter ‘cs’ [-Wunused-parameter] palm.c: In function ‘_mkp_core_prctx’: palm.c:173:43: warning: unused parameter ‘config’ [-Wunused-parameter] I think it's for the compiler argument to warn on unused parameter but I think it would be nice if we can remove dead codes. Rajika _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
