]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
commit90582eb6c565afb9cef89c1781af6d9a96b086e9
treeb822a15c7dc0aaa6ee8b94d8d15bcf01b9b68848
parent1456bd4720224b054942ec01800a95f41e2ccb02
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.
gcc/ctfc.h