diff mbox series

[committed] Remove stray comma in primary_constraint_error.

Message ID 20191204145329.GE119925@redhat.com
State New
Headers show
Series [committed] Remove stray comma in primary_constraint_error. | expand

Commit Message

Marek Polacek Dec. 4, 2019, 2:53 p.m. UTC
This fixes
cp/parser.c:27134:20: warning: comma at end of enumerator list

Applying to trunk.

2019-12-04  Marek Polacek  <polacek@redhat.com>

	* parser.c (enum primary_constraint_error): Remove stray comma.
diff mbox series

Patch

diff --git gcc/cp/parser.c gcc/cp/parser.c
index fb030022627..10ff01666b9 100644
--- gcc/cp/parser.c
+++ gcc/cp/parser.c
@@ -27131,7 +27131,7 @@  enum primary_constraint_error
 {
   pce_ok,
   pce_maybe_operator,
-  pce_maybe_postfix,
+  pce_maybe_postfix
 };
 
 /* Returns true if the token(s) following a primary-expression in a