* src/pinky.c, src/who.c:
Omit no-longer-needed -Wstringop-overread pragma.
putchar ('\n');
}
-/* Work around <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109614>,
- triggered by STREQ_LEN with a negative length. */
-#if 11 <= __GNUC__
-# pragma GCC diagnostic ignored "-Wstringop-overread"
-#endif
-
/* Display UTMP_BUF, which should have N entries. */
static void
_("PID"), _("COMMENT"), _("EXIT"));
}
-/* Work around <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109614>,
- triggered by STREQ_LEN with a negative length. */
-#if 11 <= __GNUC__
-# pragma GCC diagnostic ignored "-Wstringop-overread"
-#endif
-
/* Display UTMP_BUF, which should have N entries. */
static void
scan_entries (idx_t n, const STRUCT_UTMP *utmp_buf)