diff -r 8519a48b52bd -r be386e469547 jdk/make/jpda/transport/socket/Makefile --- a/jdk/make/jpda/transport/socket/Makefile Fri Jul 25 08:44:20 2008 -0700 +++ b/jdk/make/jpda/transport/socket/Makefile Sun Jul 27 18:42:57 2008 -0700 @@ -36,11 +36,6 @@ include $(BUILDDIR)/common/Defs.gmk -ifeq ($(PLATFORM), windows) - # Files built here do not compile with warning level 3 if warnings are fatal - COMPILER_WARNINGS_FATAL=false -endif - ifeq ($(PLATFORM), linux) OTHER_LDLIBS += -lnsl $(LIBSOCKET) -lpthread endif