On Fri, 18 May 2012 06:47:24 -0600 Eduardo Silva <[email protected]> wrote:
> ideas to fix these warnings ? > base64.c: In function ‘base64_decode’: > base64.c:108:22: warning: variable ‘olen’ set but not used > [-Wunused-but-set-variable] > loop.c: In function ‘mk_cheetah_loop_stdin’: > loop.c:40:11: warning: variable ‘rcmd’ set but not used > [-Wunused-but-set-variable] Unused variables, safe to remove :) - Lauri _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
