]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ctfc: remove redundant comma in enumerator list
authorIndu Bhagat <indu.bhagat@oracle.com>
Wed, 13 Oct 2021 17:01:38 +0000 (10:01 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Wed, 13 Oct 2021 17:05:18 +0000 (10:05 -0700)
This also helps get rid of warning

ctfc.h:215:18: warning: comma at end of enumerator list [-Wpedantic]
   CTF_DTU_D_SLICE,

gcc/ChangeLog:

* ctfc.h (enum ctf_dtu_d_union_enum): Remove redundant comma.

gcc/ctfc.h

index a0b7e4105a8704b0a07d5d6c5c6f41cceffef2bc..701c7eab8196a214ae621340f7dc6066302fd004 100644 (file)
@@ -212,7 +212,7 @@ enum ctf_dtu_d_union_enum {
   CTF_DTU_D_ARRAY,
   CTF_DTU_D_ENCODING,
   CTF_DTU_D_ARGUMENTS,
-  CTF_DTU_D_SLICE,
+  CTF_DTU_D_SLICE
 };
 
 enum ctf_dtu_d_union_enum