From: Indu Bhagat Date: Wed, 13 Oct 2021 17:01:38 +0000 (-0700) Subject: ctfc: remove redundant comma in enumerator list X-Git-Tag: basepoints/gcc-13~3935 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90582eb6c565afb9cef89c1781af6d9a96b086e9;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/ctfc.h b/gcc/ctfc.h index a0b7e4105a87..701c7eab8196 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