Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253753: Enable default constructor warning in client modules
Reviewed-by: prr, serb, ihse
  • Loading branch information
jddarcy committed Nov 27, 2020
1 parent f6bfbb2 commit 65137ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions make/CompileJavaModules.gmk
Expand Up @@ -76,7 +76,6 @@ java.datatransfer_COPY += flavormap.properties

################################################################################

java.desktop_DISABLED_WARNINGS += missing-explicit-ctor
java.desktop_DOCLINT += -Xdoclint:all/protected,-reference \
'-Xdoclint/package:java.*,javax.*'
java.desktop_COPY += .gif .png .wav .txt .xml .css .pf
Expand Down Expand Up @@ -295,10 +294,6 @@ java.xml.crypto_CLEAN += .properties

################################################################################

jdk.accessibility_DISABLED_WARNINGS += missing-explicit-ctor

################################################################################

jdk.charsets_COPY += .dat

################################################################################
Expand Down

1 comment on commit 65137ff

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.