--- parser3/src/lib/ltdl/config_fixed.h 2003/01/14 16:58:42 1.2 +++ parser3/src/lib/ltdl/config_fixed.h 2003/01/31 12:34:32 1.2.2.2 @@ -2,6 +2,10 @@ /* Configure file for autoconf-disabled platforms */ /* tested only with MS Visual C++ V6 */ +#if _MSC_VER +#pragma warning(disable:4090 4022 4113 4018) +#endif + #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_MEMCPY 1 @@ -40,7 +44,7 @@ typedef void DIR; #define LT_D_NAMLEN(dirent) (0) -inline DIR *opendir(const char *name) { +inline DIR *opendir(const char* name) { return 0; } inline struct dirent *readdir(DIR *dir) {