equal
deleted
inserted
replaced
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?) |