Added a comma after the last element to avoid syntax errors when other

languages define additional options.

From-SVN: r35514
This commit is contained in:
Ovidiu Predescu 2000-08-06 07:47:20 +00:00
parent 63d5dfe350
commit 6389a767b8

View File

@ -50,4 +50,4 @@ DEFINE_LANG_NAME ("Java")
{ "-fno-use-divide-subroutine", "Use built-in instructions for division" },
{ "-Wredundant-modifiers",
"Warn if modifiers are specified when not necessary"},
{ "-Wunsupported-jdk11", "Warn if `final' local variables are specified"}
{ "-Wunsupported-jdk11", "Warn if `final' local variables are specified"},