comparison lwlink/script.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 fdc11ef4115b
comparison
equal deleted inserted replaced
1:96c4dc89016e 2:7317fbe024af
19 19
20 20
21 Read and parse linker scripts 21 Read and parse linker scripts
22 */ 22 */
23 23
24 #include <ctype.h>
24 #include <errno.h> 25 #include <errno.h>
25 #include <stdio.h> 26 #include <stdio.h>
26 #include <stdlib.h> 27 #include <stdlib.h>
27 #include <string.h> 28 #include <string.h>
28 29