< prev index next >

make/modules/java.base/Java.gmk

Print this page
*** 25,11 ***
  
  # The base module should be built with all warnings enabled. When a
  # new warning is added to javac, it can be temporarily added to the
  # disabled warnings list.
  #
! # DISABLED_WARNINGS_java +=
  
  DOCLINT += -Xdoclint:all/protected \
      '-Xdoclint/package:java.*,javax.*'
  JAVAC_FLAGS += -XDstringConcat=inline
  COPY += .icu .dat .spp .nrm content-types.properties \
--- 25,11 ---
  
  # The base module should be built with all warnings enabled. When a
  # new warning is added to javac, it can be temporarily added to the
  # disabled warnings list.
  #
! DISABLED_WARNINGS_java +=
  
  DOCLINT += -Xdoclint:all/protected \
      '-Xdoclint/package:java.*,javax.*'
  JAVAC_FLAGS += -XDstringConcat=inline
  COPY += .icu .dat .spp .nrm content-types.properties \
< prev index next >