Files
nethack/sys/windows
nhmall 113607823d Windows warning bit in windsys.c
windows/windsys.c:263:15: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
  263 |         msmsg(buf);
      |               ^~~
../sys/windows/windsys.c:263:15: note: treat the string as an argument to avoid this
  263 |         msmsg(buf);
      |               ^
      |               "%s",
../sys/windows/windsys.c:267:20: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
  267 |         raw_printf(buf);
      |                    ^~~
2025-11-22 10:34:45 -05:00
..
2025-09-26 09:13:38 -04:00
2025-11-20 14:32:23 -05:00
2025-02-26 23:14:52 -05:00
2025-08-06 13:51:22 -04:00
2025-06-02 08:50:10 -04:00
2023-05-29 22:39:43 -04:00
2022-10-26 14:21:23 -04:00
2024-11-14 11:54:39 -05:00
2024-12-20 10:32:38 -05:00
2025-05-25 15:03:13 -04:00
2025-11-22 10:34:45 -05:00