comparison 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
comparison
equal deleted inserted replaced
1:96c4dc89016e 2:7317fbe024af
32 32
33 */ 33 */
34 void dump_state(asmstate_t *as) 34 void dump_state(asmstate_t *as)
35 { 35 {
36 line_t *cl; 36 line_t *cl;
37 exportlist_t *ex; 37 // exportlist_t *ex;
38 struct symtabe *s; 38 // struct symtabe *s;
39 importlist_t *im; 39 // importlist_t *im;
40 struct line_expr_s *le; 40 struct line_expr_s *le;
41 lwasm_error_t *e; 41 lwasm_error_t *e;
42 42
43 debug_message(as, 100, "Lines:"); 43 debug_message(as, 100, "Lines:");
44 44