changeset 849 | be386e469547 |
parent 2 | 90ce3da70b43 |
child 1247 | b4c26443dee5 |
--- a/jdk/make/jpda/transport/shmem/Makefile Fri Jul 25 08:44:20 2008 -0700 +++ b/jdk/make/jpda/transport/shmem/Makefile Sun Jul 27 18:42:57 2008 -0700 @@ -36,13 +36,6 @@ include $(BUILDDIR)/common/Defs.gmk -# 64-bit windows does not build at -W3 if warnings are fatal -ifeq ($(PLATFORM), windows) - ifeq ($(ARCH_DATA_MODEL), 64) - COMPILER_WARNINGS_FATAL=false - endif -endif - FILES_c = \ SharedMemoryTransport.c \ SharedMemoryConnection.c \