Commit 6389a767 by Ovidiu Predescu

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

languages define additional options.

From-SVN: r35514
parent 63d5dfe3
......@@ -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"},
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment