Files
nethack/sys/windows
nhmall 32acb80174 resolve some valid warnings on Windows
../sys/windows/windmain.c:226:12: warning: address of array 'gc.chosen_windowtype' will always
      evaluate to 'true' [-Wpointer-bool-conversion]
  226 |     if (gc.chosen_windowtype && *gc.chosen_windowtype)

../sys/windows/consoletty.c:873:27: warning: address of array 'back->utf8str' will always evaluate
      to 'true' [-Wpointer-bool-conversion]
  873 |                 if (back->utf8str && front->utf8str
      |                     ~~~~~~^~~~~~~ ~~
../sys/windows/consoletty.c:873:45: warning: address of array 'front->utf8str' will always evaluate
      to 'true' [-Wpointer-bool-conversion]
  873 |                 if (back->utf8str && front->utf8str
      |                                   ~~ ~~~~~~~^~~~~~~
2026-04-21 05:13:46 -04:00
..
2026-04-05 13:11:14 -04:00
2025-09-26 09:13:38 -04:00
2026-04-05 13:11:14 -04:00
2025-06-02 08:50:10 -04:00
2023-05-29 22:39:43 -04:00
2026-04-20 10:31:32 -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
2026-04-05 13:11:14 -04:00