corba/make/common/shared/Defs-java.gmk
changeset 2195 280b7d4be00d
parent 2194 b1b06d37c64d
child 3291 805a72a26925
child 3357 554aac3029bc
equal deleted inserted replaced
2194:b1b06d37c64d 2195:280b7d4be00d
   102 endif
   102 endif
   103 ifeq ($(COMPILER_WARNINGS_FATAL), true)
   103 ifeq ($(COMPILER_WARNINGS_FATAL), true)
   104   JAVACFLAGS  += -Werror
   104   JAVACFLAGS  += -Werror
   105 endif
   105 endif
   106 
   106 
       
   107 NO_PROPRIETARY_API_WARNINGS = -XDignore.symbol.file=true
       
   108 JAVACFLAGS  += $(NO_PROPRIETARY_API_WARNINGS)
       
   109 
   107 # Add the source level (currently all source is 1.5, should this be 1.6?)
   110 # Add the source level (currently all source is 1.5, should this be 1.6?)
   108 LANGUAGE_VERSION = -source 1.5
   111 LANGUAGE_VERSION = -source 1.5
   109 JAVACFLAGS  += $(LANGUAGE_VERSION)
   112 JAVACFLAGS  += $(LANGUAGE_VERSION)
   110 
   113 
   111 # Add the class version we want (currently this is 5, should it be 6 or even 7?)
   114 # Add the class version we want (currently this is 5, should it be 6 or even 7?)