diff lwasm/debug.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 38c1537857ce
line wrap: on
line diff
--- a/lwasm/debug.c	Wed Jan 19 22:31:00 2011 -0700
+++ b/lwasm/debug.c	Thu Jan 20 22:39:46 2011 -0700
@@ -34,9 +34,9 @@
 void dump_state(asmstate_t *as)
 {
 	line_t *cl;
-	exportlist_t *ex;
-	struct symtabe *s;
-	importlist_t *im;
+//	exportlist_t *ex;
+//	struct symtabe *s;
+//	importlist_t *im;
 	struct line_expr_s *le;
 	lwasm_error_t *e;