aboutsummaryrefslogtreecommitdiff
path: root/gcc/ctfc.h
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2021-10-13 10:01:38 -0700
committerIndu Bhagat <indu.bhagat@oracle.com>2021-10-13 10:05:18 -0700
commit90582eb6c565afb9cef89c1781af6d9a96b086e9 (patch)
treeb822a15c7dc0aaa6ee8b94d8d15bcf01b9b68848 /gcc/ctfc.h
parent1456bd4720224b054942ec01800a95f41e2ccb02 (diff)
downloadgcc-90582eb6c565afb9cef89c1781af6d9a96b086e9.zip
gcc-90582eb6c565afb9cef89c1781af6d9a96b086e9.tar.gz
gcc-90582eb6c565afb9cef89c1781af6d9a96b086e9.tar.bz2
ctfc: remove redundant comma in enumerator list
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.
Diffstat (limited to 'gcc/ctfc.h')
-rw-r--r--gcc/ctfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ctfc.h b/gcc/ctfc.h
index a0b7e41..701c7ea 100644
--- a/gcc/ctfc.h
+++ b/gcc/ctfc.h
@@ -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