1
0
Fork 0

fix some compiler warnings

This commit is contained in:
Christian Schmitt 2011-08-30 09:32:29 +02:00 committed by Martin Spott
parent 1707ec7fbf
commit b8750c2f55
7 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,6 @@
/* a test of the Shewchuk triangulator (lib form) */
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -1,5 +1,6 @@
#include "triangulate.h"
#include <math.h>
#include <string.h>
#ifdef _MSC_VER
# include <memory.h>

View file

@ -1,5 +1,6 @@
#include "triangulate.h"
#include <math.h>
#include <string.h>
#ifdef _MSC_VER
# include <memory.h>
#endif

View file

@ -1,4 +1,5 @@
#include "triangulate.h"
#include <string.h>
/* #include <sys/time.h> */
#ifdef _MSC_VER
# include <memory.h>

View file

@ -51,6 +51,7 @@
static char rcsid[] =
"$Id: shpcreate.c,v 1.5 2002/01/15 14:36:07 warmerda Exp $";
#include <stdlib.h>
#include "shapefil.h"
int main( int argc, char ** argv )

View file

@ -67,6 +67,7 @@
static char rcsid[] =
"$Id: shpdump.c,v 1.10 2002/04/10 16:59:29 warmerda Exp $";
#include <stdlib.h>
#include "shapefil.h"
int main( int argc, char ** argv )

View file

@ -79,6 +79,7 @@
static char rcsid[] =
"$Id: shputils.c,v 1.7 2003/02/25 17:20:22 warmerda Exp $";
#include <stdlib.h>
#include "shapefil.h"
#include "string.h"
#ifndef FALSE