OSDN Git Service

Added a comma after the last element to avoid syntax errors when other
authorovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Aug 2000 07:47:20 +0000 (07:47 +0000)
committerovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Aug 2000 07:47:20 +0000 (07:47 +0000)
languages define additional options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35514 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/lang-options.h

index b6951c6..76c6fe2 100644 (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"},