2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Warning suppression for Cygwin 2.95.2

[SVN r13488]
This commit is contained in:
Dave Abrahams
2002-04-15 04:08:49 +00:00
parent a9fb1b25a8
commit 473d38c846

View File

@@ -47,7 +47,7 @@ typedef int pid_t;
# define HAVE_STRERROR
# endif
# define NT_THREADS
# if __GNUC__ < 3 || __GNUC__ == 3 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ < 3
# if !defined(__CYGWIN__) && (__GNUC__ < 3 || __GNUC__ == 3 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ < 3)
# define WITH_THREAD
# endif
# ifndef NETSCAPE_PI