]> 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:16:03 +0000 (06:16 +0200)
PR target/107364

gcc/ChangeLog:

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

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

index 586a1a2d0f612666f2c70c149f39e780d164b161..761af2715f0c81e8600c344b44ffa8bc80726869 100644 (file)
@@ -37,7 +37,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. */