diff lwasm/pass5.c @ 2:7317fbe024af

Clean up insane number of compiler warnings under -Wall
author lost@l-w.ca
date Thu, 20 Jan 2011 22:39:46 -0700
parents 2c24602be78f
children 697bc543368c
line wrap: on
line diff
--- a/lwasm/pass5.c	Wed Jan 19 22:31:00 2011 -0700
+++ b/lwasm/pass5.c	Thu Jan 20 22:39:46 2011 -0700
@@ -63,11 +63,11 @@
 
 void do_pass5(asmstate_t *as)
 {
-	int rc;
+//	int rc;
 	int cnt;
 	int ocnt;
 	line_t *cl, *sl;
-	struct line_expr_s *le;
+//	struct line_expr_s *le;
 
 	// first, count the number of non-constant addresses; do
 	// a reduction first on each one