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 a0b7e41..701c7ea 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