Re: [committed] avoid pedantic warning in C++ 98 mode: comma at end of enumerator list

2020-02-07 Thread Joseph Myers
On Wed, 5 Feb 2020, Martin Sebor wrote: > I removed the trailing comma and (after a few false starts) managed > to push the change in commit > r10-6466-g297aa668293d55ffe100d810e92fbe592f262557. > > I got the error below for my first few attempts. The message had > the expected format so I was

[committed] avoid pedantic warning in C++ 98 mode: comma at end of enumerator list

2020-02-05 Thread Martin Sebor
I removed the trailing comma and (after a few false starts) managed to push the change in commit r10-6466-g297aa668293d55ffe100d810e92fbe592f262557. I got the error below for my first few attempts. The message had the expected format so I wasn't sure what the problem was until I removed the "[