]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: fix pedantic warning
authorMartin Liska <mliska@suse.cz>
Tue, 25 Oct 2022 04:16:03 +0000 (06:16 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 25 Oct 2022 04:25:04 +0000 (06:25 +0200)
PR target/107364

gcc/ChangeLog:

* common/config/i386/i386-cpuinfo.h (enum processor_vendor):
Fix pedantic warning.

(cherry picked from commit f3f000b7689ce9eb6364808072025672af1e4e1b)

gcc/common/config/i386/i386-cpuinfo.h

index 0f12024141c7ce23198b64ca214532c39c6de259..12830a610ca9f0ac38d59f27596b97603da20fc4 100644 (file)
@@ -36,7 +36,7 @@ enum processor_vendor
 
   /* Maximum values must be at the end of this enum.  */
   VENDOR_MAX,
-  BUILTIN_VENDOR_MAX = VENDOR_OTHER,
+  BUILTIN_VENDOR_MAX = VENDOR_OTHER
 };
 
 /* Any new types or subtypes have to be inserted at the end. */