diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-09-24 16:56:18 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-09-24 16:56:18 +0100 |
| commit | df3b9cb845d5641dab16cbe071dca0ac2b7a97fb (patch) | |
| tree | 0e474552c5443291b58375429ddad17f1251df17 /drawing.c | |
| parent | ff218728c6953ede1957ddb5b039bcb2ba920a44 (diff) | |
| download | puzzles-df3b9cb845d5641dab16cbe071dca0ac2b7a97fb.zip puzzles-df3b9cb845d5641dab16cbe071dca0ac2b7a97fb.tar.gz puzzles-df3b9cb845d5641dab16cbe071dca0ac2b7a97fb.tar.bz2 puzzles-df3b9cb845d5641dab16cbe071dca0ac2b7a97fb.tar.xz | |
Avoid macro-generating a trailing comma in an enum.
gcc objects to this in -pedantic mode, which means other compilers are
technically entitled to object too if they like. Usually I try to
avoid it by putting a dummy value at the end of the enum, but I forgot
in this case.
(And I didn't notice, because _my_ local builds run without -pedantic,
on the grounds that configure.ac autodetects that my system's GTK
headers are not pedantic-clean. Oh well.)
Diffstat (limited to 'drawing.c')
0 files changed, 0 insertions, 0 deletions