Files
nethack/sys/share
nhmall 49cccb5a8d quiet a warning compiling sys/share/uudecode in recent compiler
../sys/share/uudecode.c: In function ‘main’:
../sys/share/uudecode.c:131:32: warning: format ‘%o’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘int *’ [-Wformat=]
  131 |     (void) sscanf(buf, "begin %o %s", &mode, dest);
      |                               ~^      ~~~~~
      |                                |      |
      |                                |      int *
      |                                unsigned int *
      |                               %o
2026-04-09 10:06:24 -04:00
..
2022-02-15 15:22:34 -05:00
2021-01-26 21:06:16 -05:00
2026-04-04 13:44:23 -04:00
2025-01-04 19:01:34 -05:00
2025-01-04 23:38:34 -05:00
2022-07-01 13:08:43 -07:00
2024-02-28 20:15:56 -08:00
2002-01-05 21:05:58 +00:00
2002-01-05 21:05:58 +00:00
2025-01-05 05:42:24 -05:00