Skip to content

Commit

Permalink
Avoid an warning/error with Clang 10.x
Browse files Browse the repository at this point in the history
* Add misleading-indentation to the list of warnings to disable.  This
  fixes compilation with Clang 10.
  • Loading branch information
battleblow committed Apr 17, 2020
1 parent 4ef71c5 commit beb20c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/hotspot/lib/CompileJvm.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DISABLED_WARNINGS_clang := tautological-compare \
undefined-var-template sometimes-uninitialized unknown-pragmas \
delete-non-virtual-dtor missing-braces char-subscripts \
ignored-qualifiers missing-field-initializers mismatched-tags \
unnamed-type-template-args
unnamed-type-template-args misleading-indentation

DISABLED_WARNINGS_solstudio := labelnotused hidef w_novirtualdescr inlafteruse \
unknownpragma doubunder w_enumnotused w_toomanyenumnotused \
Expand Down

0 comments on commit beb20c5

Please sign in to comment.