mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 17:59:52 +08:00
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:
parent
63d5dfe350
commit
6389a767b8
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user