diff lwasm/section.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 5ac1c4cd81a7
line wrap: on
line diff
--- a/lwasm/section.c	Wed Jan 19 22:31:00 2011 -0700
+++ b/lwasm/section.c	Thu Jan 20 22:39:46 2011 -0700
@@ -20,6 +20,7 @@
 */
 
 #include <string.h>
+#include <ctype.h>
 
 #include <lw_string.h>
 #include <lw_alloc.h>
@@ -292,7 +293,7 @@
 {
 	int after = 0;
 	char *sym = NULL;
-	importlist_t *e;
+//	importlist_t *e;
 	
 	if (as -> output_format != OUTPUT_OBJ)
 	{