Mercurial > hg > index.cgi
comparison lwlink/main.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 |
---|---|
25 #include <argp.h> | 25 #include <argp.h> |
26 #include <errno.h> | 26 #include <errno.h> |
27 #include <stdio.h> | 27 #include <stdio.h> |
28 #include <stdlib.h> | 28 #include <stdlib.h> |
29 #include <unistd.h> | 29 #include <unistd.h> |
30 #include <string.h> | |
30 | 31 |
31 #include "lwlink.h" | 32 #include "lwlink.h" |
32 | 33 |
33 char *program_name; | 34 char *program_name; |
34 | 35 |