[Bug c/66249] -Wformat-signedness should not warn on enums

2020-11-06 Thread peter at eisentraut dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66249 --- Comment #3 from Peter Eisentraut --- The GCC documentation on implementation-defined behavior states that enums are unsigned unless negative values are included. It says that -fshort-enums is the default for some ABIs, but there is no indica

[Bug c/66249] -Wformat-signedness should not warn on enums

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66249 --- Comment #2 from Eric Gallager --- (In reply to Marek Polacek from comment #1) > -Wformat-signedness has many issues (which was the reason it's been pulled > out of -Wformat=2). Maybe it's time for a -Wformat=3?

[Bug c/66249] -Wformat-signedness should not warn on enums

2015-05-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66249 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|