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.
This commit is contained in:
Indu Bhagat 2021-10-13 10:01:38 -07:00
parent 1456bd4720
commit 90582eb6c5
1 changed files with 1 additions and 1 deletions

View 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