https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78973
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|patch | --- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> --- I should add that changing irdebi to take count as an unsigned suppresses the warning. That is also the recommended way to declare variables that store sizes or counts that cannot meaningfully be negative.