fix warning
This commit is contained in:
@@ -41,7 +41,9 @@ modules, but which are not relevant to the outside. */
|
|||||||
//#include "config.h"
|
//#include "config.h"
|
||||||
#define HAVE_MEMMOVE 1
|
#define HAVE_MEMMOVE 1
|
||||||
#define NEWLINE '\n'
|
#define NEWLINE '\n'
|
||||||
|
#if defined(_WINDOWS)
|
||||||
#pragma warning( disable : 4244 )
|
#pragma warning( disable : 4244 )
|
||||||
|
#endif
|
||||||
|
|
||||||
/* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
|
/* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
|
||||||
define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY
|
define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY
|
||||||
|
|||||||
Reference in New Issue
Block a user