Remove warnings

* Remove assigned but not used variables (GCC 4.6)
* Bump _XOPEN_SOURCE to 600, ridding of FreeBSD warnings (this probably need
  to be tweaked on a per-implementation basis as problems arise)
This commit is contained in:
Tamas TEVESZ
2011-03-24 16:19:52 +01:00
committed by Carlos R. Mafra
parent 43c7abe79f
commit f65b99e615
45 changed files with 83 additions and 174 deletions
+1
View File
@@ -4,6 +4,7 @@
#define _GNU_SOURCE /* getopt_long */
#endif
#include <ctype.h>
#include <getopt.h>
#include <limits.h>
#include <locale.h>