Files
nethack/sys
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-11-08 14:53:50 -05:00
2025-11-10 09:19:47 -05:00
2025-05-25 15:43:14 -04:00
2025-10-24 12:27:05 -04:00
2025-11-22 10:34:45 -05:00