< prev index next >

make/jpda/transport/shmem/Makefile

Print this page
rev 1377 : 6727683: Cleanup use of COMPILER_WARNINGS_FATAL in makefiles
Reviewed-by: tbell

*** 34,50 **** # Mapfile only used on Solaris/Linux FILES_m = mapfile-vers 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 \ shmemBack.c \ shmemBase.c \ --- 34,43 ----
< prev index next >