MidnightBSD Magus

games/nethack36

Dungeon explorin', slashin', hackin' game

Flavor Version Run OSVersion Arch License Restricted Status
3.6.6 620 4.0 amd64 nethack 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4064b info 2025-11-03 02:04:50.782693 Test Started
m4064b fail 2025-11-03 02:05:30.885297 make build returned non-zero: 1
m4064b fail 2025-11-03 02:05:30.992691 Test complete.

Log

===>  Building for nethack36-3.6.6
( cd src ; /usr/local/bin/gmake )
( cd doc ; /usr/local/bin/gmake Guidebook )
( cd dat ; /usr/local/bin/gmake pet_mark.xbm )
( cd dat ; /usr/local/bin/gmake pilemark.xbm )
( cd dat ; /usr/local/bin/gmake rip.xpm )
(cd dat ; /usr/local/bin/gmake mapbg.xpm )
gmake[1]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
cp ../win/X11/pet_mark.xbm pet_mark.xbm
gmake[1]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/doc'
cat Guidebook.mn | ../util/makedefs --grep --input - --output - | tbl tmac.n - | nroff -c -Tascii | col -bx > Guidebook
gmake[1]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
cp ../win/X11/pilemark.xbm pilemark.xbm
gmake[1]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
cp ../win/X11/rip.xpm rip.xpm
gmake[1]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
cp ../win/gnome/mapbg.xpm mapbg.xpm
gmake[1]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
gmake[1]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
gmake[1]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/src'
touch ../src/config.h-t
gmake[1]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
gmake[1]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/dat'
/bin/sh: ../util/makedefs: not found
/bin/sh: tbl: not found
/bin/sh: nroff: not found
gmake[1]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/doc'
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c monst.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c objects.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o alloc.o alloc.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dlb.o dlb.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o isaac64.o isaac64.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o unixres.o ../sys/unix/unixres.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o Window.o ../win/X11/Window.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o dialogs.o ../win/X11/dialogs.c
alloc.c:29:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   29 | alloc(lth)
      | ^
alloc.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   79 | fmt_ptr(ptr)
      | ^
alloc.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  159 | dupstr(string)
      | ^
3 warnings generated.
../win/X11/Window.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   93 | no_op(w, event, params, num_params)
      | ^
../win/X11/Window.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  116 | Redisplay(w, event, region)
      | ^
../win/X11/Window.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  129 | Resize(w)
      | ^
../win/X11/Window.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  176 | WindowFont(w)
      | ^
In file included from ../win/X11/Window.c:32:
In file included from ../include/xwindowp.h:8:
../include/xwindow.h:80:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   80 | extern Font WindowFont(/* Widget */);
      |             ^
../win/X11/dialogs.c:99:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   99 | CreateDialog(parent, name, okay_callback, cancel_callback)
      | ^
../win/X11/Window.c:183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  183 | WindowFontStruct(w)
      | ^
In file included from ../win/X11/Window.c:32:
In file included from ../include/xwindowp.h:8:
../include/xwindow.h:79:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   79 | extern XFontStruct *WindowFontStruct(/* Widget */);
      |                     ^
../win/X11/dialogs.c:236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  236 | SetDialogPrompt(w, newprompt)
      | ^
../win/X11/dialogs.c:250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  250 | GetDialogResponse(w)
      | ^
../win/X11/dialogs.c:265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  265 | SetDialogResponse(w, s, ln)
      | ^
../win/X11/dialogs.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  315 | positionpopup(w, bottom)
      | ^
7 warnings generated.
5 warnings generated.
gmake[2]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -I../include -DX11_GRAPHICS   -c -o makedefs.o makedefs.c
makedefs.c:268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  268 | main(argc, argv)
      | ^
makedefs.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  321 | do_makedefs(options)
      | ^
makedefs.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  412 | name_file(template, tag)
      | ^
makedefs.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  421 | delete_file(template, tag)
      | ^
makedefs.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  431 | getfp(template, tag, mode)
      | ^
makedefs.c:670:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  670 | grepsearch(name)
      | ^
makedefs.c:685:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  685 | grep_check_id(id)
      | ^
makedefs.c:715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  715 | grep_show_wstack(tag)
      | ^
makedefs.c:731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  731 | do_grep_control(buf)
      | ^
makedefs.c:834:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  834 | grep0(inputfp0, outputfp0)
      | ^
makedefs.c:892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  892 | xcrypt(str)
      | ^
makedefs.c:914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  914 | read_rumors_file(file_ext, rumor_count, rumor_size, old_rumor_offset)
      | ^
makedefs.c:975:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  975 | do_rnd_access_file(fname, deflt_content)
      | ^
makedefs.c:1212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1212 | version_string(outbuf, delim)
      | ^
makedefs.c:1225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1225 | version_id_string(outbuf, build_date)
      | ^
makedefs.c:1259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1259 | bannerc_string(outbuf, build_date)
      | ^
makedefs.c:1454:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1454 | get_gitinfo(githash, gitbranch)
      | ^
makedefs.c:1513:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1513 | case_insensitive_comp(s1, s2)
      | ^
makedefs.c:1829:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1829 | opt_out_words(str, length_p)
      | ^
makedefs.c:1933:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1933 | d_filter(line)
      | ^
makedefs.c:2079:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2079 | h_filter(line)
      | ^
makedefs.c:2442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2442 | qt_comment(s)
      | ^
makedefs.c:2451:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2451 | qt_control(s)
      | ^
makedefs.c:2458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2458 | get_hdr(code)
      | ^
makedefs.c:2471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2471 | new_id(code)
      | ^
makedefs.c:2486:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2486 | known_msg(num, id)
      | ^
makedefs.c:2499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2499 | new_msg(s, num, id)
      | ^
makedefs.c:2520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2520 | valid_qt_summary(s, parsing)
      | ^
makedefs.c:2570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2570 | do_qt_control(s)
      | ^
makedefs.c:2618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2618 | do_qt_text(s)
      | ^
makedefs.c:2776:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2776 | static char *limit(name, pref) /* limit a name to 30 characters length */
      |              ^
makedefs.c:2923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2923 | fgetline(fd)
      | ^
makedefs.c:2947:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2947 | tmpdup(str)
      | ^
makedefs.c:2959:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2959 | eos(str)
      | ^
34 warnings generated.
cc  -o makedefs makedefs.o ../src/monst.o ../src/objects.o
gmake[2]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
gmake[2]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
./makedefs -o
gmake[2]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
gmake[2]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
./makedefs -p
gmake[2]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
touch ../src/hack.h-t
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o allmain.o allmain.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o apply.o apply.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o artifact.o artifact.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o attrib.o attrib.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o ball.o ball.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o bones.o bones.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o botl.o botl.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o cmd.o cmd.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dbridge.o dbridge.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o decl.o decl.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o detect.o detect.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dig.o dig.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o display.o display.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o do.o do.c
gmake[2]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
./makedefs -z
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o do_name.o do_name.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o do_wear.o do_wear.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dog.o dog.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dogmove.o dogmove.c
gmake[2]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dokick.o dokick.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dothrow.o dothrow.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o drawing.o drawing.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o dungeon.o dungeon.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o eat.o eat.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o end.o end.c
bones.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   20 | no_bones_level(lev)
      | ^
detect.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   58 | browse_map(ter_typ, ter_explain)
      | ^
bones.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   46 | goodfruit(id)
      | ^
detect.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   76 | map_monst(mtmp, showtail)
      | ^
bones.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   56 | resetobjs(ochain, restore)
      | ^
attrib.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  114 | adjattrib(ndx, incr, msgflg)
      | ^
detect.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   95 | trapped_chest_at(ttyp, x, y)
      | ^
dbridge.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   37 | is_pool(x, y)
      | ^
dig.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   48 | mkcavepos(x, y, dist, waslit, rockit)
      | ^
bones.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  207 | sanitize_name(namebuf)
      | ^
dbridge.c:dig.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]54:
   91 | mkcavearea(rockit)
      | ^
1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   54 | is_lava(x, y)
      | ^
dogmove.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   26 | droppables(mon)
      | ^
detect.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  140 | trapped_door_adbridge.c:70:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   70 | is_pool_or_lt(ttyp, x, y)
      | ^
ava(x, y)
      | ^
attrib.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  195 | gainstr(otmp, incr, givemsg)
      | ^
dig.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  143 | dig_typ(otmp, x, y)
      | ^
bones.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  234 | drop_upon_death(mtmp, cont, x, y)
      | dothrow.cdbridge.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   80 | ^
:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
is_ice(x, y)
      | ^
   35 | throw_obj(obj, shotlimit)
      | ^
attrib.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  216 | losestr(num)
      | ^
ball.c:23:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
detect.c:161:1: warning: dbridge.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   95 | is_moat(a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]   23 | ballrelease(showmsg)
      x
| , y)
      | ^
  161^
 | o_in(obj, oclass)
      | ^
attrib.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  249 | poisontell(typ, exclaim)
      | ^
bones.c:274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  274 | fixuporacle(oracle)
      | ^
detect.c:191:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  191 | o_material(obj, material)
      | ^
attrib.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  273 | poisoned(reason, typ, pkiller, fatal, thrown_weapon)
      | ^
dbridge.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  112 | db_under_typ(mask)
      | ^
dig.c:183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  183 | dig_check(madeby, verbose, x, y)
      | ^
dbridge.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  135 | is_drawbridge_wall(x, y)
      | ^
dogmove.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | cursed_object_at(x, y)
      | ^
detect.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  213 | do_dknown_of(obj)
      | ^
detect.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  227 | check_map_spot(x, y, oclass, material)
      | ^
dogmove.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  142 | dog_nutrition(mtmp, obj)
      | ^
botl.c:265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  265 | xlevdbridge.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_to_rank(xlev)
      | ^
  166 | is_db_wall(x, y)
      | ^
bones.c:356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  356 | savebones(how, when, corpse)
      | ^
botl.c:282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  282 | rank_of(lev, monnum, female)
      | ^
dbridge.c:177:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  177 | find_drawbridge(x, y)
      | ^
dogmove.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  206 | dog_eat(mattrib.c:340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  340 | ctmp, obj, x, y, devoudo_wear.c:49:1dothrow.c:238hang: :1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
e_lucr)
warning: ka function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      | ^   
  238 | ok_t(n)
      | ^
o_49 | findbridge.cgers:throw(shotlimit_p)
      | ^
209:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_  209 | get_wall_for_db(x, y)
      | ^
or_gloves(check_gloves)
      | ^
detect.c:284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]attrib.c:351:1: warning: botl.c:320:1a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:  
dungeon.c:137:dbridge.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1:   234 | create_drawbridge(  warning: 351284 | clear_stale_map(ocl | stone_luck(parameter)
      | ^
ass, m a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]ateri
al)
      | ^
warning:   a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  320 | title_to_mon(str, rball.c:137a | 177:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
snk_indx, title_ave_dungeon(fd, perforledo_wear.c:58:1: warning: m_wdetect.c:303a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]rite, free:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  303 | gold_dete  _allmain.ccda
t   58 | oft:23:1: warning: aa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]n)
      | ^
g177 | check_restrf_t
(h)
m   23 |       ssobj)
      | ^| ^

moveloop(resuming)g(otmp)
      | ^
x, iction(restriction)
      | ^
y, dir, flag)
      | ^
attrib.c:413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  413 | exercise(i, inc_or_dec)
      | ^

      | ^
do_wear.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   67 | on_msg(otmp)
      | ^
do.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   49 | boulder_hits_pool(otmp, rx, ry, pushing)
      | ^
dog.c:11:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   11 | newedog(mtmp)
      | ^
dokick.c:33:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   33 | kickdmg(mon, clumsy)
      | ^
do_wear.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   92 | toggle_stealth(obj, oldprop, on)
      | ^
ball.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  234 | lift_covet_and_placebc(pin)
      | ^
botl.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  386 | describe_level(buf)
      | ^
dbridge.c:297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  297 | e_at(x, y)
      | ^
do_wear.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  126 | toggle_displacement(obj, oldprop, on)
      | ^
dothrow.c:409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  409 | endmultishot(verbose)
      | ^
ball.c:388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  388 | set_dbridge.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  315bdog.c:23:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dungeon.c   :194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 |   m_to_e(mtmp,19423 | free_edog(c(alrea x, y, edy_tm | tblirestore_dnd)ump)
ngeon(fd)
      | ^

      dothrow.c:425:1| ^
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      |   425 | hitfloor(obj, ve^
mp)
      | ^
rbosely)
      | ^
dbridge.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  333 | u_to_e(etmp)
      | ^
dog.c:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   34 | initedog(mtmp)
      | ^
dokick.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  126dbridge.c:343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  343 | set_entity(x, y, etmp)
      |  | maybe_kick_monster(mo^
n, x, y)
      | ^
dbridge.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  367 | e_nam(etmp)
      | ^
dbridge.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  378 | E_phrase(etmp, verb)
      | ^
dungeon.c:ball.cdothrow.c242:1: :453warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:  242 | Frea446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:1:d  446 | (ptr, size, nitems, streamovmdrawing.cdog.c:70:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:)278   70 | make_familiar(otm
      | ^
:epdbridge.c:399:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1  399detect.c  | warning: ,edo_name.c::455:45_1_dungeon.c:b1c(before, contr:dokick.c::148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   148 | kick_monster(mon,attrib.ca function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:  453 | woal, ba: lwarning: lx, bally, chainx, chaidig.ca function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:504:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
l  614 | init_attr(s258:dogmove.c:357k_pathdo.c(s:134:1: rc_cc, dest_warning: :a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
c   warning:    45c | getposa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype], check_proc, arurg)
vivn
      | ^y
warning: _a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]  )np)e
s  134 | flo_at(etm278end.c:315:504 | 1oreffects(obj, x, y, p, x, y)
      | : ^
 x, y)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1:  258 | dname_to_verb)
      | ^
cmd.c
:256 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dnum(sf  315 | done1(:)
      | ^
sig_illholetyp(x, y,1:1:  : warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: 
      a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]dothrow.c:538:1: warning:   357 | dog_hunger(mtmp, edog)
      | | ^
^
dungeon.ca function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]f
i  538 | hurtle_jll_if_anyump(arg, x, y)
      | ^
:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
)
  273 | find_level(s)      | ^


      | ^
  256 | set_occupation(fn, txt, xtime)
      | ^
 | def_char_to_objclass(ch)
      | ^
unused) /* called as signal() handler, so sent at least one arg */
      | ^
 x, y, quietly)
      | ^
      | ^
dbridge.c:423:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  dothrow.c:571:1:423 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 | e_died(etmp,  571 | hurtle_stdungeon.c:285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   xkill_flags, how)ep(
      | ^
arg, x, y)
dogmove.c:403:1: warning:       | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  403 | 285 | find_branch(s, pd)
      | ^
dog_invent(mtmp, edog, udist)
      | ^
drawing.c:294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  294 | def_char_to_monclass(ch)
      | ^
dig.c:539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  539 | digactualhole(x, y, madeby, ttyp)
      | ^
botl.c:764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  764 | eval_notify_windowport_field(fld, valsetlist, idx)
      | ^
cmd.c:313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  313 | pushch(ch)
      | ^
sethilite(gp_hilitef, gp_getvaldungeon.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
i  318 | parent_dnum(s, pd)
      | ^
df)
      | ^
cmd.c:327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  327 | savech(ch)
      | ^
dbridge.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  487 | automiss(etmp)
      | ^
dungeon.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  350 | level_range(dgn, base, randc, chain, pd, adjusted_base)
      | ^
dbridge.c:498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  498 | e_missed(etmp, cball.c:hunks)568:1
      | ^
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  568 | dogmove.cattrib.c:688:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:476:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
drag_ball(x, y,  476 |  bc_control, ballx, ballydungeon.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  385 | parent_dledog_goal(mtmp, edog, after, udist, whavbotl.cdrawing.c::883:1: do_name.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   72warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 |   883 | evaluate_and_notify_windowpordbridge.c:535:1:tdokick.ceend.c:389:1: warning:  warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  (:  688l535v289 | e_jumaa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
p |   389 | done_intr(sig_unused(s)p, pd):1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]s(etmp)

  289 | ghitm(mtmp, gold)
      | ^

      |       allmain.c:458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  getpos_help,_do_wear.c:529:keyxhelp(t1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
mpwin, k1,   529 | wieldik2osta,dpja l /* cchainpser| tlist^, idx)
      | ^

x, chainy, cau458 | se_ng_corpse gloregen_hpd(obj, vc(wtcap)
)oluntary)
      | ^
e
dungeon.c:412:      | ^
lay,
      | botl.c:940:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^
      | ^
bil(ability)
      | ^
  940 | status_initialize(reassessment)
      | )
      | ^
^1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  412 | correct_^attrib.c:698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
bran  698 | role_abil(r)
      | 
^ch_type(t
allbr)ed 
      | adog.c:302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^
  302 | mdo_name.cos si403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
n  403 | g:g91nal() handet:attrib.c:728:1: warning: lera function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1  , so 728 | check_innate_abil(ab: iwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
li   91 | getpos_heldbridge.c:559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s  559 | do_entittey(etmp)
      | ^
nt at leasdungeon.c:436:1:_ warning: p(farrory,t 1 arg */
      | ce, goal) fro
ive(mtmp, with_ydo.cm:271:1:^
oma function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 
a  436 | insertwarning: u)
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      end.c:      _  271|  | doaltabranch(new| ^
_branch, extrr403a:ct_firsdogmove.c:620:t^)
      | 
1:botl.c:1057:1: warning: o^
1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_oth  620 | find_tsbarkjeg(mtmp, dx)
 1057 | compa      | ^
, dy, maxre_blstatsdist)
      | ^
(obj)
      | ^
rsydokick.c:394:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
m  394 | container_impact_(bl1, bl(idx, whattrib.c: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
776  :1d: 403m | done_hangup(warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
2  776 | innately(ability)
      | ^
gs()i
dungeon.c:486:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
g)
      |       dogmove.c:663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
|   attrib.c663^: 
: | 793:warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
f1ind_friends(mtm^
p  , mtarg, maxdi455 | food_detect(sst)
      | ^
obj)
      | ^
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  486end.c:415:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
do.c:299:1: warning:   415 | done_in_by(oa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
    299 | mbj, x, y)
      | ^t793 | iryc | add_btadogmove.c:botl.c:1130:1:ranch(dll(709gn, child_entrobj)
      | ^
y_level, pd)
      do_wear.c:852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 dothrow.c:773:allmain.c:warning: 1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s_inna|   te(propidx)
      | ^

709 | score_ta^rg(mtmp, mtadog.c:465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

rg)
      | ^
    a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]465 | 852
mon 1130 | anythi_catchup_el | learnring(ring, obsenar1psed_time(mtmdbridge.c:ved769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
pdungeon.c:518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dig.c, nmv)
      | :738attrib.c)
^      
  do_name.cg| ^
_to:_s(buf, a, anytypdo.c:397:1816769  :e): | close_dra:651:1: warning: wbridge(x, y)
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  651 | welcom518dogmove.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 |   810 | best_add_levdetect.c t
argedokick.c:462:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
t  (mtm462ep)
      | ^
l(new_le      | ^
v)
      | ^
 | kick_objec1t: (warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:e(new_game  dungeon.c:dogmove.c:862:1816 | from_:whatx,      (| propidx)
      | ^
:^ dog.cy, kickobjnam582:1: 
warning: :a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
565:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   565 | keepdogswarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
(pet  862 | dog_move(mts_only)
      | ^
botl.c:1177:1mp, : warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1177 | s_tafter)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
)
  397o      | ^ | d_
osinkring(obj)
      | ^
anything(a, bu  582 | f, aobject_detnytype)
      | ^
ect(detector, class)
      | ^
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  773 | mhurtle_step(arg, x, y)
      | ^
540:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ball.cdokick.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
i:893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
    893 | drop_482 | really_kickch_set)
      | ^
  540 | init_level(dgn, prot_dothrow.cobject(bx:802:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
do_wear.c)  802 | hurtle(dx:884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
, dy, range,  884
      all(x, y)
o|       | ^
 verbose)
      | ^
botl.c:1226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] | Rin
g 1226 | _openr(obj_1c^ent
,index,)
      | ^ mp,y 
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  738 | liquid_fattrib.c:909:1:dbridge.c:831:1):
      | ^ warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  831 | open_drawbridge(x, y)
      | ^
 how)
      | ^
do.c:563:1l: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  563 | canletgo(obj, woow(x, drawing.c:479:1: warning: rd)
      | ^
ydothrow.c:a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype], typ, t859allmain.c:744:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:  744 | interrupt_multip1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
d)
      | ^(dog.c:676:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
    676 | migrate_to_level(859 | mhurtle(amm
sgg)
      | ^
mtmp, tolev, xyloc, con, dx, dy, range)
      | ^
dbridge.c:do.c:601:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]tmp, fillallmain.c:788:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
msg)

    601 | dr878c
)
      | ^
:1:  479 | assidungeon.c:574:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
g n      warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
| o^
  pdothrow.c:894(obj)
      :1: 788 | argchec_graphics(whichset)
      | kdo_wear.c:1001:1: warning: (arga function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]warning: 
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1001 | Ring_off_or_gone(obj, gone) warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
574  909 | adjab  878 | dest
      | ^
r | possible_places(idx, map, pd)iecldog.c:736:1: warning: ,^| 
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]^

oy(o_  detect.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

d      | r a736 | dogfood(  783 | monsteldlevel, newlevelawbridge(x, y)
      | ^
)dig.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  r_detect(otmp, 763 | dighole(pit_only, by_magic, cc)
      | ^
mclass)
      | ^

  894 | check_shop_odrawing.cmon, obj)
      | :^      | ^
515^:1
bj(obj, x, y, broken)
      | ^
do_wear.c:1113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1113 | Ring_off(obj)
      | ^

: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  515 | switch_symbols(rndo_wear.co:n1120d:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype](egfv, bla
dungeon.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
e 1120  _ulta)
      | r,^
 | R do.c606i | pick_levmaexbll()map, nntapply.cgdothrow.c
_h::)54:1:       933:warning: 1a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
: | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]   54 | use_c
drawing.ca  m
er      | ^
933 | a(obj)
      | ^
tgone(obj)
      | ^
g)o
      | ^
s:550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s  550 | upddungeon.c:638:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
a  638 | dokick.c:729:1:do_wear.cp lace_lend.c:549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  549 | fixup_death(how)
      | ^detect.c:856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_up(obj, evhel(proto_index, pd)
      | ^it
sroof)
      | ^
dig.c:899:attrib.c:1036:1:warning:  warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
apply.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]   
t  729 | kickstr(buf, kickobje1na92: | m)
      | ^
_ov_primary_symset(symp, val)
      | ^
use_t warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
owe  899 | digl(obj_uallmain.c:880:1: p_grave()cc)drawing.cwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:558  880 | d
ebotl.c      
:| ^1392
:      1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:  558 | updat1: | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 beu_ov_rogue_sydog.c:866:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  866 | tamedog(mset(sg_fields mtmymp, val)
      | ^
(opts)
      | ^
1036 | acurr(x)
      1392 | bl_idx_t| p^, dogmove.c:1270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
o
 1270 | cou_drawing.clobj)
      | ^f:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]d
_reach_item(mon,ldname(id nx, ny)
      | ^
x)
      | ^

dig.c  566 | :959:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:  959 | use_pick_  856 | a1127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1127sense_trap(trap, x, y, src_cursed)
      dogmove.c:1289:dothrow.c| ^
:1062:1: 
 | warning: Blindf_on(otmp)
      | ^
botl.c1:xe(obj)
      | ^
:1443:a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
apply.c 1062 | attrib.c:1091:1u : warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]detect.c:899:1:   179 | iwarning: 
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1289 | cants_dead(r_x, ry, resp)
      | ^
  899 | detect_obj_tr 1091 | extaps(objlist, show_themreach_locatiremon(mon, mx, my, do_wear.c:1163:11eattr(attrifx, fy)
      | ^
ndxpend.c:654:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dig.cd: warning:   654 | sahould_query_disa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]tc
 1443 | fldname_to_bt)e_primary_symsel_indx(tn(symp, val)
      dogmove.c:1325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
hrowin| ^
cmd.c:1635:1: warning:  1325 | wantdoor(x, y, distdrawing.c:574:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ancdog.ce)
      | ^
  l574 | update_rogue_symset(symp,a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]o valse_option(category, d):1025:1: warning: e
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]fquery)
      | ^

dogmove.c:1358:1
 1635 | enlght_      : 1025 | use_pick_axe2(o dungeon.c| :b^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]982out(buf):j)
      | ^

1 1358 | finish_meati:
      | drawing.c :warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]eat.c:
83  982 | dunlev(^
lev:ng)1
      | ^
g(mtmp)
:       | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_weapon(obcmd.c:1648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dungeon.cj)
      |  1648^
    | enlght_line(start, middle, end, ps)83dogmove.c: | is_edible(:9901371:o
      | ^
582apply.c:301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  301 | use_ 1371 | qui:end.ccmd.c:1659:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s::1:723:1 t: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
c  723 | dumpe 1659kdothrow.c: | 1075e_mnlght_ceveimic(mtmp)warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:1: warning: ra
      | ^
ombatinc(inctyp, incamt, final, outbuf)
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]y:1thing(how, when)
      | bj)
      | ^
  ^
      962582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] | : warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
c  990 | dunlevs_in_dungeon(lev)
      | ^

| ^
lear_symsetent  962 | wary_dog(mtmry(wh dungeon.c:998/* ich_set,:p,1: warning:  was_dead)
      | ^
 nthoscope(ame_too)
obj)
d      | ^
oes      | ^
 attrindxmcmd.c:1699:1:e's value ma warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
) 1699 | enlght_halfdmg(categotch itry, final)
      | ^
s max or min? */
      | end.c:793:1

 1075 | sho_obj^      | ^
: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning:   998 | deepest_le:_returnv__to_u(objreached(noquest)
      | ^
)
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

 1163 | Blindf_off(otmp)
      | ^
cmd.c,:1736:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 how) 1736 | cause_known(propindx)
      | ^

      | ^
dungeon.c:1036:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1036 | ledger_no(lev)
      | ^
 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  793 | disclocmd.c:1756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
se(how, ta 1756 | attrval(attriattrib.cn:kdothrow.c:1095:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
en)
      | ^
dx, attrvalue, resultbuf)dungeon.c:1061:1:
      | ^
 1095 | throw warning: ia function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1061 | ledget(or_tdetect.c:1121o:1: _dnuwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
m(ledgerno 1121 | )
      botl.ca| bj, wep^do_wear.ccmd.c:1770:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:1204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_ 1204 | set_wear(obj)mask, twoweap)
      | ^

      | ^
:
1482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1770 | enlight 1482 | enment(mode, final)hdog.c:1033:1: 
      | 932^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1033 |   932 | tabiudungeon.cdend.c:867:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]ldig.c:1214:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1214 | itwatch_dig(mtmp, x, y:jrs220a, zap)
      | ^
pdo_wear.ceat.c:208:1_detect(sobj)
:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
: warning: 
  :1239:1: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
    867warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]      | ^
e
 1239 | donning(otmp | :)
      | ^
1079:1savelife(_how)
      | ^
220e_dog(mtmp)
      |  | cmd.c:1831:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
cmp_coord_distu(a, b): warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

r^208 | food_xn      
eame( 1079 | foodo_wear.c:1269:1:ld, the_pfx)
      | ^
edger_to_dlev(ledg warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1269 | doffing(otmp)
      | ^
erno)
      | ^
apply.c:456:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dig.cend.c :1260:1831  4561 | dungeon.c:1089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1089 | depth(ule| v)salsign(n)
      | ^
e:915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

 1260 | mdeat.c
:ig_tunnel(      | ^
238 | :1do_wear.c:1312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
bmattrib.cdungeon.c:1097:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
: 1097 | on_leve  915 | l1138:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
: warning: get_valuables(list)
      | ^
ttmp)
      a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_needed(b 1138 | uchangealign(newa  l238 | ilgn, reason)| ^
_p, augmente(lev1,detect.c lev2)
      :1042
c:1:dh      | ^
oke| ^
( warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
f 1042 | olod)
      | ^
_time)
      dungeon.c:1106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1106 | | eIvels_spe_cial(ldev)
      | ^
istance(where)
      | ^
^
dungeon.c:1123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1123 | Is_branchlev(lev)
      | ^
^
end.c:950:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  950 | sort_valuables(list, size)
      | ^
dungeon.c:1137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1137 | builds_up(lev)
      | ^
e 1312 | cancel_d_whistle(obj)
      | odungeon.c:1151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^
 1151 | next_levelff(obj, slotmask)
      | ^
(aat_stairsckgrou)
      | ^
nd_enlightenment(unused_mode, final)
      | ^
apply.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  475 | use_magic_whistle(obj)
      | ^
dig.c:1343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1343 | draft_message(unexpected)
      | ^
do_name.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  256 | gloc_filter_classify_glyph(glyph)
      | ^
do_wear.c:1351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1351 | stop_donning(stolenobj)
      | ^
detect.c:1095:1:dungeon.c:1169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1169 | prev_level(at_stairs )
      | ^warning: 
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
botl.c:do_name.c:280:1: warning: 1560:end.c:1062:1: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  1062 | artifact_  1: 280 | gloc_filterwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_ floodfill_matchare1560 | noneoftheabove(hl_text)
      | ^
1095a(x, y)dungeon.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 |  use_crystal_b1190eat.c: | u316:a_on_newpos(x,1: ll(botl.c:1589:1:apply.c:529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 y)
  529      do_wear.c:1404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
| ^
warning:  | um_dis
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
o  1589 | t(x, y,1404 | count_wornptr)
 _sdo_name.c:299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
n)
      | ^
t        299u | :f669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dungeon.cget_hilite(idx, fldig| ^
l:f(dx,  669whi  c316 | obj_nutritiono(c_filter_fl  | drovp, chg, pc, colorptr)
      | ^oodfilpx(ohobtmp,1216:1 l:accessorizing)
      | ^j
)
      | ^

()x, 
      | y)
      | ^^

 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1216 | u_on_rndspot(upflag)
      | ^
apply.c:549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  549 | o_unleash(otmp)
      | ^
do_wear.c:1442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1442 | armor_or_accessory_off(obj)
      | ^
dokick.c:1338:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1338 | drop_to(cc, loc)
      | ^
cmd.c:2076:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2076 | basics_enlightenmeneat.c:341:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  341t(mode, final)
 | touchfood(otmp)
      | ^
      | ^
apply.c:562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  562 | m_unleash(mtmp, feedback)
      | ^
do.c:687:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  687 | dropy(obj)
      | ^
do_name.c:339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dokick.c:1373:1:  339 | gather_locs_interesting(x, y, gloc)
      | ^
dothrow.c:1448:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1448 | omon_ adj(mon, obj, mon_notices)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1373 | impact_drop(missile, x, y, dlev)
      | ^
do.c:695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dungeon.ceat.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  695 | dropz(obj  378 | food_disa:p1249:1p: ewarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ars(obj)
      | ^
, with_impact)
      | ^
 1249 | u_on_sstairs(upflag)
      | ^
eat.c:393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  393 | food_substitution(old_obj, new_obj)
      | ^
dothrow.c:1491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1491 | tmiss(obj, mon, maybe_wakeup)
      | ^
apply.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  597 | leashable(mtmp)
      | ^
cmd.c:2157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2157 | characteristics_enlightenment(mode, final)
      | ^
botl.c:1781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1781 | split_clridx(idx, coloridx, attrib)
      | ^
detect.c:1238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
score(list, coudo_wear.c:1549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1549 dothrow.c1238 | eat.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  453 | done_eating(mapply.c::1523:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
607:1:dungeon.c |  cursecmd.ces :2178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]ssage)
      | ^
d(ot
mp)
      | ^
 :1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
botl.c :1800:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1279 | On_stairs(x 1800 | n1523warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
,   y)
      | ^
607 | use_parse_status_h2178 | l1(o | partifact.c:, from_coeat.c:484:1: warning: ondig.cthow_maa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]:
dungeon.c:1290:1599p:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_89 1599 | adj_pit_checkl1ea: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s(dokick.c: s1290 | Is_botle:1: pwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ot   89 | save_artifact1501svdo.c:766:1:el((lev)
      : x, y)
      | ^e_c
(warning: sa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]hi
hfd)
      | ^
aract  etmoristich| ^
(obj)
766 | obj_no_longnst(mon, obj)er_he
      dungeon.c:artifact.c:97:1:l11297:d(obj1  484: warning:  | eating_conducta function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s)
       | ^
(pd1297 | Can)_cdig_down(lev)
      | ^
c
,      | ^
( mode warning: , final, atdetect.c:1306:1: msg)
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]dungeon.c:1311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      | ^
 1311 | | 
^   97 | restoret_artifacts(fd)

ting, endwin)
      | ^
      | ^
rindx)
      | ^
Can_fall_do_name.c:411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1306 | do_vicinity_map(  411 | gather_locs(arr_p, cnt_artifact.c:106:1:sthr warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
u  106 | artina(lev)
      | ^
do_wear.c:1577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
m 1577 | e(obj)eat.c
:496:end.c:1099:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1099 | done(h1dungeon.c:1324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]artinumao)
      | do.c:822:1: warning: ^:
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

    496 | eat_b822 | rainsp, wrmorocmd.c:2273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ff(otmp)
      |       | ^
^

)
      artifact.c:126:1:| ^apply.c:708:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  708 |    warning: 2273 | status_enligha function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
get_ml(maeash(mtmp)
      | ^
dig.c:1690:1: gr, mdewarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
f,  16901324 | pit_flow(trapvisflag, , dmg_p)
      | ^
gf  loc)
      | ^
126 | mk_artifact(otmp, alignment)
      | ^
imenu_drop(retry)
      | ^
l | tCan_rise_up(x, yel, typ)
      | ^
lev)
      | ^
nment(mode, final)
      | ^
nfigfile)
      | ^
apply.c:755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  755 | check_leash(x, y)
      | ^
dungeon.c:1340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1340 | has_ceiling(dig.c:1727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
l 1727 | bureied_ball(cc)
      | ^
do_wear.c:1662:1:v do_name.c:458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  )
       1662 | | ^
458 | aldxdy_to_dist_descr(dx,ready_we dyaring(cc)
, fulldir)      | ^

      | ^
botl.c:1857:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]do_wear.c:1669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1669 | already_wear
i 1857 | ing2(cc1, cc2)
      | ^
s_ltgt_percentnumber(str)
      | ^
end.c:1207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1207 | really_done(how)
      | ^
do_wear.c:1683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1683 | canwearobj(otmp, mask, noisy)
      | ^
dungeon.c:1359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1359 | get_level(newlevel, levnum)
      | ^
do_name.c:496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  496 | coord_desc(x, y, outbuf, cmode)
      | ^
botl.c:1879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1879 | has_ltgt_percentnumber(str)
      | ^
artifact.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  219 | artifact_namapply.c:836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
botl.c:1897:1: e  836 | warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
( use_mirror(obj)
      | ^
1897 | splitsubfields(str, sfarr, maxsf)
      | name, otyp)
      | ^
^
do_name.c:538:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  538 | auto_describe(cx, cy)
      | ^
dungeon.c:1408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1408 | In_quest(lev)
      | ^
botl.c:1941:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1941 | is_fld_arrayvalues(str, arr, arrmin, arrmax, retidx)
      | ^
do_name.c:564:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
artifact.c:243:1:detect.c:1435:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1435 | c  564 | getpos_menu(ccp, dungeon.c:1416gloc)
      | ^
botl.cdig.cvt_sdoor_to_:door:1823:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
::    2431416(lev) | 1958:1:I warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 |  1958warning: e | 
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
query_arrayvalue(que 1823 | bury_rystn_an_obj(otmp, dealloced)
      | ^
r, arr, arrmin, arrmax)
mines      | (detect.c:1455:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^
 1455 | findone(zx, zy, num)
      | ^
lev)
      | ^
xist_artifact(otyp, name)
      | ^
dungeon.c:1431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1431 | dungeon_branch(s)
      | ^
artifact.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  258 | artifact_exists(otmp, name, mod)
      | ^
do_name.c:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  628 | getpos(ccp, force, goal)
      | ^
dungeon.c:1459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1459 | at_dgn_entrance(s)
      | botl.cdothrow.c^
::1802:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1992:1:  1802 | gem_accept(mon, obj)
      | ^
artifact.c:warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   1992 | statu293dig.c:1892:1: | spec_dungeon.c:1470:1: warning:  a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: aa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1470 | In_V_towedetect.c:1511:1: s_hir(lev)
      | ^
warning: la function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
apply.c:1009ibdo_wear.c:tility(otmp, adungeon.c:1478:1:b:il)
      | ^
1865e:_add_t1:hreshol warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1511 | o
eat.c:642:1:  1865 | accessor warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
partifact.c:304: 1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]1: warning: enone(zx, zy, ny_or_cmd.c:2611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]1478warning: 
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]udothrow.c:1909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
m
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]  642 | maybe_c 1909a
 |  |  hOn_W_tower_level(lev)
      | ^
 1009 | use_beller(2611 | ooa_nnibal(pm, allowmsg)
      | ^
breaks(obj, x, y, from_invent)
      | ^
attributes_enlightenm
eprnmor_on(obj)
      | ttdo.c(r:unused_mode, final)
  dungeon.c:1488:1: warning: 304^eat.c:677:1:
 | c      onfers_ludothrow.c:1929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
c )| a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]1219^

      1929 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:k|    | 677bre | cprefx(pm)
      | ^
(
obj)
      | ^
aks(obj, x, y)
      ^| ^
 1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

 1219 | u_c1488 | In_W_tollide_mower(x, y, lev)
      | ^
d((mtmp)
      | ^
fld, hilite)
      | ^
artifact.c:316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  316 | arti_reflects(obj)
      | ^
end.c:1630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1630 | container_contents(list, identified, all_containbotl.c:2017:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
er 2017 | parse_stats, reportdungeon.c:1509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
)us_
      | hl2(s, from_configfidothrow.cartifact.c:335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]le)^


  e      | ^
335 | shade_glare(obmp:j)
      | ^
1943:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ty)
 1943 | relea      | ^
 1892 | bury_objs(x,se_cam y)
      | ^
era_demon(obj, x, y)
      | ^
do.c:1256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1256 | goto_level(newlevel, at_stairs, falling, portal)
      | ^
 artifact.c:355:1: 1509 | warning: Ina function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]_h
e  355 | resltrict_eat.c:768:1n: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
lamapply.c(:le1141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   1141 | use_candelabr768 | um(obj)
      | e(otmp, name)v^
)

      | ^
      | ^
intrinsic_possible(type, ptr)
      | ^
dungeon.c:1517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1517 | find_hell(lev)
      | ^
dig.c:1927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1927 | unearth_objs(x, y)
      | ^
dungeon.c:1526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1526 | goto_hell(at_stairs, falling)
      | ^
dungeon.c:1537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1537 | assign_level(dest, src)
      | ^
detect.c:1607:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1607 | detecting(func)
      | ^
apply.c:1194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1194 | use_candle(optr)
      | ^
dungeon.c:dig.c:1967:1: artifact.c:408:1: warning: do_name.c:990:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]  990 | new_mname(m1546end.c:1708:1: warning: dothrow.c::1: warning: 1965on, a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  1708 | nh_terminateeat.c:(1965 | breakobj(obj, x, y, he832:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]ro_caused, from_invent)
      | ^
lth
  832 | g)
      | ^
istatus)
      | ^
vit(type, ptr)
      | ^
apply.c:1266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1266 | snuff_candle(otmp)
      | ^
detect.c:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1614 | find_trap(trap)
      | ^
 1967 | rot_organic(arg, do_name.ctimeout)
      | :1010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^ 1010 | free_mname(mon)
      | ^
end.c: 1546 | assign_rnd_l
1763:e1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ve 1763l | van(dest, do_name.c:1021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s 1021qsr | new_oname(objocrt_cmp(, v, rptr1, vptr2)
      | ^
lth)
      | ^
dig.c:1990:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ange)
      | ^
 1990 | rot_corpse(arg, timeout)
      | ^
apply.c:1292:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1292 | snuff_lit(obj)
      | ^
botl.c:2367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2367 | conditionbitmask2str(ul)
      | ^
do_name.c:1041:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1041 | frewarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  408 | attdungeon.c:acks(adtyp, ot1560mp)
      | ^
e_onameapply.c:1315:1: warning: :(botl.c:2398:1: warning: obj)1a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]do_wear.c:artifact.c:420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  420 | defends(adtyp, otm

dothrow.c 2398 | matc:2054:a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
detect.c:1646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:2242:1  warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
       1560 | i| ^
ndu:p)
      | ^
ced_align(pct)
      | ^
  131516461 | catcwarning: :a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2054h_lit(obj)
      | ^
 | bre2242 | someaktdo_name.c:1056:1: warning:  | _hartifact.c:433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  433 | _ada function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]efends_wheemfind0(mn_carriedstmp,t(obj)
      | ^
 via_warnin(adtyp, dungeon.cg:1579:1:otend.c:1889:1: warning: )
      | ^
eat.c:945:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  945 | cpostfx(pm)
      | dothrow.c:2077:1: ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  2077 | brwarning: ea function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]akmsg(m
p 1889 | list_v
anqu)is
sheda function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
(def 1579 | Invapply.c:oobt c10561351 | :saafe_1tion_levquery, a: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
o 1351 | use_lamp(obj)
      | ^
sk)
      | ^
r2conditionbitmask(str)
      | ^
j, in_viname(obj)
      | cmd.c(:      lev^ew)
      | ^
3178:1: warning: 
)
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3178 | youhiding(via_enlghtmt, msgflag)
      | ^
| ^
do_name.c:1067:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1067 | christen_monst(mtmp, name)
      | ^
botl.c:2437:1: dothrow.c:2119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning:  2119 | throartifact.c:446:w_gold(obj)
      | ^
1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  446 | protects(otmp, being_worn)
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2437 | str2conditionbitmask(str)
      | ^
apply.c:1404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1404 | light_cocktail(optr)
      | ^
dungeon.c:1650:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1650 | lev_by_name(nam)
      | ^
rmor(victim)
      | ^
do_name.c:1090:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1090 | alreadynamed(mtmp, monnambuf, usrbuf)
      | ^
botl.c:2462:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2462 | parse_condition(s, sidx)
      | ^
artifact.c:466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  466 | set_artifact_intrinsic(otmp, on, wp_mask)
      | ^
detect.c:1696:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1696 | dosearch0(aflag)
      | ^
eat.c:1172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1172 | costly_tin(alter_type)
      | ^
end.c:2051:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2051 | list_genocided(defquery, ask)
      | ^
eat.c:1189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1189 | tin_variety_txt(s, tinvariety)
      | ^
cmd.c:3247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3247 | show_conduct(final)
      | ^
botl.c:2603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2603 | hlattr2attrname(attrib, buf, bufsz)
      | ^
do_wear.c:2270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2270dungeon.c:1727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1727 | unplaced_floater(dptr)
      | ^
 | stuck_ring(ring, otyp)
      | ^do.c:1718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

 1718 | schedule_goto(tolev, at_stairs, falling, portal_flag, pre_msg, post_msg)
      | ^
dungeon.c:1743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1743 | unreachable_level(lvl_p, unplaced)
      | ^apply.c:1527:1: eat.c:1214:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
warning: 
 1214 | tin_details(obj, mnum, buf)
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1527 | check_jump(arg, x, y)
      | ^
botl.c:2650:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2650 | status_hilite_linestr_add(fld, hl, mask, str)
      | ^
dungeon.c:1759:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1759 | tport_menu(win, entry, lchoices, lvl_p, unreachable)
      | ^
end.c:2128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2128 | delayed_killer(id, format, killername)
      | ^
apply.c:1560:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1560 | is_valid_jump_pos(x, y, magic, showmsg)
      | ^
do_name.c:1207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
botl.c:2695:1:  1207 | do_oname(obwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
j)dungeon.c:1794:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1794 | b
r_string(artifact.cdo.c:1780:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
t 1780 | revive_corpse(corpse)
end.c:      | ^
 2695 | :648yp      | ^e:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]do_wear.c
  648 | touch_artifact(obj, mo):2311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

      |  2311 | seleceat.c:1248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^ 1248 | set_tin_v
nt_off(o)
      | ^
tmp)
      | ^

sdungeon.c:1811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
t 1811 | chr_u_on_latuvl(dlev)
s_h      apply.c:1630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ilite_linestr_countfiel| ^
d(fld)
      | ^ado_name.c:1283:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1283 | oname
dungeon.cdetect.c:1834:1:1819:1:  1630 | get_valid_jump_positi2150:1: warning: o:a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 
nwarning:  ((x,y)
      | ^
warning: oa function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]bj, name)

      | ^
 a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1834 | rev 1819 | print_ber2150 | anch(win,a dapply.c:1639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
l 1639 | display_jump_find_delayed_num, lower_bound, t_pouppsitions(errain_getglyphkriety(state)
      | ^
obj, f(x, y, full, swalloweiorcetype)d, d
e      | ^
er_bound, bfault_glyymenph, u, lchoices_p)
      | ^
apply.c:1660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
l 1660 | jump(mdo_name.c:1335:1: agic)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ler( 1335 | id)
      | ^
wobjbotl.c:2822:1:artifact.ch :721:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
typ_is_callablwarning: dungeon.ce(a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]  i)

      end.c:2163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
| ^
721 2163 | d  | 2822arti_imealloc_killer(kptr)
      |  | status_^
:mu1849:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
n 1849 | pe(obhj, dtrint_dungeon(bymenu, rlev, yp)
ilite2steat.c:1278:1: do.c:1869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      warning:  a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]r(hl)
      | ^

 1278 | tin_variety(obj, disp)
      | ^
1869 | revive_mon(arg,| ^
 timeout)
      | ^
rdgn)
      | ^
end.c:2186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ich_su 2186 | save_killers(fd, mode)
      | ^
bset)
      | ^
artifact.c:737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  737 | bane_applies(oart, mon)
      | ^
eat.c:1303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1303 | consume_tin(mesg)
      | ^
end.c:2207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2207 | restore_killers(fd)
      | ^
artifact.c:754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  754 | spec_applies(weap, mtmp)
      | ^
end.c:2221:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2221 | wordcount(p)
      | ^
cmd.c:3570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3570 | key2extcmddesc(key)
      | ^
end.c:2238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2238 | bel_copy1(inp, out)
      | ^
end.c:2253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2253 | build_english_lisbotl.c:2935:1t(in)
      | ^
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2935 | status_hilite_menudo_name.c:1436:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_choose_behavior(fld)
      | ^
 1436 | docall_xname(obj)
      | ^
artifact.c:814:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  814 | spec_m2(otmp)
      | ^
do_name.c:1468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1468 | docall(obj)
      | ^
artifact.c:826:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  826 | spec_abon(otmp, mon)
      | ^
eat.c:1457:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1457 | start_tin(otmp)
      | ^
cmd.c:3619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3619 | bind_key(key, command)
      | ^
artifact.c:842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  842 | spec_dbon(otmp, mon, tmp)
      | ^
apply.c:1825:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1825 | tinnable(corpse)
      | ^
apply.c:1836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1836 | use_tinning_kit(obj)
do.c:1966:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      | ^
 botl.c:3027:1: 1966 | set_wounded_legs(side, timex)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3027 | status_hilite_menu_choose_updownboth(fld, str, ltok, gtok)
      | ^
eat.c:1547:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1547 | rottenfood(obj)
      | ^
detect.c:1971:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
artifact.c:866:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   8661971 | reveal | discover_artifact(m)
      | _terrain(full, which_subset)
      | ^
do.c:1988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1988 | heal^
_legs(how)
      | ^
cmd.c:3683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3683 | dokeylist_putcmds(datawin, docount, cmdflags, exflags, keys_used)
      | ^
artifact.c:885:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  885 | undiscovered_artifact(m)
      | ^
apply.c:1908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1908 | use_unicorn_horndisplay.c:158:1eat.c:1589:1:: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1589 | eatcorpse(otmp)
      | ^
  (obj)
      | ^
artifact.c:902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]158 | magic_map_background(x, y, show)
      | ^

  902 | disp_artifact_discoveries(tmpwin)
      | ^
botl.c:3105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3105 | status_hilite_menu_add(origfld)
      | ^
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1501 | ship_object(otmp, x, y, shop_floor_obj)
      | ^
dungeon.c:2009:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2009 | recbranch_mapseen(source, dest)
      | ^
do_wear.c:2648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2648 | menu_remarm(retry)
      | ^
do_name.c:1636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1636 | x_monnam(mtmp, article, adjective, suppress, called)
      | ^
artifact.c:963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  963 | Mb_hit(magr, mdef, mb, dmgptr, dieroll, vis, hittee)
      | ^
dungeon.c:2043:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2043 | get_annotation(lev)
      | ^
cmd.c:3842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3842 | cmd_from_func(fn)
      | ^
display.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  208 | map_background(x, y, show)
      | ^
do_wear.c:2701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2701 | destroy_arm(atmp)
      | ^
cmd.c:3862:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
display.c: 3862 | size_obj(otmp)
      | ^
227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  227 | map_trap(trap, show)
      | ^
dokick.c:1623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1623 | obj_delivery(near_hero)
      | ^
cmd.c:3884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3884 | count_obj(chain, total_count, total_size, top, recurse)
      | ^
display.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 | map_object(obj, show)
      | ^
cmd.c:3907:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3907 | obj_chain(win, src, chain, force, total_count, total_size)
      | ^
eat.c:1728:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1728 | start_eating(otmp, already_partly_eaten)
      | ^
dungeon.c:2104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2104 | find_macmd.c:3929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3929pseen( | mon_invent_chain(win, src, chain, total_clev)
      | ^
ount, total_size)
      | ^
dokick.c:1698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1698 | deliver_obj_to_mon(mtmp, cnt, deliverflags)
      | ^
dungeon.c:2117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2117 | find_mapseen_by_scmd.c:3952:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3952 | contained_stats(win, src, total_count, total_size)
      | ^
tr(s)
      | ^
display.c:278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  278 | map_inviseat.c:1790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ible(x, y)
      | ^
 1790 | fprefx(otmp)
      | ^
dungeon.c:2131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2131 | forget_mapseen(ledger_num)
      | ^
cmd.c:3982:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
display.c:289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3982 | size_monst(m  289 | dokick.c:tmunmap_1749p, incl_i:1: nvisible(x, y)apply.c:2098:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      | ^
wsegs)
      | ^

 2098 | fig_warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1749 | otransit_msg(otmptransform(arg, timeout)
      | ^
, nodrop, num)
      | ^
display.c:311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  311 | unmap_object(x, y)
      | ^
cmd.c:4011:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4011 | mon_chain(win, src, chain, force, total_count, total_size)
      | ^
dungeon.c:2160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dokick.c:1781: 2160 | rm_mapseen(lartifact.c:1152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
do_wear.c1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1781 | down_gate(x, y)
      | ^
cmd.ceat.c:1898:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 : 1898 | bounded_increase(old, inc, 4039:1: typ)
1152warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:2764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      | display.c:359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 | arti  359 | f^
amct_hit(magr,  4039 | misc_stats(win, total_count, total_sizap_location(x, y, show)
      | ^
e)
      | ^
mdef, otmp, dmgptr, dieroll)
      | ^
edger_num)
      | ^
 2764 | adj_abon(otmp, dbotl.c:3510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]elta)
      | ^

 3510 | status_hilite_remove(id)
      | ^
eat.c:1936:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1936 | accessory_has_effect(otmp)
      | ^
display.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  367 | show_mon_or_warn(x, y, monglyph)
      | ^
eat.c:1944:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1944 | eataccessory(otmp)
      | ^
display.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  400 | display_monster(x, y, mon, sightflags, worm_tail)
      | ^
dungeon.c:2194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2194 | save_mapseen(fd, mptr)
      | ^
do_wear.c:2789:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2789 | inaccessible_equipment(obj, verb, only_if_known_cursed)
      | ^
dungeon.c:2217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2217 | load_mapseen(fd)
      | ^
do_name.c:1820:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1820 | l_monnam(mtmp)
      | ^
botl.c:3560:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3560 | status_hilite_menu_fld(fld)
      | ^
do_name.c:1828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1828 | mon_nam(mtmp)
      | ^
apply.c:2212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2212 | figurine_location_checks(obj, cc, quietly)
      | ^
do_name.c:1840:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1840 | noit_mon_nam(mtmp)
      | ^
dungeon.c:2251:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2251 | overview_stats(win, statsfmt, total_count, total_size)
      | ^
display.c:514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  514 | display_warning(mon)
      | ^
do_name.c:1850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1850 | Monnam(mtmp)
      | ^
7 warnings generated.
apply.c:2248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2248 | use_figurine(optr)
      | ^
do_name.c:1860:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1860 | noit_Monnam(mtmp)
      | ^
display.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  534 | warning_of(mon)
      | ^
do_name.c:1871:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1871 | noname_monnam(mtmp, article)
      | ^
do_name.c:1881:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1881 | m_monnam(mtmp)
      | ^
cmd.c:4335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4335 | bind_specialkey(key, command)
      | ^
do_name.c:1889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1889 | y_monnam(mtmp)
      | ^
display.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  553 | feel_newsym(x, y)
      | ^
apply.c:2290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2290 | use_grease(obj)
      | ^
dungeon.c:2299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2299 | remdun_mapseen(dnum)
      | ^
do_name.c:1905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1905 | Adjmonnam(mtmp, adj)
      | ^
display.c:574:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  574 | feel_location(x, y)
      | ^
cmd.c:4352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
dungeon.c:2324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2324 | init_maps 4352 | txt2key(txt)
      | ^
een(lev)
      | ^
do_name.c:1917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1917 | a_monnam(mtmp)
      | ^
apply.c:2344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2344 | use_stone(tstone)
      | ^
do_name.c:1925:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1925 | Amonnam(mtmp)
      | ^
do_name.c:1937:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1937 | distant_monnam(mon, article, outbuf)
      | ^
dungeon.c:2368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2368 | interest_mapseen(mptr)
      | ^
eat.c:2174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2174 | foodword(otmp)
      | ^
eat.c:2187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2187 | fpostfx(otmp)
      | ^
cmd.c:4411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4411 | key2txt(c, txt)
      | ^
do_name.c:1958:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1958 | mon_nam_too(mon, other_mon)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o engrave.o engrave.c
do_name.c:1985:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1985 | minimal_monnam(mon, ckloc)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o exper.o exper.c
cmd.c:4432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4432 | parseautocomplete(autocomplete, condition)
      | ^
apply.c:2495:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2495 | use_trap(otmp)
      | ^
artifact.c:1417:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1417 | arti_invoke(obj)
      | ^
cmd.c:4480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4480 | reset_commands(initial)
      | ^
do_name.c:2020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2020 | bogusmon(buf, code)
      | ^
eat.c:2296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2296 | edibility_prompts(otmp)
      | ^
do_name.c:2042:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2042 | rndmonnam(code)
      | ^
do_name.c:2069:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2069 | bogon_is_pname(code)
      | ^
apply.c:2636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2636 | use_whip(obj)
      | ^
do_name.c:2107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2107 | hcolor(colorpref)
      | ^
do_name.c:2137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2137 | hliquid(liquidpref)
      | ^
do_name.c:2158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2158 | coyotename(mtmp, buf)
      | ^
cmd.c:4594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4594 | accept_menu_prefix(cmd_func)
      | ^
artifact.c:1664:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1664 | finesse_ahriman(obj)
      | ^
do_name.c:2172:1: warning: display.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2172 | rndorcname(s)
      | ^
  733 | newsym(x, y)
      | ^
artifact.c:1692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1692 | artifact_light(obj)
      | ^
do_name.c:2192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2192 | christen_orc(mtmp, gang, other)
      | ^
artifact.c:1700:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1700 | arti_speak(obj)
      | ^
dungeon.c:2667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2667 | mapseen_temple(priest)
      | ^
cmd.c:4669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4669 | random_response(buf, sz)
      | ^
artifact.c:1720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1720 | artifact_has_invprop(otmp, inv_prop)
      | ^
dungeon.c:2680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2680 | room_discovered(roomno)
      | ^
do_name.c:2240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2240 | noveltitle(novidx)
      | ^artifact.c:1731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

 1731 | arti_cost(otmp)
      | ^
cmd.c:4697:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4697 | ch2spkeys(c, start, end)
      | ^
dungeon.c:2698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2698 | show_overview(why, reason)
      | ^
cmd.c:4710:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4710 | rhack(cmd)
      | ^
artifact.c:1743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
do_name.c:2256:1: warning:  1743 | abil_to_adtyp(abil)
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
      | ^
 2256 | lookup_novel(lookname, idx)
      | ^
apply.c:2909:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2909 | find_poleable_mon(pos, min_range, max_range)
      | ^
artifact.c:1768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1768 | abil_to_spfx(abil)
      | ^
dungeon.c:2723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2723 | traverse_mapseenchn(viewendgame, win, why, reason, lastdun_p)
      | ^
artifact.c:1801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1801 | what_gives(abil)
      | ^
dungeon.c:2745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2745 | seen_string(x, obj)
      | ^
dungeon.c:2767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2767 | br_string2(br)
      | ^
dungeon.c:2790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
apply.c:2956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2956 | get_valid_polearm_position(x, y)
      | ^
 2790 | endgamelevelname(outbuf, indx)
      | ^
artifact.c:1849:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1849 | glow_color(arti_indx)
      | ^
apply.c:2965:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2965 | display_polearm_positions(state)
      | ^
artifact.c:1865:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1865 | glow_strength(count)
      | ^
apply.c:2988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2988 | use_pole(obj)
      | ^
artifact.c:1875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1875 | glow_verb(count, ingsfx)
      | ^
dungeon.c:2822:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2822 | shop_string(rtype)
      | ^
artifact.c:1891:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1891 | Sting_effects(orc_count)
      | ^dungeon.c:2874:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2874
 | tunesuffix(mptr, outbuf)
      | ^
dungeon.c:2915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2915 | print_mapseen(win, mptr, final, how, printdun)
      | ^
apply.c:3105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3105 | use_cream_pie(obj)
      | ^
artifact.c:1928:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1928 | retouch_object(objp, loseit)
      | ^
apply.c:3143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3143 | use_grapple(obj)
      | ^
cmd.c:4940:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4940 | xytod(x, y)
      | ^
display.c:901:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  901 | shieldeff(x, y)
      | ^
cmd.c:4953:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4953 | dtoxy(cc, dd)
      | ^
cmd.c:4964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4964 | movecmddisplay.c:919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
(sym)
      | ^
  919 | tether_glyph(x, y)
      | ^
artifact.c:1998:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1998 | untouchable(obj, drop_untouchable)
      | ^
eat.c:2727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2727 | use_tin_opener(obj)
      | ^
display.c:965:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  965 | tmp_at(x, y)
      | ^
cmd.c:4995:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4995 | reartifact.c:2037:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
draw_cmd(c)
      | ^
10 warnings generated.
 2037 | retouch_equipment(dropflag)
      | ^
cmd.c:5003:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5003 | prefix_cmd(c)
      | ^
apply.c:3293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3293 | do_break_wand(obj)
      | ^
cmd.c:5026:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5026 | get_adjacent_loc(prompt, emsg, x, y, cc)
      | ^
artifact.c:2107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2107 | count_surround_traps(x, y)
      | ^
display.c:1095:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1095 | flash_glyph_at(x, y, tg, rpt)
      | ^
display.c:1124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1124 | swallowedcmd.c:5050:1: (first)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5050 | getdir(s)
      | ^
eat.c:2847:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2847 | morehungry(num)
      | ^
artifact.c:2175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2175 | is_magic_key(mon, obj)
      | ^
eat.c:2856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2856 | lesshungry(num)
      | ^
artifact.c:2189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2189 | has_magic_key(mon)
      | ^
display.c:1188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1188 | under_water(mode)
      | ^
apply.c:3518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3518 | add_class(cl, class)
      | ^
apply.c:3533:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3533 | setapplyclasses(class_list)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o explode.o explode.c
cmd.c:5101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5101 | show_direction_keys(win, centerchar, nodiag)
      | ^
display.c:1239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1239 | under_ground(mode)
      | ^
eat.c:2928:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2928 | newuhs(incr)
      | ^
cmd.c:5140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5140 | help_dir(sym, spkey, msg)
      | ^
apply.c:3769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3769 | unfixable_trouble_count(is_horn)
      | ^
display.c:1479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1479 | newsym_force(x, y)
      | ^
display.c:1494:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1494 | show_glyph(x, y, glyph)
      | ^
eat.c:3088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3088 | floorfood(verb, corpsecheck)
      | ^
cmd.c:5299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5299 | directionname(dir)
      | ^
cmd.c:5313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5313 | isok(x, y)
      | ^
display.c:1610:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1610 | row_refresh(start, stop, y)
      | ^
display.c:1640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1640 | flush_screen(cursor_on_u)
      | ^
cmd.c:5347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5347 | add_herecmd_menuitem(win, func, text)
      | ^
display.c:1701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1701 | back_to_glyph(x, y)
      | ^
cmd.c:5363:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5363 | there_cmd_menu(doit, x, y)
      | ^
display.c:1833:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1833 | swallow_to_glyph(mnum, loc)
      | ^
display.c:1858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1858 | zapdir_to_glyph(dx, dy, beam_type)
      | ^
display.c:1877:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1877 | glyph_at(x, y)
      | ^
display.c:1899:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1899 | get_bk_glyph(x, y)
      | ^
display.c:2000:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2000 | check_pos(x, y, which)
      | ^
display.c:2033:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2033 | set_twall(x0, y0, x1, y1, x2, y2, x3, y3)
      | ^
eat.c:3220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3220 | eaten_stat(base, obj)
      | ^
display.c:2058:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2058 | set_wall(x, y, horiz)
      | ^
display.c:2080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2080 | set_corn(x1, y1, x2, y2, x3, y3, x4, y4)
      | ^
eat.c:3242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3242 | consume_oeaten(obj, amt)
      | ^
display.c:2109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2109 | set_crosswall(x, y)
      | ^
eat.c:3294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3294 | maybe_finished_meal(stopping)
      | ^
eat.c:3315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3315 | Popeye(threat)
      | ^
cmd.c:5466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5466 | here_cmd_menu(doit)
      | ^
display.c:2232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2232 | set_seenv(lev, x0, y0, x, y)
      | ^
display.c:2244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2244 | unset_seenv(lev, x0, y0, x1, y1)
      | ^
display.c:2311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2311 | t_warn(lev)
      | ^
display.c:2344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2344 | wall_angle(lev)
      | ^
cmd.c:5571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5571 | click_to_cmd(x6 warnings generated.
, y, mod)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o extralev.o extralev.c
cmd.c:5702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5702 | get_count(allowchars, inkey, maxcount, count, historical)
      | ^
cmd.c:5855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5855 | hangup(sig_unused) /* called as signal() handler, so sent at least one arg */
      | ^
cmd.c:6007:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6007 | yn_function(query, resp, def)
      | ^
cmd.c:6045:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6045 | paranoid_query(be_paranoid, prompt)
      | ^
7 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o files.o files.c
exper.c:14:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   14 | newuexp(lev)
      | ^
exper.c:27:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   27 | enermod(en)
      | ^
exper.c:77:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   77 | experience(mtmp, nk)
      | ^
engrave.c:13:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   13 | random_engraving(outbuf)
      | ^
exper.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  163 | more_experienced(exper, rexp)
      | ^
exper.c:202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  202 | losexp(drainer)
      | ^
engrave.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   82 | wipeout_text(engr, cnt, seed)
      | ^
engrave.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  146 | can_reach_floor(check_pit)
      | ^
exper.c:277:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  277 | pluslvl(incr)
      | ^
exper.c:327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  327 | rndexp(gaining)
      | ^
engrave.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  169 | cant_reach_floor(x, y, up, check_pit)
      | ^
engrave.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  181 | surface(x, y)
      | ^
engrave.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  213 | ceiling(x, y)
      | ^
engrave.c:245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  245 | engr_at(x, y)
      | ^
engrave.c:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  266 | sengr_at(s, x, y, strict)
      | ^
engrave.c:282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  282 | u_wipe_engr(cnt)
      | ^
engrave.c:290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  290 | wipe_engr_at(x, y, cnt, magical)
      | ^
engrave.c:314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  314 | read_engr_at(x, y)
      | ^
engrave.c:389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  389 | make_engr_at(x, y, s, e_time, e_type)
      | ^
engrave.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  418 | del_engr_at(x, y)
      | ^
explode.c:28:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   28 | explode(x, y, type, dam, olet, expltype)
      | ^
engrave.c:1182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1182 | save_engravings(fd, mode)
      | ^
engrave.c:1204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1204 | rest_engravings(fd)
      | ^
engrave.c:1230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1230 | engr_stats(hdrfmt, hdrbuf, count, size)
      | ^
engrave.c:1246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1246 | del_engr(ep)
      | ^
engrave.c:1269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1269 | rloc_engr(ep)
      | ^
engrave.c:1289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1289 | make_grave(x, y, str)
      | ^
12 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o fountain.o fountain.c
explode.c:601:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  601 | scatter(sx, sy, blastforce, scflags, obj)
      | ^
explode.c:793:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  793 | splatter_burning_oil(x, y, diluted_oil)
      | ^
explode.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  807 | explode_oil(obj, x, y)
      | ^
extralev.c:30:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   30 | roguejoin(x1, y1, x2, y2, horiz)
      | ^
extralev.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   56 | roguecorr(x, y, dir)
      | ^
extralev.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  152 | miniwalk(x, y)
      | ^
extralev.c:290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  290 | corr(x, y)
      | ^
20 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o hack.o hack.c
26 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o hacklib.o hacklib.c
7 warnings generated.
files.c:252:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  252 | fname_encode(legal, quotechar, s, callerbuf, bufsz)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o invent.o invent.c
files.c:300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  300 | fname_decode(quotechar, s, callerbuf, bufsz)
      | ^
files.c:353:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  353 | fqname(basenam, whichprefix, buffnum)
      | ^
files.c:392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  392 | validate_prefix_locations(reasonbuf)
      | ^
files.c:443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  443 | fopen_datafile(filename, mode, prefix)
      | ^
files.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  487 | set_levelfile_name(file, lev)
      | ^
files.c:504:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  504 | create_levelfile(lev, errbuf)
      | ^
files.c:545:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  545 | open_levelfile(lev, errbuf)
      | ^
files.c:583:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  583 | delete_levelfile(lev)
      | ^
files.c:713:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  713 | nhclose(fd)
      | ^
files.c:728:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  728 | set_bonesfile_name(file, lev)
      | ^
files.c:800:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  800 | create_bonesfile(lev, bonesid, errbuf)
      | ^
files.c:860:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  860 | commit_bonesfile(lev)
      | ^
files.c:886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  886 | open_bonesfile(lev, bonesid)
      | ^
files.c:905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  905 | delete_bonesfile(lev)
      | ^
files.c:927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  927 | set_savefile_name(regularize_it)
      | ^
files.c:980:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  980 | save_savefile_name(fd)
      | ^
files.c:1274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1274 | free_saved_games(saved)
      | ^
files.c:1293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1293 | redirect(filename, mode, stream, uncomp)
      | ^
files.c:1313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1313 | docompress_file(filename, uncomp)
      | ^
files.c:1470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1470 | nh_compress(filename)
      | ^
files.c:1484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1484 | nh_uncompress(filename)
      | ^
files.c:1709:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1709 | lock_file(filename, whichprefix, retryct)
      | ^
files.c:1875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1875 | unlock_file(filename)
      | ^
files.c:1954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1954 | set_configfile_name(fname)
      | ^
files.c:1966:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1966 | fopen_config_file(filename, src)
      | ^
files.c:2109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2109 | get_uchars(bufp, list, modlist, size, name)
      | ^
files.c:2195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2195 | choose_random_part(str,sep)
      | ^
files.c:2248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2248 | is_config_section(str)
      | ^
files.c:2257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2257 | handle_config_section(buf)
      | ^
files.c:2285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2285 | find_optparam(buf)
      | ^
files.c:2299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2299 | parse_config_line(origbuf)
      | ^
files.c:2818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2818 | config_error_init(from_file, sourcename, secure)
      | ^
files.c:2843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2843 | config_error_nextline(line)
      | ^
files.c:2867:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2867 | config_erradd(buf)
      | ^
files.c:2919:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2919 | read_config_file(filename, src)
      | ^
files.c:3016:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3016 | wizkit_addinv(obj)
      | ^
files.c:3043:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3043 | proc_wizkit_line(buf)
      | ^
files.c:3091:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3091 | parse_conf_file(fp, proc)
      | ^
files.c:3255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3255 | read_sym_file(which_set)
      | ^
files.c:3302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3302 | proc_symset_line(buf)
      | ^
files.c:3310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3310 | parse_sym_line(buf, which_set)
      | ^
files.c:3498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3498 | set_symhandling(handling, which_set)
      | ^
files.c:3527:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3527 | check_recordfile(dir)
      | ^
files.c:3641:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3641 | paniclog(type, reason)
      | ^
files.c:3675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3675 | testinglog(filenm, type, reason)
      | ^
files.c:3955:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3955 | debugcore(filename, wildcards)
      | ^
files.c:4247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4247 | choose_passage(passagecnt, oid)
      | ^
files.c:4289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4289 | read_tribute(tribsection, tribtitle, tribpassage, nowin_buf, bufsz, oid)
      | ^
files.c:4461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4461 | Death_quote(buf, bufsz)
      | ^
fountain.c:18:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   18 | floating_above(what)
      | ^
fountain.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  106 | dogushforth(drinking)
      | ^
fountain.c:121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  121 | gush(x, y, poolcnt)
      | ^
fountain.c:167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  167 | dryup(x, y, isyou)
      | ^
fountain.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  362 | dipfountain(obj)
      | ^
fountain.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  506 | breaksink(x, y)
      | ^
invent.c:57:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   57 | loot_classify(sort_item, obj)
      | ^
invent.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  217 | loot_xname(obj)
      | ^
invent.c:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  304 | sortloot_cmp(vptr1, vptr2)
      | ^
hack.c:32:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   32 | uint_to_any(ui)
      | ^
hack.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   41 | long_to_any(lng)
      | ^
invent.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  482 | sortloot(olist, mode, by_nexthere, filterfunc)
      | ^
hack.c:50:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   50 | monst_to_any(mtmp)
      | ^
hack.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   59 | obj_to_any(obj)
      | ^
hack.c:68:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   68 | revive_nasty(x, y, msg)
      | ^
4 warnings generated.
hacklib.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   84 | digit(c)
      | ^
invent.c:537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  537 | unsortloot(loot_array_p)
      | ^
invent.c:585:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  585 | assigninvlet(otmp)
      | ^
hacklib.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   92 | letter(c)
      | ^
hacklib.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  100 | highc(c)
      | ^
hacklib.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  108 | lowc(c)
      | ^
hacklib.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  116 | lcase(s)
      | ^
invent.c:667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  667 | merge_choice(objlist, obj)
      | ^
hacklib.c:129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  129 | ucase(s)
      | ^
hacklib.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  142 | upstart(s)
      | ^
invent.c:704:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  704 | merged(potmp, pobj)
      | ^
hacklib.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  152 | mungspaces(bp)
      | ^
hacklib.c:175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  175 | trimspaces(txt)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o light.o light.c
invent.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  807 | addinv_core1hacklib.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
(obj)
        192 | strip_newline(str)
      | ^
| ^
hacklib.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  207 | eos(s)
      | ^
hacklib.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  217 | str_end_is(str, chkstr)
      | ^
hacklib.c:229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  229 | strkitten(s, c)
      | ^
hacklib.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  242 | copynchars(dst, src, n)
      | ^
invent.c:871:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  871 | addinv_core2(obj)
      | ^
invent.c:886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  886 | addinvhacklib.c:259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
(  259 | chrcasecpy(oc, nobj)
      | ^
c)
      | ^
hacklib.c:282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  282 | strcasecpy(dst, src)
      | ^
hacklib.c:306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  306 | s_suffix(s)
      | ^
invent.c:958:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  958 | carry_obj_effects(obj)
      | ^
hacklib.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  325 | ing_suffix(sinvent.c:978:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  )
      | ^
978 | hold_another_object(obj, drop_fmt, drop_arg, hold_msg)
      | ^
hack.c:390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  390 | still_chewing(x, y)
      | ^
hacklib.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  361 | xcrypt(str, buf)
      | ^
hacklib.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  382 | onlyspace(s)
      | ^
hacklib.c:393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  393 | tabexpand(sbuf)
      | ^
invent.c:1063:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1063 | useupall(obj)
      | ^
invent.c:1072:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1072 | useup(obj)
      | ^
hacklib.c:419:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  419 | visctrl(c)
      | ^
invent.c:1089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1089 | consume_obj_charge(obj, maybe_unpaid)
      | ^
invent.c:1108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1108 | freeinv_core(obj)
      | ^
hack.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  541 | movobj(obj, ox, oy)
      | ^
hacklib.c:450:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  450 | stripchars(bp, stuff_to_strip, orig)
      | ^
hacklib.c:474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  474 | strsubst(bp, orig, replacement)
      | ^
invent.c:1151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1151 | freeinv(obj)
      | ^
invent.c:1160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1160 | delallobj(x, y)
      | ^
hacklib.c:496:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  496 | strNsubst(inoutbuf, orig, replacement, n)
      | ^
invent.c:1178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1178 | delobj(obj)
      | ^
invent.c:1203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1203 | sobj_at(otyp, x, y)
      | ^
hack.c:641:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  641 | may_dig(x, y)
      | ^
invent.c:1218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1218 | nxtobj(obj, type, by_nexthere)
      | ^
hacklib.c:540:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  540 | ordin(n)
      | ^
invent.c:1236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1236 | carrying(type)
      | ^
hack.c:651:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  651 | may_passwall(x, y)
      | ^
hacklib.c:551:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  551 | sitoa(n)
      | ^
hack.c:659:1:invent.c:1275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  659 |  warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1275 | currency(amount)
      | ^
bad_rock(mdat, x, y)
      | ^
hacklib.c:562:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  562 | sgn(n)
      | ^
hacklib.c:570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  570 | rounddiv(x, y)
      | ^
hack.c:675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  675 | cant_squeeze_thru(mon)
      | ^
hacklib.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  597 | distmin(x0, y0, x1, y1)
      | ^
invent.c:1310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1310 | o_on(id, objchn)
      | ^
hacklib.c:614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  614 | dist2(x0, y0, x1, y1)
      | ^
invent.c:1327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1327 | obj_here(obj, x, y)
      | ^
hacklib.c:624:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  624 | isqrt(val)
      | ^
hack.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  702 | invocation_pos(x, y)
      | ^
invent.c:1340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1340 | g_at(x, y)
      | ^
hacklib.c:647:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  647 | online2(x0, y0, x1, y1)
      | ^
invent.c:1355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1355 | compactify(buf)
      | ^
hack.c:713:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  713 | test_move(ux, uy, dx, dy, mode)hacklib.c:660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  660 | p
      | ^
match_internal(patrn, strng, ci, sk)
      | ^
invent.c:1393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1393 | splittable(obj)
      | ^
invent.c:1402:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1402 | taking_off(action)
      | ^
invent.c:1410:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1410 | putting_on(action)
      | ^
hacklib.c:700:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  700 | pmatch(patrn, strng)
      | ^
invent.c:1425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1425 | getobj(let, word)
      | ^
hacklib.c:708:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  708 | pmatchi(patrn, strng)
      | ^
hacklib.c:716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  716 | pmatchz(patrn, strng)
      | ^
hacklib.c:728:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  728 | strncmpi(s1, s2, n) /*{ aka strncasecmp }*/
      | ^
hacklib.c:751:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  751 | strstri(str, sub)
      | ^
hacklib.c:798:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  798 | fuzzymatch(s1, s2, ignore_chars, caseblind)
      | ^
hacklib.c:858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  858 | set_random(seed, fn)
      | ^
hacklib.c:907:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  907 | init_random(fn)
      | ^
hacklib.c:915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  915 | reseed_random(fn)
      | ^
hacklib.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  968 | yyyymmdd(date)
      | ^
hacklib.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  993 | hhmmss(date)
      | ^
hacklib.c:1009:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1009 | yyyymmddhhmmss(date)
      | ^
hacklib.c:1038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1038 | time_from_yyyymmddhhmmss(buf)
      | ^
hack.c:932:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  932 | findtravelpath(mode)
      | ^
hacklib.c:1145:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1145 | strbuf_init(strbuf)
      | ^
hacklib.c:1154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1154 | strbuf_append(strbuf, str)
      | ^
hacklib.c:1167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1167 | strbuf_reserve(strbuf, len)
      | ^
hacklib.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1190 | strbuf_empty(strbuf)
      | ^
hacklib.c:1200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1200 | strbuf_nl_to_crlf(strbuf)
      | ^
invent.c:1832:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1832 | silly_thing(word, otmp)
      | ^
invent.c:1867:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1867 | ckvalidcat(otmp)
      | ^
invent.c:1875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1875 | ckunpaid(otmp)
      | ^
invent.c:1889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1889 | is_worn(otmp)
      | ^
invent.c:1905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1905 | safeq_xprname(obj)
      | ^
invent.c:1914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1914 | safeq_shortxprname(obj)
      | ^
hack.c:1172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1172 | is_valid_travelpt(x,y)
      | ^
invent.c:1929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1929 | ggetobj(word, fn, mx, combo, resultflags)
      | ^
hack.c:1197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1197 | trapmove(x, y, desttrap)
      | ^
invent.c:2110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2110 | askchain(objchn, olets, allflag, fn, ckfn, mx, word)
      | ^
invent.c:2267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2267 | fully_identify_obj(otmp)
      | ^
invent.c:2282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2282 | identify(otmp)
      | ^
invent.c:2292:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2292 | menu_identify(id_limit)
      | ^
invent.c:2330:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2330 | count_unidentified(objchn)
      | ^
invent.c:2344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2344 | identify_pack(id_limit, learning_id)
      | ^
invent.c:2425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2425 | obj_to_let(obj)
      | ^
invent.c:2440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2440 | prinv(prefix, obj, quan)
      | ^
invent.c:2452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2452 | xprname(obj, txt, let, dot, cost, quan)
      | ^
invent.c:2515:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2515 | find_unpaid(list, last_found)
      | ^
invent.c:2558:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2558 | display_pickinv(lets, xtra_choice, query, want_reply, out_cnt)
      | ^
invent.c:2797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2797 | display_inventory(lets, want_reply)
      | ^
invent.c:2810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2810 | display_used_invlets(avoidlet)
      | ^
invent.c:2868:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2868 | count_unpaid(list)
      | ^
invent.c:2891:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2891 | count_buc(list, type, filterfunc)
      | ^
invent.c:2926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2926 | tally_BUCX(list, by_nexthere, bcp, ucp, ccp, xcp, ocp)
      | ^
invent.c:2964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2964 | count_contents(container, nested, quantity, everything, newdrop)
      | ^
hack.c:1962:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1962 | maybe_smudge_engr(x1,y1,x2,y2)
      | ^
invent.c:3101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3101 | this_type_only(obj)
      | ^
hack.c:2067:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2067 | pooleffects(newspot)
      | ^
invent.c:3302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3302 | dfeature_at(x, y, buf)
      | ^
invent.c:3381:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3381 | look_here(obj_cnt, picked_some)
      | ^
17 warnings generated.
hack.c:2146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2146 | spoteffects(pick)
      | ^
hack.c:2294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2294 | monstinroom(mdat, roomno)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o lock.o lock.c
hack.c:2311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2311 | in_rooms(x, y, typewanted)
      | ^
invent.c:3570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3570 | will_feel_cockatrice(otmp, force_touch)
      | ^
invent.c:3581:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3581 | feel_cockatrice(otmp, force_touch)
      | ^
invent.c:3604:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3604 | stackobj(obj)
      | ^
invent.c:3617:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3617 | mergable(otmp, obj)
      | ^
hack.c:2379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2379 | in_town(x, y)
      | ^
hack.c:2405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2405 | move_update(newlev)
      | ^
hack.c:2446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2446 | check_special_room(newlev)
      | ^
invent.c:3741:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3741 | noarmor(report_uskin)
      | ^
invent.c:3830:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3830 | tool_in_use(obj)
      | ^
invent.c:3884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3884 | useupf(obj, numused)
      | ^
invent.c:3924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3924 | let_to_name(let, unpaid, showsym)
      | ^
invent.c:4282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4282 | invdisp_nothing(hdr, txt)
      | ^
invent.c:4305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4305 | worn_wield_only(obj)
      | ^
invent.c:4338:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4338 | display_minventory(mon, dflags, title)
      | ^
hack.c:2839:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2839 | doorless_door(x, y)
      | ^
hack.c:2855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2855 | crawl_destination(x, y)
      | ^
invent.c:4389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4389 | display_cinventory(obj)
      | ^
4 warnings generated.
invent.c:4420:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4420 | only_here(obj)
      | ^
invent.c:4433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4433 | display_binventory(x, y, as_if_seen)
      | ^
hack.c:2905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2905 | nomul(nval)
      | ^
hack.c:2920:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2920 | unmul(msg_override)
      | ^
hack.c:2988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2988 | losehp(n, knam, k_format)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mail.o mail.c
hack.c:3103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3103 | calc_capacity(xtra_wt)
      | ^
hack.c:3131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3131 | check_capacity(str)
      | ^
hack.c:3145:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3145 | inv_cnt(incl_gold)
      | ^
hack.c:3164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3164 | money_cnt(otmp)
      | ^
15 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o makemon.o makemon.c
light.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   56 | new_light_source(x, y, range, type, id)
      | ^
light.c:87:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   87 | del_light_source(type, id)
      | ^
light.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  131 | do_light_sources(cs_rows)
      | ^
19 warnings generated.
light.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  217 | show_transient_light(obj, x, y)
      | ^
light.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  291 | find_mid(nid, fmflags)
      | ^
light.c:316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  316 | save_light_sources(fd, mode, range)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mapglyph.o mapglyph.c
light.c:366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  366 | restore_light_sources(fd)
      | ^
light.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  385 | light_stats(hdrfmt, hdrbuf, count, size)
      | ^
light.c:402:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  402 | relink_light_sources(ghostly)
      | ^
light.c:441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  441 | maybe_write_ls(fd, range, write_it)
      | ^
light.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  506 | write_ls(fd, ls)
      | ^
light.c:547:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  547 | obj_move_light_source(src, dest)
      | ^
light.c:571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  571 | snuff_light_source(x, y)
      | ^
light.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  606 | obj_sheds_light(obj)
      | ^
light.c:615:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  615 | obj_is_burning(obj)
      | ^
light.c:625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  625 | obj_split_light_source(src, dest)
      | ^
light.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  655 | obj_merge_light_sources(src, dest)
      | ^
light.c:674:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  674 | obj_adjust_light_radius(obj, new_radius)
      | ^
light.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  693 | candle_light_range(obj)
      | ^
light.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  733 | arti_light_radius(obj)
      | ^
light.c:755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  755 | arti_light_description(obj)
      | ^
19 warnings generated.
6 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mcastu.o mcastu.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mhitm.o mhitm.c
lock.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   26 | picking_lock(x, y)
      | ^
lock.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   40 | picking_at(x, y)
      | ^
lock.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  169 | breakchestlock(box, destroyit)
      | ^
48 warnings generated.
lock.c:277:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  277 | maybe_reset_pick(container)
      | ^
lock.c:306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  306 | pick_lock(pick)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mhitu.o mhitu.c
22 warnings generated.
lock.c:611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  611 | stumble_on_door_mimic(x, y)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o minion.o minion.c
lock.c:633:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  633 | doopen_indir(x, y)
      | ^
lock.c:742:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  742 | obstructed(x, y, quietly)
      | ^
lock.c:875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  875 | boxlock(obj, otmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mklev.o mklev.c
lock.c:921:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  921 | doorlock(otmp, x, y)
      | ^
lock.c:1074:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1074 | chest_shatter_msg(otmp)
      | ^
makemon.c:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   34 | is_home_elemental(ptr)
      | ^
makemon.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   55 | wrong_elem_type(ptr)
      | ^
makemon.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   79 | m_initgrp(mtmp, x, y, n, mmflags)
      | ^
makemon.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  148 | m_initthrow(mtmp, otyp, oquan)
      | ^
makemon.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  163 | m_initweap(mtmp)
      | ^
50 warnings generated.
makemon.c:565:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  565 | mkmonmoney(mtmp, amount)
      | ^
makemon.c:576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  576 | m_initinv(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mkmap.o mkmap.c
makemon.c:805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  805 | clone_mon(mon, x, y)
      | ^
makemon.c:924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  924 | propagate(mndx, tally, ghostly)
      | ^
makemon.c:956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  956 | monhp_per_lvl(mon)
      | ^
makemon.c:983:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  983 | newmonhp(mon, mndx)
      | ^
makemon.c:1034:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1034 | makemon_rnd_goodpos(mon, gpflags, cc)
      | ^
makemon.c:1106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1106 | makemon(ptr, x, y, mmflags)
      | ^
mapglyph.c:62:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   62 | mapglyph(glyph, ochar, ocolor, ospecial, x, y, mgflags)
      | ^
makemon.c:1418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1418 | mbirth_limit(mndx)
      | ^
makemon.c:1433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1433 | create_critters(cnt, mptr, neverask)
      | ^
mapglyph.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  257 | encglyph(glyph)
      | ^
mapglyph.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  267 | decode_mixed(buf, str)
      | ^
makemon.c:1466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1466 | uncommon(mndx)
      | ^
makemon.c:1485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1485 | align_shift(ptr)
      | ^
mhitm.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   43 | noises(magr, mattk)
      | ^
mapglyph.c:360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  360 | genl_putmixed(window, attr, str)
      | ^
mhitm.c:60:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   60 | missmm(magr, mdef, mattk)
      | ^
makemon.c:1606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1606 | reset_rndmonst(mndx)
      | ^
mhitm.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  117 | fightm(mtmp)
      | ^
makemon.c:1620:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1620 | mk_gen_ok(mndx, mvflagsmask, genomask)
      | ^
makemon.c:1644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1644 | mkclass(class, spc)
      | ^
makemon.c:1653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1653 | mkclass_aligned(class, spc, atyp)
      | ^
makemon.c:1730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1730 | mkclass_poly(class)
      | ^
mhitm.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  192 | mdisplacem(magr, mdef, quietly)
      | ^
29 warnings generated.
makemon.c:1757:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1757 | adj_lev(ptr)
      | ^
makemon.c:1793:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1793 | grow_up(mtmp, victim)
      | ^
mhitm.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  287 | mattackm(magr, mdef)
      | ^
makemon.c:1914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1914 | mongets(mtmp, otyp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mkmaze.o mkmaze.c
52 warnings generated.
makemon.c:1967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1967 | golemhp(type)
      | ^
makemon.c:2003:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2003 | peace_minded(ptr)
      | ^
makemon.c:2055:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2055 | set_malign(mtmp)
      | ^
26 warnings generated.
makemon.c:2105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2105 | newmcorpsenm(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mkobj.o mkobj.c
makemon.c:2115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2115 | freemcorpsenm(mtmp)
      | ^
makemon.c:2130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2130 | set_mimic_sym(mtmp)
      | ^
mhitm.c:537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  537 | hitmm(magr, mdef, mattk)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mkroom.o mkroom.c
mhitm.c:645:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  645 | gazemm(magr, mdef, mattk)
      | ^
makemon.c:2275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2275 | bagotricks(bag, tipping, seencount)
      | ^
51 warnings generated.
mhitm.c:699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  699 | engulf_target(magr, mdef)
      | ^
mhitm.c:731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  731 | gulpmm(magr, mdef, mattk)
      | ^
mhitm.c:819:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  819 | explmm(magr, mdef, mattk)
      | ^
mhitm.c:859:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  859 | mdamagem(magr, mdef, mattk)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mon.o mon.c
mcastu.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   53 | cursetxt(mtmp, undirected)
      | ^
mcastu.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   82 | choose_magic_spell(spellval)
      | ^
mcastu.c:137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  137 | choose_clerical_spell(spellnum)
      | ^
mcastu.c:184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  184 | castmu(mtmp, mattk, thinks_it_foundyou, foundyou)
      | ^
mcastu.c:341:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  341 | m_cure_self(mtmp, dmg)
      | ^
mcastu.c:367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  367 | cast_wizard_spell(mtmp, dmg, spellnum)
      | ^
mhitu.c:30:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   30 | hitmsg(mtmp, mattk)
      | ^
mhitu.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   81 | missmu(mtmp, nearmiss, mattk)
      | ^
mcastu.c:524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  524 | cast_cleric_spell(mtmp, dmg, spellnum)
      | ^
mhitu.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  100 | mswings(mtmp, otemp)
      | ^
mhitu.c:113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  113 | mpoisons_subj(mtmp, mattk)
      | ^
mhitu.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  143 | wildmiss(mtmp, mattk)
      | ^
mcastu.c:736:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  736 | is_undirected_spell(adtyp, spellnum)
      | ^
mcastu.c:767:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  767 | spell_would_be_useless(mtmp, adtyp, spellnum)
      | ^
mhitu.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  219 | expels(mtmp, mdat, message)
      | ^
mcastu.c:841:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  841 | buzzmu(mtmp, mattk)
      | ^
mhitu.c:262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  262 | getmattk(magr, mdef, indx, prev_result, alt_attk_buf)
      | ^
mhitm.c:1492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1492 | paralyze_monst(mon, amt)
      | ^
mhitm.c:1507:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1507 | sleep_monst(mon, amt, how)
      | ^
mhitm.c:1530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1530 | slept_monst(mon)
      | ^
mhitm.c:1541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1541 | rustm(mdef, obj)
      | ^
mhitu.c:364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  364 | mattacku(mtmp)
      | ^
21 warnings generated.
mhitm.c:1566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1566 | mswingsm(magr, mdef, otemp)
      | ^
mhitm.c:1583:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1583 | passivemm(magr, mdef, mhit, mdead)
      | ^
mklev.c:47:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   47 | do_comp(vx, vy)
      | ^
mklev.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   69 | finddpos(cc, xl, yl, xh, yh)
      | ^
4 warnings generated.
mklev.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  111 | do_room_or_subroom(croom, lowx, lowy, hix, hiy, lit, rtype, special, is_room)
      | ^
mklev.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  187 | add_room(lowx, lowy, hix, hiy, lit, rtype, special)
      | ^
mklev.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  204 | add_subroom(proom, lowx, lowy, hix, hiy, lit, rtype, special)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mondata.o mondata.c
mhitm.c:1738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1738 | xdrainenergym(mon, givemsg)
      | ^
mklev.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  244 | join(a, b, nxcor)
      | ^
mhitm.c:1754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1754 | attk_protection(aatyp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o monmove.o monmove.c
mklev.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  351 | add_door(x, y, aroom)
      | ^
mklev.c:384:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  384 | dosdoor(x, y, aroom, type)
      | ^
mklev.c:451:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  451 | place_niche(aroom, dy, xx, yy)
      | ^
mklev.c:484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  484 | makeniche(trap_type)
      | ^
mhitu.c:817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  817 | diseasemu(mdat)
      | ^
mhitu.c:832:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  832 | u_slip_free(mtmp, mattk)
      | ^
27 warnings generated.
mhitu.c:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  869 | magic_negation(mon)
      | ^
mhitu.c:921:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  921 | hitmu(mtmp, mattk)
      | ^
minion.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
    9 | newemin(mtmp)
      | ^
mklev.c:892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  892 | mineralize(kelp_pool, kelp_moat, goldprob, gemprob, skip_lvl_checks)
      | ^
minion.c:21:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   21 | free_emin(mtmp)
      | ^
minion.c:33:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   33 | monster_census(spotted)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mplayer.o mplayer.c
minion.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   51 | msummon(mon)
      | ^
mklev.c:1041:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1041 | topologize(croom)
      | ^
mklev.c:1102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1102 | find_branch_room(mp)
      | ^
mklev.c:1133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1133 | pos_to_room(x, y)
      | ^
mklev.c:1148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1148 | place_branch(br, x, y)
      | ^
mklev.c:1207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1207 | bydoor(x, y)
      | ^
mklev.c:1237:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1237 | okdoor(x, y)
      | ^
mklev.c:1247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1247 | dodoor(x, y, aroom)
      | ^
mklev.c:1260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1260 | occupied(x, y)
      | ^
mklev.c:1271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1271 | mktrap(num, mazeflag, croom, tm)
      | ^
minion.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  164 | summon_minion(alignment, talk)
      | ^
mklev.c:1534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1534 | mkstairs(x, y, up, croom)
      | ^
mklev.c:1568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1568 | mkfount(mazeflag, croom)
      | ^
mklev.c:1594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1594 | mksink(croom)
      | ^
mhitu.c:1780:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1780 | gulpmu(mtmp, mattk)
      | ^
mklev.c:1614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1614 | mkaltar(croom)
      | ^
mklev.c:1640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1640 | mkgrave(croom)
      | ^
minion.c:230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  230 | demon_talk(mtmp)
      | ^
mklev.c:1765:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1765 | mkinvpos(x, y, dist)
      | ^
mklev.c:1862:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1862 | mk_knox_portal(x, y)
      | ^
mhitu.c:2038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2038 | explmu(mtmp, mattk, ufound)
      | ^
mhitu.c:2143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2143 | gazemu(mtmp, mattk)
      | ^
minion.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  320 | bribe(mtmp)
      | ^
minion.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  351 | dprince(atyp)
      | ^
minion.c:366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  366 | dlord(atyp)
      | ^
minion.c:406:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  406 | ndemon(atyp)
      | ^
minion.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  431 | lose_guardian_angel(mon)
      | ^
mhitu.c:2359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2359 | mdamageu(mtmp, n)
      | ^
mhitu.c:2380:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2380 | could_seduce(magr, mdef, mattk)
      | ^
mhitu.c:2432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2432 | doseduce(mon)
      | ^
mkroom.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   35 | isbig(sroom)
      | ^
mkroom.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   46 | mkroom(roomtype)
      | ^
mkmaze.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   46 | iswall(x, y)
      | ^
mkmaze.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   59 | iswall_or_stone(x, y)
      | ^
mkmaze.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   71 | is_solid(x, y)
      | ^
mkmaze.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   96 | extend_spine(locale, wall_there, dx, dy)
      | ^
mkroom.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  207 | pick_room(strict)
      | ^
mkroom.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  232 | mkzoo(type)
      | ^
mkmaze.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | wall_cleanup(x1, y1, x2, y2)
      | ^
mkroom.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  244 | mk_zoo_thronemon(x,y)
      | ^
mkroom.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  264 | fill_zoo(sroom)
      | ^
mkmaze.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  162 | fix_wall_spines(x1, y1, x2, y2)
      | ^
mkmaze.c:224:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  224 | wallification(x1, y1, x2, y2)
      | ^
mkmaze.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  232 | okay(x, y, dir)
      | ^
mhitu.c:2728:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2728 | mayberem(mon, seducer, obj, str)
      | ^
mkmaze.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | maze0xy(cc)
      | ^
mkmaze.c:261:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  261 | bad_location(x, y, lx, ly, hx, hy)
      | ^
mhitu.c:2781:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2781 | passiveum(olduasmon, mtmp, mattk)
      | ^
mkmaze.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  275 | place_lregion(lx, ly, hx, hy, nlx, nly, nhx, nhy, rtype, lev)
      | ^
mkroom.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  438 | mkundead(mm, revive_corpses, mm_flags)
      | ^
mkmaze.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  322 | put_lregion_here(x, y, nlx, nly, nhx, nhy, rtype, oneshot, lev)
      | ^
mkobj.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   85 | dealloc_oextra(o)
      | ^
mkroom.c:550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  550 | shrine_pos(roomno)
      | ^
mkobj.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  108 | nemkroom.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  597 | womonst(otmp)
      | ^
nexttodoor(sx, sy)
      | ^
mkobj.c:123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  123 | fremkroom.c:615:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  615 | hae_omonst(otmp)
      | ^
s_dnstairs(sroom)
      | ^
mkroom.c:626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  mkobj.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
626  139 | newomid(otmp)
      | ^
 | has_upstairs(sroom)
      | ^
mkroom.c:637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  637 | somex(croom)
      | ^
mkobj.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  151 | free_omid(otmp)
      | ^
mkroom.c:644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  644 | somey(croom)
      | ^
mkobj.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  161 | newolong(otmp)
      | ^
mkroom.c:651:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  651 | inside_room(croom, x, y)
      | ^
mkroom.c:660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  660 | somexy(croom, c)
      | ^
mkobj.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  173 | free_olong(otmp)
      | ^
mkobj.c:183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  183 | new_omailcmd(otmp, response_cmd)
      | ^
mkobj.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  195 | free_omailcmd(otmp)
      | ^
mkobj.c:205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  205 | mkobj_at(let, x, y, artif)
      | ^
mkroom.c:717:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  717 | search_special(type)
      | ^
mkobj.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  218 | mksobj_at(otyp, x, y, init, artif)
      | ^
mkobj.c:230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  230 | mksobj_migr_to_species(otyp, mflags2, init, artif)
      | ^
mkobj.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 | mkobj(oclass, artif)
      | ^
mkmaze.c:623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  623 | check_ransacked(s)
      | ^
mkmaze.c:634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  634 | migrate_orc(mtmp, mflags)
      | ^
mkroom.c:799:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  799 | save_room(fd, r)
      | ^
mkroom.c:819:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  819 | save_rooms(fd)
      | ^
mkroom.c:831:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  831 | rest_room(fd, r)
      | ^
mkmaze.c:667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  667 | shiny_orc_stuff(mtmp)
      | ^
mkobj.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  275 | mkbox_cnts(box)
      | ^
mkroom.c:850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  850 | rest_rooms(fd)
      | ^
mkmaze.c:699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  699 | migr_booty_item(otyp, gang)
      | ^
mkroom.c:868:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  868 | cmap_to_type(sym)
      | ^
mkobj.c:379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  379 | copy_oextra(obj2, obj1)
      | ^
mkmaze.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  810 | maze_inbounds(x, y)
      | ^
mkobj.c:428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  428 | splitobj(obj, num)
      | ^
mkmaze.c:818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  818 | maze_remove_deadends(typ)
      | ^
mkobj.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  470 | nextoid(oldobj, newobj)
      | ^
mkmaze.c:865:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  865 | create_maze(corrwid, wallthick)
      | ^
mkobj.c:490:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  490 | unsplitobj(obj)
      | ^
mkmaze.c:957:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  957 | makemaz(s)
      | ^
mkobj.c:576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  576 | replace_object(obj, otmp)
      | ^
mkobj.c:621:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  621 | unknwn_contnr_contents(obj)
      | ^
mkobj.c:650:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  650 | bill_dummy_object(otmp)
      | ^
mkobj.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  693 | costly_alteration(obj, alter_type)
      | ^
mkobj.c:771:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  771 | mksobj(otyp, init, artif)
      | ^
mkmaze.c:1167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1167 | walkfrom(x, y, typ)
      | ^
mkmaze.c:1206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1206 | mazexy(cc)
      | ^
mkmaze.c:1330:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1330 | mkportal(x, y, todnum, todlevel)
      | ^
mkobj.c:1135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1135 | set_corpsenm(obj, id)
      | ^
mkobj.c:1176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1176 | start_corpse_timeout(body)
      | ^
mkobj.c:1227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1227 | maybe_adjust_light(obj, old_range)
      | ^
mkobj.c:1270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1270 | bless(otmp)
      | ^
mkmaze.c:1571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1571 | save_waterlevel(fd, mode)
      | ^
mkobj.c:1293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1293 | unbless(otmp)
      | ^
mkobj.c:1310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1310 | curse(otmp)
      | ^
mkmaze.c:1596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1596 | restore_waterlevel(fd)
      | ^
mkobj.c:1350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1350 | uncurse(otmp)
      | ^
mkmaze.c:1637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1637 | waterbody_name(x, y)
      | ^
mkobj.c:1370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1370 | blessorcurse(otmp, chance)
      | ^
mkobj.c:1388:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1388 | bcsign(otmp)
      | ^
mkobj.c:1396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1396 | set_bknown(obj, onoff)
      | ^
mkobj.c:1416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1416 | weight(obj)
      | ^
mkmaze.c:1737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1737 | mk_bubble(x, y, n)
      | ^
mkobj.c:1478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1478 | rnd_treefruit_at(x, y)
      | ^
mkobj.c:1486:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1486 | mkgold(amount, x, y)
      | ^
mkmaze.c:1801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1801 | mv_bubble(b, dx, dy, ini)
      | ^
mkobj.c:1524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1524 | mkcorpstat(objtype, mtmp, ptr, x, y, corpstatflags)
      | ^
mkobj.c:1578:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1578 | corpse_revive_type(obj)
      | ^
mkobj.c:1597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1597 | obj_attach_mid(obj, mid)
      | ^
mkobj.c:1609:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1609 | save_mtraits(obj, mtmp)
      | ^
mkobj.c:1640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1640 | get_mtraits(obj, copyof)
      | ^
mkobj.c:1667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1667 | mk_tt_object(objtype, x, y)
      | ^
mkobj.c:1688:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1688 | mk_named_object(objtype, ptr, x, y, nm)
      | ^
mkobj.c:1705:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1705 | is_flammable(otmp)
      | ^
mkobj.c:1725:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1725 | is_rottable(otmp)
      | ^
mkobj.c:1741:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1741 | place_object(otmp, x, y)
      | ^
mkobj.c:1801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1801 | obj_ice_effects(x, y, do_buried)
      | ^
mkobj.c:1829:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1829 | peek_at_iced_corpse_age(otmp)
      | ^
mkobj.c:1847:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1847 | obj_timer_checks(otmp, x, y, force)
      | ^
mkobj.c:1915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1915 | remove_object(otmp)
      | ^
mkobj.c:1934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1934 | discard_minvent(mtmp)
      | ^
mkobj.c:1972:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1972 | obj_extract_self(obj)
      | ^
mkobj.c:2010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2010 | extract_nobj(obj, head_ptr)
      | ^
mkobj.c:2038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2038 | extract_nexthere(obj, head_ptr)
      | ^
mkobj.c:2064:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2064 | add_to_minv(mon, obj)
      | ^
mkobj.c:2090:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2090 | add_to_container(container, obj)
      | ^
mkobj.c:2113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2113 | add_to_migration(obj)
      | ^
mkobj.c:2129:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2129 | add_to_buried(obj)
      | ^
mkobj.c:2142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2142 | container_weight(container)
      | ^
mkobj.c:2159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2159 | dealloc_obj(obj)
      | ^
mkobj.c:2196:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2196 | hornoplenty(horn, tipping)
      | ^
monmove.c:23:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   23 | mb_trapped(mtmp)
      | ^
monmove.c:47:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   47 | monhaskey(mon, for_unlocking)
      | ^
monmove.c:57:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   57 | mon_yells(mon, shout)
      | ^
mkobj.c:2342:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2342 | objlist_sanity(objlist, wheretype, mesg)
      | ^
mkobj.c:2394:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2394 | mon_obj_sanity(monlist, mesg)
      | ^
mkobj.c:2430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2430 | where_name(obj)
      | ^
mkobj.c:2447:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2447 | insane_object(obj, fmt, mesg, mon)
      | ^
mkobj.c:2479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2479 | init_dummyobj(obj, otyp, oquan)
      | ^
mkobj.c:2505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2505 | check_contained(container, mesg)
      | ^
monmove.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   82 | watch_on_duty(mtmp)
      | ^
mkobj.c:2553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2553 | check_glob(obj, mesg)
      | ^
monmove.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  110 | dochugw(mtmp)
      | ^
mkobj.c:2576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2576 | sanity_check_worn(obj)
      | ^
mkobj.c:2773:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2773 | obj_nexto(otmp)
      | ^
mkobj.c:2792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2792 | obj_nexto_xy(obj, x, y, recurs)
      | ^
monmove.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  135 | onscary(x, y, mtmp)
      | ^
mkobj.c:2837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2837 | obj_absorb(obj1, obj2)
      | ^
monmove.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  187 | mon_regen(mon, digest_meal)
      | ^
mkobj.c:2890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2890 | obj_meld(obj1, obj2)
      | ^
monmove.c:209:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  209 | disturb(mtmp)
      | ^
mkobj.c:2935:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2935 | pudding_merge_message(otmp, otmp2)
      | ^
monmove.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  244 | release_hero(mon)
      | ^
monmove.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  267 | monflee(mtmp, fleetime, first, fleemsg)
      | ^
monmove.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  315 | distfleeck(mtmp, inrange, nearby, scared)
      | ^
monmove.c:356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  356 | m_arrival(mon)
      | ^
monmove.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  369 | dochug(mtmp)
      | ^
mkmap.c:29:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   29 | init_map(bg_typ)
      | ^
mkmap.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   40 | init_fill(bg_typ, fg_typ)
      | ^
mkmap.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   59 | get_map(col, row, bg_typ)
      | ^
mkmap.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   72 | pass_one(bg_typ, fg_typ)
      | ^
mkmap.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  106 | pass_two(bg_typ, fg_typ)
      | ^
mkmap.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | pass_three(bg_typ, fg_typ)
      | ^
mkmap.c:160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  160 | flood_fill_rm(sx, sy, rmno, lit, anyroom)
      | ^
monmove.c:675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  675 | itsstuck(mtmp)
      | ^
monmove.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  693 | should_displace(mtmp, poss, info, cnt, gx, gy)
      | ^
monmove.c:730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  730 | m_digweapon_check(mtmp, nix, niy)
      | ^
monmove.c:768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  768 | m_move(mtmp, after)
      | ^
mondata.c:13:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   13 | set_mon_data(mon, ptr)
      | ^
mondata.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   43 | attacktype_fordmg(ptr, atyp, dtyp)
      | ^
38 warnings generated.
mondata.c:57:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   57 | attacktype(ptr, atyp)
      | ^
mondata.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   66 | noattacks(ptr)
      | ^
mondata.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   86 | poly_when_stoned(ptr)
      | ^
mondata.c:97:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   97 | resists_drli(mon)
      | ^
mkmap.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  273 | join_map(bg_typ, fg_typ)
      | ^
33 warnings generated.
mondata.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  114 | resists_magm(mon)
      | ^
mkmap.c:346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  346 | finish_map(fg_typ, bg_typ, lit, walled, icedpools)
      | ^
mondata.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  148 | resists_blnd(mon)
      | ^
mkmap.c:387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  387 | remove_rooms(lx, ly, hx, hy)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o mthrowu.o mthrowu.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o muse.o muse.c
mondata.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  187 | can_blnd(magr, mdef, aatyp, obj)
      | ^
mkmap.c:419:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  419 | remove_room(roomno)
      | ^
mkmap.c:452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  452 | mkmap(init_lev)
      | ^
mondata.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  275 | ranged_attk(ptr)
      | ^
mondata.c:299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  299 | mon_hates_silver(mon)
      | ^
mondata.c:307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  307 | hates_silver(ptr)
      | ^
mondata.c:317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  317 | mon_hates_light(mon)
      | ^
mondata.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  325 | passes_bars(mptr)
      | ^
mondata.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  336 | can_blow(mtmp)
      | ^
mondata.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  350 | can_chant(mtmp)
      | ^
mondata.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  362 | can_be_strangled(mon)
      | ^
mondata.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  395 | can_track(ptr)
      | ^
mondata.c:406:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  406 | sliparm(ptr)
      | ^
mondata.c:415:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  415 | breakarm(ptr)
      | ^
mondata.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  430 | sticks(ptr)
      | ^
mondata.c:439:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  439 | cantvomit(ptr)
      | ^
mondata.c:452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  452 | num_horns(ptr)
      | ^
mondata.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  475 | dmgtype_fromattack(ptr, dtyp, atyp)
      | ^
mondata.c:489:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  489 | dmgtype(ptr, dtyp)
      | ^
mondata.c:499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  499 | max_passive_dmg(mdef, magr)
      | ^
mondata.c:547:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  547 | same_race(pm1, pm2)
      | ^
monmove.c:1502:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1502 | dissolve_bars(x, y)
      | ^
mondata.c:652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  652 | monsndx(ptr)
      | ^
monmove.c:1511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1511 | closed_door(x, y)
      | ^
monmove.c:1519:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1519 | accessible(x, y)
      | ^
mondata.c:674:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  674 | name_to_mon(in_str)
      | ^
monmove.c:1533:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1533 | set_apparxy(mtmp)
      | ^
monmove.c:1607:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1607 | undesirable_disp(mtmp, x, y)
      | ^
monmove.c:1648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1648 | stuff_prevents_passage(mtmp)
      | ^
monmove.c:1686:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1686 | can_ooze(mtmp)
      | ^
mondata.c:813:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  813 | name_to_monclass(in_str, mndx_p)
      | ^
monmove.c:1696:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1696 | can_fog(mtmp)
      | ^
monmove.c:1706:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1706 | vamp_shift(mon, ptr, domsg)
      | ^
mondata.c:905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  905 | gender(mtmp)
      | ^
mondata.c:916:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  916 | pronoun_gender(mtmp, override_vis)
      | ^
mondata.c:930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  930 | levl_follower(mtmp)
      | ^
mondata.c:1022:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1022 | little_to_big(montype)
      | ^
mondata.c:1036:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1036 | big_to_little(montype)
      | ^
mondata.c:1052:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1052 | big_little_match(montyp1, montyp2)
      | ^
mondata.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1081 | raceptr(mtmp)
      | ^
mondata.c:1099:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1099 | locomotion(ptr, def)
      | ^
mondata.c:1116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1116 | stagger(ptr, def)
      | ^
mon.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   49 | sanity_check_single_mon(mtmp, chk_geno, msg)
      | ^
mondata.c:1134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1134 | on_fire(mptr, mattk)
      | ^
mondata.c:1182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1182 | olfaction(mdat)
      | ^
mon.c:147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  147 | undead_to_corpse(mndx)
      | ^
mon.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  201 | genus(mndx, mode)
      | ^
mon.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  267 | pm_to_cham(mndx)
      | ^
mon.c:297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  297 | make_corpse(mtmp, corpseflags)
      | ^
mon.c:491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  491 | minliquid(mtmp)
      | ^
mon.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  639 | mcalcmove(mon)
      | ^
10 warnings generated.
mon.c:872:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  872 | meatmetal(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o music.o music.c
mon.c:964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  964 | meatobj(mtmp) /* for gelatinous cubes */
      | ^
mon.c:1101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1101 | mpickgold(mtmp)
      | ^
mon.c:1121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1121 | mpickstuff(mtmp, str)
      | ^
mon.c:1171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1171 | curr_mon_load(mtmp)
      | ^
mon.c:1186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1186 | max_mon_load(mtmp)
      | ^
mon.c:1230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1230 | can_carry(mtmp, otmp)
      | ^
11 warnings generated.
mon.c:1305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1305 | mfndpos(mon, poss, info, flag)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o o_init.o o_init.c
84 warnings generated.
mon.c:1556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1556 | mm_aggression(magr, mdef)
      | ^
mon.c:1573:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1573 | mm_displacement(magr, mdef)
      | ^
mon.c:1597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1597 | monnear(mon, x, y)
      | ^
mon.c:1638:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1638 | replmon(mtmp, mtmp2)
      | ^
40 warnings generated.
mon.c:1682:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1682 | relmon(mon, monst_list)
      | ^
mon.c:1737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1737 | copy_mextra(mtmp2, mtmp1)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o objnam.o objnam.c
mon.c:1779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1779 | dealloc_mextra(m)
      | ^
mon.c:1805:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1805 | dealloc_monst(mon)
      | ^
mon.c:1822:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1822 | m_detach(mtmp, mptr)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o options.o options.c
mon.c:1865:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1865 | mlifesaver(mon)
      | ^
mon.c:1878:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1878 | lifesaved_monster(mtmp)
      | ^
mon.c:1928:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1928 | mondead(mtmp)
      | ^
mplayer.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   71 | get_mplname(mtmp, nam)
      | ^
mplayer.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   96 | mk_mplayer_armor(mon, typ)
      | ^
mon.c:2075:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2075 | corpse_chance(mon, magr, was_swallowed)
      | ^
mplayer.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  120 | mk_mplayer(ptr, x, y, special)
      | ^
mon.c:2143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2143 | mondied(mdef)
      | ^
mon.c:2157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2157 | mongone(mdef)
      | ^
mon.c:2181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2181 | monstone(mdef)
      | ^
mon.c:2271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2271 | monkilled(mdef, fltxt, how)
      | ^
mon.c:2298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2298 | unstuck(mtmp)
      | ^
mon.c:2321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2321 | killed(mtmp)
      | ^
mon.c:2329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2329 | xkilled(mtmp, xkill_flags)
      | ^
mplayer.c:331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  331 | create_mplayers(num, special)
      | ^
mplayer.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  362 | mplayer_talk(mtmp)
      | ^
mon.c:2522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2522 | mon_to_stone(mtmp)
      | ^
mon.c:2541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2541 | vamp_stone(mtmp)
      | ^
mon.c:2613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2613 | m_into_limbo(mtmp)
      | ^
mon.c:2623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2623 | migrate_mon(mtmp, target_lev, xyloc)
      | ^
mon.c:2634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2634 | ok_to_obliterate(mtmp)
      | ^
mon.c:2649:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2649 | elemental_clog(mon)
      | ^
mon.c:2727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2727 | mnexto(mtmp)
      | ^
mon.c:2755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2755 | deal_with_overcrowding(mtmp)
      | ^
mon.c:2769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2769 | maybe_mnexto(mtmp)
      | ^
mon.c:2801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2801 | mnearto(mtmp, x, y, move_other)
      | ^
mthrowu.c:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   34 | thitu(tlev, dam, objp, name)
      | ^
muse.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   63 | precheck(mon, obj)
      | ^
mon.c:2858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2858 | m_respond(mtmp)
      | ^
mon.c:2891:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2891 | setmangry(mtmp, via_attack)
      | ^
muse.c:170:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  170 | mzapwand(mtmp, otmp, self)
      | ^
muse.c:194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  194 | mplayhorn(mtmp, otmp, self)
      | ^
mthrowu.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  109 | drop_throw(obj, ohit, x, y)
      | ^
muse.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  219 | mreadmsg(mtmp, otmp)
      | ^
mthrowu.c:158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  158 | monmulti(mtmp, otmp, mwep)
      | ^
muse.c:260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  260 | mquaffmsg(mtmp, otmp)
      | ^
muse.c:303:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  303 | m_use_healing(mtmp)
      | ^
mon.c:3027:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3027 | wakeup(mtmp, via_attack)
      | ^
muse.c:328:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  328 | find_defensive(mtmp)
      | ^
mthrowu.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | monshoot(mtmp, otmp, mwep)
      | ^
mon.c:3053:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3053 | wake_nearto(x, y, distance)
      | ^
mon.c:3082:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3082 | seemimic(mtmp)
      | ^
mthrowu.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  305 | ohitmon(mtmp, otmp, range, verbose)
      | ^
mon.c:3152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3152 | restore_cham(mon)
      | ^
mon.c:3172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3172 | restrap(mtmp)
      | ^
mon.c:3198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3198 | hideunder(mtmp)
      | ^
mon.c:3232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3232 | hide_monst(mon)
      | ^
mon.c:3259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3259 | mon_animal_list(construct)
      | ^
mon.c:3302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]mthrowu.c:484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  484 | m_ 3302 | decide_to_shapeshift(mon, shiftflags)
      | ^
throw(mon, x, y, dx, dy, range, obj)
      | ^
muse.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  629 | use_defensive(mtmp)
      | ^
mon.c:3364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3364 | pickvampshape(mon)
      | ^
mon.c:3394:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3394 | isspecmon(mon)
      | ^
mon.c:3405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3405 | validspecmon(mon, mndx)
      | ^
mon.c:3429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3429 | validvamp(mon, mndx_p, monclass)
      | ^
mon.c:3480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3480 | select_newcham_form(mon)
      | ^
mon.c:3614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3614 | accept_newcham_form(mon, mndx)
      | ^
mthrowu.c:707:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  707 | thrwmm(mtmp, mtarg)
      | ^
mon.c:3642:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3642 | mgender_from_permonst(mtmp, mdat)
      | ^
mon.c:3662:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3662 | newcham(mtmp, mdat, polyspot, msg)
      | ^
mthrowu.c:755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  755 | spitmm(mtmp, mattk, mtarg)
      | ^
mthrowu.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  807 | breamm(mtmp, mattk, mtarg)
      | ^
mthrowu.c:856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  856 | m_useupall(mon, obj)
      | ^
mthrowu.c:873:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  873 | m_useup(mon, obj)
      | ^
mthrowu.c:887:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  887 | thrwmu(mtmp)
      | ^
muse.c:1015:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1015 | rnd_defensive_item(mtmp)
      | ^
muse.c:1083:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1083 | find_offensive(mtmp)
      | ^
mon.c:3897:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3897 | can_be_hatched(mnum)
      | ^
mon.c:3921:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3921 | egg_type_from_parent(mnum, force_ordinary)
      | ^
mthrowu.c:956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  956 | spitmu(mtmp, mattk)
      | ^
mon.c:3937:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3937 | dead_species(m_idx, egg)
      | ^
mon.c:3960:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3960 | kill_eggs(obj_list)
      | ^
muse.c:1233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1233 | mbhitm(mtmp, otmp)
      | ^
mthrowu.c:999:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  999 | breamu(mtmp, mattk)
      | ^
mon.c:4032:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4032 | golemeffects(mon, damtype, dam)
      | ^
mon.c:4067:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4067 | angry_guards(silent)
      | ^
mthrowu.c:1039:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1039 | linedup(ax, ay, bx, by, boulderhandling)
      | ^
muse.c:1314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1314 | mbhit(mon, range, fhitm, fhito, obj)
      | ^
mthrowu.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1081 | m_lined_up(mtarg, mtmp)
      | ^
mthrowu.c:1090:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1090 | lined_up(mtmp)
      | ^
mthrowu.c:1109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1109 | m_carrying(mtmp, type)
      | ^
mthrowu.c:1122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1122 | hit_bars(objp, objx, objy, barsx, barsy, your_fault, from_invent)
      | ^
mon.c:4125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4125 | mimic_hit_msg(mtmp, otyp)
      | ^
mthrowu.c:1157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1157 | hits_bars(obj_p, x, y, barsx, barsy, always_hit, whodidit)
      | ^
mon.c:4147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4147 | usmellmon(mdat)
      | ^
muse.c:1406:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1406 | use_offensive(mtmp)
      | ^
21 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o pager.o pager.c
muse.c:1573:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1573 | rnd_offensive_item(mtmp)
      | ^
11 warnings generated.
music.c:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   61 | awaken_monsters(distance)
      | ^
muse.c:1631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1631 | find_misc(mtmp)
      | ^
music.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   92 | put_monsters_to_sleep(distance)
      | ^
music.c:113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  113 | charm_snakes(distance)
      | ^
music.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  148 | calm_nymphs(distance)
      | ^
music.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  172 | awaken_soldiers(bugler)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o pickup.o pickup.c
muse.c:1761:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1761 | muse_newcham_mon(mon)
      | ^
muse.c:1776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1776 | use_misc(mtmp)
      | ^
o_init.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   45 | setgemprobs(dlev)
      | ^
o_init.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   72 | shuffle(o_low, o_high, domaterial)
      | ^
music.c:215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  215 | charm_monsters(distance)
      | ^
music.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  241 | do_earthquake(force)
      | ^
o_init.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  187 | obj_shuffle_range(otyp, lo_p, hi_p)
      | ^
o_init.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  291 | savenames(fd, mode)
      | ^
o_init.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  321 | restnames(fd)
      | ^
options.c:619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  619 | match_optname(user_string, opt_name, min_length, val_allowed)
      | ^
o_init.c:342:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  342 | discover_object(oindx, mark_as_known, credit_hero)
      | ^
options.c:653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  653 | nh_getenv(ev)
      | ^
o_init.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  375 | undiscover_object(oindx)
      | ^
muse.c:1987:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1987 | you_aggravate(mtmp)
      | ^
o_init.c:404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  404 | interesting_to_discover(i)
      | ^
music.c:469:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  469 | do_improvisation(instr)
      | ^
muse.c:2011:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2011 | rnd_misc_item(mtmp)
      | ^
o_init.c:480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  480 | oclass_to_name(oclass, buf)
      | ^
muse.c:2047:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2047 | searches_for_item(mon, obj)
      | ^
options.c:916:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  916 | nmcpy(dest, src, maxlen)
      | ^
options.c:954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  954 | escapes(cp, tp)
      | ^
options.c:1027:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1027 | rejectoption(optname)
      | ^
options.c:1058:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1058 | string_for_opt(opts, val_optional)
      | ^
options.c:1078:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1078 | string_for_env_opt(optname, opts, val_optional)
      | ^
options.c:1091:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1091 | bad_negation(optname, with_parameter)
      | ^
options.c:1109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1109 | change_inv_order(op)
      | ^
options.c:1157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1157 | warning_opts(opts, optype)
      | ^
muse.c:2124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2124 | mon_reflects(mon, str)
      | ^
options.c:1179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1179 | assign_warnings(graph_chars)
      | ^
options.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1190 | feature_alert_opts(op, optn)
      | ^
music.c:682:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  682 | do_play_instrument(instr)
      | ^
options.c:1222:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1222 | set_duplicate_opt_detection(on_or_off)
      | ^
5 warnings generated.
muse.c:2165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2165 | ureflects(fmt, str)
      | ^
options.c:1254:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1254 | duplicate_opt_detection(opts, iscompound)
      | ^
options.c:1288:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1288 | complain_about_duplicate(opts, iscompound)
      | ^
muse.c:2200:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
options.c:1399:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1399 | clr2colorname(clr)
      | ^
 2200 | mcureblindness(mon, verbos)
      | ^
options.c:1411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1411 | match_str2clr(str)
      | ^
muse.c:2214:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2214 | munstone(mon, by_you)
      | ^
options.c:1437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1437 | attr2attrname(attr)
      | ^
options.c:1449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1449 | match_str2attr(str, complain)
      | ^
muse.c:2238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2238 | mon_consume_unstone(mon, obj, by_you, stoning)
      | ^
options.c:1469:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1469 | query_color(prompt)
      | ^
options.c:1511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1511 | query_attr(prompt)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o pline.o pline.c
muse.c:2318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2318 | cures_stoning(mon, obj, tinok)
      | ^
muse.c:2337:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2337 | mcould_eat_tin(mon)
      | ^
options.c:1603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1603 | msgtype2name(typ)
      | ^
muse.c:2368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2368 | munslime(mon, by_you)
      | ^
options.c:1643:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1643 | msgtype_add(typ, pattern)
      | ^
options.c:1680:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1680 | free_one_msgtype(idx)
      | ^
options.c:1706:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1706 | msgtype_type(msg, norepeat)
      | ^
options.c:1725:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1725 | hide_unhide_msgtypes(hide, hide_mask)
      | ^
options.c:1756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1756 | msgtype_parse_add(str)
      | ^
options.c:1782:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1782 | test_regexmuse.c:2443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_41 warnings generated.
pattern(str, errmsg)
      | ^
 2443 | muse_unslime(mon, obj, trap, by_you)
      | ^
options.c:1809:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1809 | add_menu_coloring_parsed(str, c, a)
      | ^
options.c:1837:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1837 | add_menu_coloring(tmpstr)
      | ^
options.c:1884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1884 | get_menu_coloring(str, color, attr)
      | ^
options.c:1914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1914 | free_one_menu_coloring(idx)
      | ^
options.c:1951:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1951 | parse_role_opts(negated, fullname, opts, opp)
      | ^
options.c:1989:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1989 | illegal_menu_cmd_key(c)
      | ^
options.c:2009:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2009 | parseoptions(opts, tinitial, tfrom_file)
      | ^
muse.c:2555:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2555 | cures_sliming(mon, obj)
      | ^
muse.c:2572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2572 | green_mon(mon)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o polyself.o polyself.c
options.c:4186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4186 | parsebindings(bindings)
      | ^
options.c:4255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
objnam.c:65:1:  4255 | oc_to_str(src, dwarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
est)
      | ^
   65 | strprepend(s, pref)
      | ^
options.c:4274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4274 | add_menu_cmd_alias(from_ch, to_ch)
      | ^
objnam.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   93 | releaseobuf(bufp)
      | ^
options.c:4289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4289 | get_menu_cmd_key(ch)
      | ^
objnam.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  107 | obj_typename(otyp)
      | ^
options.c:4307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4307 | map_menu_cmd(ch)
      | ^
options.c:4321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4321 | show_menu_controls(win, dolist)
      | ^
options.c:4403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4403 | doset_add_menu(win, option, indexoffset)
      | ^
12 warnings generated.
options.c:4443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4443 | opts_add_others(win, name, id, bufx, nset)
      | ^
objnam.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  189 | simple_typename(otyp)
      | ^
objnam.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  204 | safe_typename(otyp)
      | ^
objnam.c:225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  225 | obj_is_pname(obj)
      | ^
objnam.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | distant_name(obj, func)
      | ^
objnam.c:269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  269 | fruitname(juice)
      | ^
objnam.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  286 | fruit_from_indx(indx)
      | ^
objnam.c:299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  299 | fruit_from_name(fname, exact, highest_fid)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o potion.o potion.c
objnam.c:379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  379 | reorder_fruit(forward)
      | ^
options.c:4716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4716 | handle_add_list_remove(optname, numtotal)
      | ^
objnam.c:414:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  414 | xname(obj)
      | ^
objnam.c:421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  421 | xname_flags(obj, cxn_flags)
      | ^
options.c:4766:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4766 | special_handling(optname, setinitial, setfromfile)
      | ^
pager.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   41 | is_swallow_sym(c)
      | ^
pager.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   58 | append_str(buf, new_str)
      | ^
objnam.c:750:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  750 | minimal_xname(obj)
      | ^
pager.c:77:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   77 | self_lookat(outbuf)
      | ^
objnam.c:795:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  795 | mshot_xname(obj)
      | ^
objnam.c:812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  812 | the_unique_obj(obj)
      | ^
objnam.c:828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  828 | the_unique_pm(ptr)
      | ^
objnam.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  851 | add_erosion_words(obj, prefix)
      | ^
pager.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  100 | mhidden_description(mon, altmon, outbuf)
      | ^
objnam.c:902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  902 | erosion_matters(obj)
      | ^
objnam.c:929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  929 | doname_base(obj, doname_flags)
      | ^
pager.c:159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  159 | object_from_map(glyph, x, y, obj_p)
      | ^
pager.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  235 | look_at_object(buf, x, y, glyph)
      | ^
pager.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  270 | look_at_monster(buf, monbuf, mtmp, x, y)
      | ^
options.c:5597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5597 | get_compopt_value(optname, buf)
      | ^
objnam.c:1291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1291 | doname(obj)
      | ^
objnam.c:1299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1299 | doname_with_price(obj)
      | ^
objnam.c:1307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1307 | doname_vague_quan(obj)
      | ^
pager.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  395 | lookat(x, y, buf, monbuf)
      | ^
objnam.c:1327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1327 | not_fully_identified(otmp)
      | ^
objnam.c:1366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1366 | corpse_xname(otmp, adjective, cxn_flags)
      | ^
objnam.c:1461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1461 | cxname(obj)
      | ^
objnam.c:1471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1471 | cxname_singular(obj)
      | ^
objnam.c:1481:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1481 | killer_xname(obj)
      | ^
pager.c:547:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  547 | checkfile(inp, pm, user_typed_name, without_asking, supplemental_name)
      | ^
objnam.c:1548:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1548 | short_oname(obj, func, altfunc, lenlimit)
      | ^
pickup.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   73 | simple_look(otmp, here)
      | ^
41 warnings generated.
pickup.c:99:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   99 | collect_obj_classes(ilets, otmp, here, filter, itemcount)
      | ^
objnam.c:1630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1630 | singular(otmp, func)
      | ^
objnam.c:1650:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1650 | just_an(outbuf, str)
      | ^
pager.c:811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  811 | do_screen_description(cc, looked, sym, out_str, firstmatch, for_supplement)
      | ^
options.c:5996:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5996 | add_autopickup_exception(mapping)
      | ^
pickup.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  135 | query_classes(oclasses, one_at_a_time, everything, action, objs, here,
      | ^
objnam.c:1677:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1677 | an(str)
      | ^
objnam.c:1691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1691 | An(str)
      | ^
options.c:6044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6044 | remove_autopickup_exception(whichape)
      | ^
objnam.c:1705:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1705 | the(str)
      | ^
options.c:6082:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6082 | load_symset(s, which_set)
      | ^
options.c:6114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6114 | parsesymbols(opts, which_set)
      | ^
pickup.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  258 | fatal_corpse_mistake(obj, remotely)
      | ^
pickup.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  279 | rider_corpse_revival(obj, remotely)
      | ^
objnam.c:1761:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1761 | The(str)
      | ^
options.c:6156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6156 | match_sym(buf)
      | ^
objnam.c:1772:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1772 | aobjnam(otcc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o pray.o pray.c
mp, verb)
      | ^
pickup.c:295:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  295 | check_here(picked_some)
      | ^
options.c:6181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6181 | sym_val(strval)
      | ^
objnam.c:1792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1792 | yobjnam(obj, verb)
      | ^
pickup.c:323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  323 | n_or_more(obj)
      | ^
pickup.c:338:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  338 | menu_class_present(c)
      | ^
pickup.c:345:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  345 | add_valid_menu_class(c)
      | ^
objnam.c:1812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1812 | Yobjnam2(obj, verb)
      | ^
objnam.c:1824:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1824 | Tobjnam(otmp, verb)
      | ^
pickup.c:376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  376 | all_but_uchain(obj)
      | ^
pickup.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  385 | allow_all(obj)
      | ^
objnam.c:1839:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1839 | Doname2(obj)
      | ^
pickup.c:392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  392 | allow_category(obj)
      | ^
objnam.c:1874:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1874 | yname(obj)
      | ^
options.c:6297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6297 | next_opt(datawin, str)
      | ^
objnam.c:1894:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1894 | Yname2(obj)
      | ^
objnam.c:1908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1908 | ysimple_name(obj)
      | ^
pickup.c:469:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  469 | is_worn_by_type(otmp)
      | ^
pickup.c:488:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  488 | pickup(what)
      | ^
objnam.c:1920:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1920 | Ysimple_name2(obj)
      | ^
pager.c:1137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
options.c:6338:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6338 | fruitadd(str,  replace_frui1137 | do_look(mode, click_cc)
      | ^
t)
      | ^
objnam.c:1931:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1931 | simpleonames(obj)
      | ^
objnam.c:1943:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1943 | ansimpleoname(obj)
      | ^
objnam.c:1966:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1966 | thesimpleoname(obj)
      | ^
objnam.c:1976:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1976 | bare_artifactname(obj)
      | ^
objnam.c:2006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2006 | otense(otmp, verb)
      | ^
objnam.c:2040:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2040 | vtense(subj, verb)
      | ^
options.c:6483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6483 | choose_classes_menu(prompt, category, way, class_list, class_select)
      | ^
pager.c:1355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1355 | look_all(nearby, do_mons)
      | ^
pickup.c:715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  715 | check_autopickup_exceptions(obj)
      | ^
pickup.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  733 | autopick_testobj(otmp, calc_costly)
      | ^
options.c:6644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6644 | set_option_mod_status(optnam, status)
      | ^
objnam.c:2185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2185 | singplur_lookup(basestr, endstring, to_plural, alt_as_is)
      | ^
pickup.c:773:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  773 | autopick(olist, follow, pick_list)
      | ^
options.c:6678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6678 | set_wc_option_mod_status(optmask, status)
      | ^
options.c:6698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6698 | is_wc_option(optnam)
      | ^
pickup.c:823:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  823 | query_objlist(qstr, olist_p, qflags, pick_list, how, allow)
      | ^
options.c:6712:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6712 | wc_supported(optnam)
      | ^
options.c:6736:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6736 | set_wc2_option_mod_status(optmask, status)
      | ^
pager.c:options.c:6756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1465objnam.c:2260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2260 | singplur_compound(str)
       6756 | is_wc2_opt:| ^
ion(optnam)
      | ^
1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1465 | do_supplemental_info(name, pm, without_asking)
      | ^
options.c:6770:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6770 | wc2_supported(optnam)
      | ^
objnam.c:2313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2313 | makeplural(oldstr)
      | ^
options.c:6784:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6784 | wc_set_font_name(opttype, fontname)
      | ^
options.c:6820:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6820 | wc_set_window_colors(op)
      | ^
pager.c:1786:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1786 | dowhatdoes_core(q, cbuf)
      | ^
pickup.c:1009:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1009 | query_category(qstr, olist, qflags, pick_list, how)
      | ^
objnam.c:2492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2492 | makesingular(oldstr)
      | ^
pickup.c:1194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1194 | count_categories(olist, qflags)
      | ^
pickup.c:1229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1229 | delta_cwt(container, obj)
      | ^
pickup.c:1256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1256 | carry_count(obj, container, count, telekinesis, wt_before, wt_after)
      | ^
objnam.c:2607:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2607 | badman(basestr, to_plural)
      | ^
pickup.c:1392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1392 | lift_object(obj, container, cnt_p, telekinesis)
      | ^
objnam.c:2656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2656 | wishymatch(u_str, o_str, retry_inverted)
      | ^
pickup.c:1487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1487 | pickup_object(obj, count, telekinesis)
      | ^
objnam.c:2828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2828 | rnd_otyp_by_wpnskill(skill)
      | ^
pickup.c:1561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1561 | pick_obj(otmp)
      | ^
objnam.c:2852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2852 | rnd_otyp_by_namedesc(name, oclass, xtra_prob)
      | ^
objnam.c:2902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2902 | shiny_obj(oclass)
      | ^
objnam.c:2916:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2916 | readobjnam(bp, no_wish)
      | ^
pickup.c:1656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1656 | container_at(x, y, countem)
      | ^
pickup.c:1675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1675 | able_to_loot(x, y, looting)
      | ^
pickup.c:1705:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1705 | mon_beside(x, y)
      | ^
pickup.c:1721:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1721 | do_loot_cont(cobjp, cindex, ccount)
      | ^
pickup.c:2017:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2017 | loot_mon(mtmp, passed_info, prev_loot)
      | ^
pickup.c:2081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2081 | mbag_explodes(obj, depthin)
      | ^
pickup.c:2105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2105 | boh_loss(container, held)
      | ^
pickup.c:2128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2128 | in_container(obj)
      | ^
pickup.c:2286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2286 | ck_bag(obj)
      | ^
pickup.c:2294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2294 | out_container(obj)
      | ^
pickup.c:2354:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2354 | removed_from_icebox(obj)
      | ^
pickup.c:2366:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2366 | mbag_item_gone(held, item)
      | ^
pickup.c:2389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2389 | observe_quantum_cat(box, makecat, givemsg)
      | ^
pickup.c:2454:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2454 | container_gone(fn)
      | ^
pickup.c:2463:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2463 | explain_container_prompt(more_containers)
      | ^
pickup.c:2511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2511 | use_container(objp, held, more_containers)
      | ^
pickup.c:2756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2756 | traditional_loot(put_in)
      | ^
pickup.c:2791:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2791 | menu_loot(retry, put_in)
      | ^
pickup.c:2883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2883 | in_or_out_menu(prompt, obj, outokay, inokay, alreadyused, more_containers)
      | ^
objnam.c:4120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4120 | rnd_class(first, last)
      | ^
pickup.c:3114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3114 | tipcontainer(box)
      | ^
objnam.c:4139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4139 | Japanese_item_name(i)
      | ^
objnam.c:4153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4153 | suit_simple_name(suit)
      | ^
objnam.c:4175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4175 | cloak_simple_name(cloak)
      | ^
objnam.c:4197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4197 | helm_simple_name(helmet)
      | ^
objnam.c:4217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4217 | gloves_simple_name(gloves)
      | ^
objnam.c:4236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4236 | mimic_obj_name(mtmp)
      | ^
objnam.c:4255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4255 | safe_qbuf(qbuf, qprefix, qsuffix, obj, func, altfunc, lastR)
      | ^
objnam.c:4329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4329 | globwt(otmp, buf, weightformatted_p)
      | ^
47 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o priest.o priest.c
polyself.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
potion.c:22:  1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
134 | check_strangling(on)   22
      | ^
 | itimeout(val)
      | ^
potion.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   35 | itimeout_incr(old, incr)
      | ^
potion.c:44:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   44 | set_itimeout(which, val)
      | ^
polyself.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  163 | polyman(fmt, arg)
      | ^
potion.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   53 | incr_itimeout(which, incr)
      | ^
potion.c:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   61 | make_confused(xtime, talk)
      | ^
potion.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   81 | make_stunned(xtime, talk)
      | ^
potion.c:113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  113 | make_sick(xtime, cause, talk, type)
      | ^
potion.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  172 | make_slimed(xtime, msg)
      | ^
polyself.c:389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  389 | polyself(psflags)
      | ^
potion.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  201 | make_stoned(xtime, msg, killedby, killername)
      | ^
potion.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  226 | make_vomiting(xtime, talk)
      | ^
potion.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | make_blinded(xtime, talk)
      | ^
potion.c:354:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  354 | make_hallucinated(xtime, talk, mask)
      | ^
polyself.c:594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  594 | polymon(mntmp)
      | ^
potion.c:426:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  426 | make_deaf(xtime, talk)
      | ^
potion.c:445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  445 | make_glib(xtime)
      | ^
potion.c:563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  563 | dopotion(otmp)
      | ^
potion.c:590:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  590 | peffects(otmp)
      | ^
polyself.c:864:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  864 | dropp(obj)
      | ^
polyself.c:1004:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1004 | drop_weapon(alone)
      | ^
9 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o quest.o quest.c
potion.c:1162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1162 | healup(nhp, nxtra, curesick, cureblind)
      | ^
potion.c:1194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1194 | strange_feeling(obj, txt)
      | ^
pray.c:102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  102 | critically_low_hp(only_if_injured)
      | ^
potion.c:1225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1225 | H2Opotion_dip(potion, targobj, useeit, objphrase)
      | ^
pline.c:29:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   29 | dumplogmsg(line)
      | ^
potion.c:1313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1313 | potionhit(mon, obj, how)
      | ^
pline.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   71 | putmesg(line)
      | ^
pray.c:334:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  334 | fix_worst_trouble(trouble)
      | ^
27 warnings generated.
polyself.c:1589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1589 | skinback(silently)
      | ^
pline.c:268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
polyself.c:1603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   1603 | mbodypart(mon, part)
      | ^
268 | You_buf(siz)
      | ^
74 warnings generated.
pray.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  582 | god_zaps_you(resp_god)
      | ^
polyself.c:1761:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1761 | bopray.c:658:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  dy_part(part)
      | ^
658 | fry_by_god(resp_god, via_disintegration)
      | ^
pray.c:670:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  670 | angrygods(resp_god)
      | ^
polyself.c:1779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1779 | ugolemeffects(damtype, dam)
      | ^
polyself.c:1811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1811 | armor_to_dragon(atyp)
      | ^
pray.c:747:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  747 | at_your_feet(str)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o questpgr.o questpgr.c
potion.c:1613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1613 | potionbreathe(obj)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o read.o read.c
pray.c:923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  923 | pleased(g_align)
      | ^
potion.c:1789:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1789 | mixtype(o1, o2)
      | ^
pray.c:1234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1234 | water_prayer(bless_water)
      | ^
pray.c:1263:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1263 | godvoice(g_align, words)
      | ^
pray.c:1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1279 | gods_angry(g_align)
      | ^
pray.c:1287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1287 | gods_upset(g_align)
      | ^
pray.c:1298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1298 | consume_offering(otmp)
      | ^
potion.c:2301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2301 | mongrantswish(monp)
      | ^
potion.c:2321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2321 | djinni_from_bottle(obj)
      | ^
potion.c:2379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2379 | split_mon(mon, mtmp)
      | ^
pray.c:1794:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1794 | can_pray(praying)
      | ^
pray.c:2091:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2091 | a_gname_at(x, y)
      | ^
pray.c:2108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2108 | align_gname(alignment)
      | ^
pray.c:2156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2156 | halu_gname(alignment)
      | ^
pray.c:2208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2208 | align_gtitle(alignment)
      | ^
pray.c:2233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2233 | altar_wrath(x, y)
      | ^
pray.c:2258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2258 | blocked_boulder(dx, dy)
      | ^
priest.c:16:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   16 | newepri(mtmp)
      | ^
priest.c:28:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   28 | free_epri(mtmp)
      | ^
priest.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   43 | move_special(mtmp, in_his_shop, appr, uondoor, avoid, omx, omy, gx, gy)
      | ^
priest.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  143 | temple_occupied(array)
      | ^
priest.c:155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  155 | histemple_at(priest, x, y)
      | ^
priest.c:165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  165 | inhistemple(priest)
      | ^
priest.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  182 | pri_move(priest)
      | ^
priest.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  226 | priestini(lvl, sroom, sx, sy, sanctum)
      | ^
priest.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  275 | mon_aligntyp(mon)
      | ^
priest.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  298 | priestname(mon, pname)
      | ^
priest.c:348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  348 | p_coaligned(priest)
      | ^
priest.c:355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  355 | has_shrine(pri)
      | ^
priest.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  372 | findpriest(roomno)
      | ^
priest.c:389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  389 | intemple(roomno)
      | ^
priest.c:521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  521 | forget_temple_entry(priest)
      | ^
priest.c:535:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  535 | priest_talk(priest)
      | ^
priest.c:647:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  647 | mk_roamer(ptr, alignment, x, y, peaceful)
      | ^
priest.c:681:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  681 | reset_hostility(roamer)
      | ^
priest.c:698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  698 | in_your_sanctuary(mon, x, y)
      | ^
priest.c:723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  723 | ghod_hitsu(priest)
      | ^
priest.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  851 | restpriest(mtmp, ghostly)
      | ^
priest.c:875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  875 | align_str(alignment)
      | ^
priest.c:893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  893 | piousness(showneg, suffix)
      | ^
priest.c:935:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  935 | mstatusline(mtmp)
      | ^
20 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o rect.o rect.c
26 warnings generated.
quest.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  117 | artitouch(obj)
      | ^
quest.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  146 | is_pure(talk)
      | ^
quest.c:180:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  180 | expulsion(seal)
      | ^
quest.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  218 | finish_quest(obj)
      | ^
quest.c:319:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  319 | leader_speaks(mtmp)
      | ^
3 warnings generated.
quest.c:381:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  381 | prisoner_speaks(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o region.o region.c
quest.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  403 | quest_chat(mtmp)
      | ^
quest.c:423:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  423 | quest_talk(mtmp)
      | ^
quest.c:443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  443 | quest_stat_check(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o restore.o restore.c
questpgr.c:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   64 | Fread(ptr, size, nitems, stream)
      | ^
questpgr.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   78 | construct_qtlist(hdr_offset)
      | ^
questpgr.c:157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  157 | quest_info(typ)
      | ^
questpgr.c:194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  194 | is_quest_artifact(otmp)
      | ^
questpgr.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  201 | find_qarti(ochain)
      | ^
questpgr.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  218 | find_quest_artifact(whichchains)
      | ^
questpgr.c:280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  280 | qtext_pronoun(who, which)
      | ^
questpgr.c:317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  317 | msg_in(qtm_list, msgnum)
      | ^
questpgr.c:331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  331 | convert_arg(c)
      | ^
questpgr.c:423:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  423 | convert_line(in_line, out_line)
      | ^
questpgr.c:517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  517 | deliver_by_pline(qt_msg)
      | ^
questpgr.c:532:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  532 | deliver_by_window(qt_msg, how)
      | ^
questpgr.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  582 | skip_pager(common)
      | ^
questpgr.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  599 | com_pager(msgnum)
      | ^
questpgr.c:623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  623 | qt_pager(msgnum)
      | ^
73 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o rip.o rip.c
9 warnings generated.
9 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o rnd.o rnd.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o role.o role.c
read.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   41 | learnscrolltyp(scrolltyp)
      | ^
read.c:54:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   54 | learnscroll(sobj)
      | ^
read.c:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   64 | erode_obj_text(otmp, buf)
      | ^
read.c:77:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   77 | tshirt_text(tshirt, buf)
      | ^
read.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  166 | apron_text(apron, buf)
      | ^
32 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o rumors.o rumors.c
rect.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   43 | get_rect_ind(r)
      | ^
rect.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   66 | get_rect(r)
      | ^
rect.c:101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  101 | intersect(r1, r2, r3)
      | ^
read.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  412 | stripspe(rect.c:123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  123 | remove_rect(r)
      | ^
obj)
      | ^
rect.c:138:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  138 | add_rect(r)
      | ^
read.c:428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  428 | p_glow1(otmrect.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  161 | split_rects(p)
      | ^
r1, r2)
      | ^
read.c:435:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  435 | p_glow2(otmp, color)
      | ^
read.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  446 | is_chargeable(obj)
      | ^
read.c:467:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  467 | recharge(obj, curse_bless)
      | ^
region.c:57:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   57 | inside_rect(r, x, y)
      | ^
region.c:68:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   68 | inside_region(reg, x, y)
      | ^
region.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   86 | create_region(rects, nrect)
      | ^
region.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  142 | add_rect_to_reg(reg, rect)
      | ^
region.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  172 | add_mon_to_reg(reg, mon)
      | ^
region.c:197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  197 | remove_mon_from_reg(reg, mon)
      | ^
region.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  217 | mon_in_region(reg, mon)
      | ^
region.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  270 | free_region(reg)
      | ^
region.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  291 | add_region(reg)
      | ^
region.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  332 | remove_region(reg)
      | ^
region.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  430 | in_out_region(x, y)
      | ^
read.c:718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  718 | forget_single_object(obj_id)
      | ^
read.c:748:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  748 | randomize(indices, count)
      | ^
read.c:765:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  765 | forget_objects(percent)
      | ^
region.c:484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  484 | m_in_out_region(mon, x, y)
      | ^
read.c:796:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  796 | forget_map(howmuch)
      | ^
region.c:550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  550 | update_monster_region(mon)
      | ^
region.c:608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  608 | visible_region_at(x, y)
      | ^
region.c:623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  623 | show_region(reg, x, y)
      | ^
region.c:634:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  634 | save_regions(fd, mode)
      | ^
read.c:835:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  835 | forget_levels(percent)
      | ^
region.c:690:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  690 | rest_regions(fd, ghostly)
      | ^
read.c:896:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  896 | forget(hrestore.c:127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
owmuc  127 | inven_inuse(quietly)
h)
      | ^
      | ^
read.c:930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  930 | maybe_tame(mtmp, sobj)
      | ^
restore.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  143 | restlevchn(fd)
      | ^
read.c:953:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  953 | get_valid_stinking_cloud_pos(x,y)
      | ^
region.c:782:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  782 | region_stats(hdrfmt, hdrbuf, count, size)
      | ^
restore.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  166 | restdamage(fd, ghostly)
      | ^
read.c:962:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  962 | is_valid_stinking_cloud_pos(x, y, showmsg)region.c:808:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  808 | reset_region_mids(reg)
      | ^

      | ^
15 warnings generated.
restore.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  210 | restobj(fd, otmp)
      | ^
region.c:934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  934 | expire_gas_cloud(p1, p2)
      | ^
read.c:975:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  975 | display_stinking_cloud_positions(state)
      | ^
region.c:956:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  956 | inside_gas_cloud(p1, p2)
      | ^
restore.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  264 | restobjchn(fd, ghostly, frozen)
      | ^
read.c:999:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  999 | seffects(sobj)
      | ^
restore.c:351:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  351 | restmon(fd, mtmp)
      | ^
region.c:1032:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1032 | create_gas_cloud(x, y, radius, damage)
      | ^
restore.c:408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  408 | restmonchn(fd, ghostly)
      | ^
restore.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  482 | loadfruitchn(fd)
      | ^
restore.c:498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  498 | freefruitchn(flist)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o save.o save.c
restore.c:511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  511 | ghostfruit(otmp)
      | ^
restore.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  534 | restgamestate(fd, stuckid, steedid)
      | ^
restore.c:718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  718 | restlevelstate(stuckid, steedid)
      | ^
restore.c:744:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  744 | restlevelfile(fd, ltmp)
      | ^
restore.c:801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  801 | dorecover(fd)
      | ^
restore.c:950:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  950 | restcemetery(fd, cemeteryaddr)
      | ^
restore.c:973:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  973 | rest_levl(fd, rlecomp)
      | ^
restore.c:1010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1010 | trickery(reason)
      | ^
restore.c:1021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1021 | getlev(fd, pid, lev, ghostly)
      | ^
rip.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   75 | center(line, text)
      | ^
rip.c:87:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   87 | genl_outrip(tmpwin, how, when)
      | ^
restore.c:1209:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1209 | get_plname_from_file(fd, plbuf)
      | ^
restore.c:1220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1220 | restore_msghistory(fd)
      | ^
restore.c:1257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1257 | add_id_mapping(gid, nid)
      | ^
restore.c:1282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1282 | lookup_id_mapping(gid, nidp)
      | ^
28 warnings generated.
restore.c:1309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1309 | reset_oattached_mids(ghostly)
      | ^
restore.c:1412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1412 | mread(fd, buf, len)
      | ^
restore.c:1429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1429 | validate(fd, name)
      | ^
restore.c:1520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1520 | set_restpref(suitename)
      | ^
restore.c:1623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1623 | def_mread(fd, buf, len)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o shk.o shk.c
33 warnings generated.
14 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o shknam.o shknam.c
6 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o sit.o sit.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o sounds.o sounds.c
read.c:1730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1730 | drop_boulder_on_player(confused, helmet_protects, byu, skip_uswallow)
      | ^
read.c:1774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1774 | drop_boulder_on_monster(x, y, confused, byu)
      | ^
2 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o sp_lev.o sp_lev.c
20 warnings generated.
rnd.c:28:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   28 | whichrng(fn)
      | ^
read.c:1849:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1849 | wand_explode(obj, chg)
      | ^
rnd.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   40 | init_isaac64(seed, fn)
      | ^
read.c:1908:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1908 | set_lit(x, y, val)
      | ^
rnd.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   69 | rn2_on_display_rng(x)
      | ^
rnd.c:101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  101 | rn2(x)
      | ^
rnd.c:119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  119 | rnl(x)
      | ^
read.c:1930:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1930 | litroom(on, obj)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o spell.o spell.c
rnd.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  163 | rnd(x)
      | ^
rnd.c:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  178 | d(n, x)
      | ^
rnd.c:196:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  196 | rne(x)
      | ^
rnd.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  219 | rnz(i)
      | ^
role.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  783 | validrole(rolenum)
      | ^
role.c:790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  790 | randrole(for_display)
      | ^
role.c:819:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  819 | str2role(str)
      | ^
role.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  851 | validrace(rolenum, racenum)
      | ^
role.c:861:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  861 | randrace(rolenum)
      | ^
role.c:888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  888 | str2race(str)
      | ^
role.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  917 | validgend(rolenum, racenum, gendnum)
      | ^
role.c:927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  927 | randgend(rolenum, racenum)
      | ^
role.c:955:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  955 | str2gend(str)
      | ^
role.c:983:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  983 | validalign(rolenum, racenum, alignnum)
      | ^
role.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  993 | randalign(rolenum, racenum)
      | ^
read.c:2183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2183 | do_genocide(how)
      | ^
role.c:1021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1021 | str2align(str)
      | ^
role.c:1050:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1050 | ok_role(rolenum, racenum, gendnum, alignnum)
      | ^
role.c:1095:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1095 | pick_role(racenum, gendnum, alignnum, pickhow)
      | ^
role.c:1118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1118 | ok_race(rolenum, racenum, gendnum, alignnum)
      | ^
role.c:1163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1163 | pick_race(rolenum, gendnum, alignnum, pickhow)
      | ^
role.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1190 | ok_gend(rolenum, racenum, gendnum, alignnum)
      | ^
role.c:1231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1231 | pick_gend(rolenum, racenum, alignnum, pickhow)
      | ^
role.c:1258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1258 | ok_align(rolenum, racenum, gendnum, alignnum)
      | ^
role.c:1300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1300 | pick_align(rolenum, racenum, gendnum, pickhow)
      | ^
read.c:2345:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2345 | punish(sobj)
      | ^
role.c:1374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1374 | setrolefilter(bufp)
      | ^
role.c:1425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1425 | promptsep(buf, num_post_attribs)
      | ^
role.c:1442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1442 | role_gendercount(rolenum)
      | ^
role.c:1459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1459 | race_alignmentcount(racenum)
      | ^
role.c:1476:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1476 | root_plselection_prompt(suppliedbuf, buflen, rolenum, racenum, gendnum,
      | ^
read.c:2409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2409 | cant_revive(mtype, revival, from_obj)
      | ^
role.c:1627:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1627 | build_plselection_prompt(buf, buflen, rolenum, racenum, gendnum, alignnum)
      | ^
read.c:2443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2443 | create_particular_parse(str, d)
      | ^
role.c:1762:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1762 | role_selection_prolog(which, where)
      | ^
role.c:1850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1850 | role_menu_extra(which, where, preselect)
      | ^
read.c:2523:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2523 | create_particular_creation(d)
      | ^
role.c:2140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2140 | Hello(mtmp)
      | ^
24 warnings generated.
9 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o sys.o sys.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o steal.o steal.c
save.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  279 | savegamestate(fd, mode)
      | ^
save.c:357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  357 | tricked_fileremoved(fd, whynot)
      | ^
save.c:473:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  473 | savelev(fd, lev, mode)
      | ^
save.c:581:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  581 | savelevl(fd, rlecomp)
      | ^
save.c:637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  637 | bufon(fd)
      | ^
save.c:646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  646 | bufoff(fd)
      | ^
save.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  655 | bflush(fd)
      | ^
save.c:663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  663 | bwrite(fd, loc, num)
      | ^
save.c:673:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  673 | bclose(fd)
      | ^
save.c:685:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  685 | def_bufon(fd)
      | ^
save.c:701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  701 | def_bufoff(fd)
      | ^
save.c:709:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  709 | def_bflush(fd)
      | ^
save.c:722:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  722 | def_bwrite(fd, loc, num)
      | ^
save.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  763 | def_bclose(fd)
      | ^
save.c:920:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  920 | savelevchn(fd, mode)
      | ^
11 warnings generated.
save.c:944:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  944 | savecemetery(fd, mode, cemeteryaddr)
      | ^
save.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  968 | savedamage(fd, mode)
      | ^
save.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  993 | saveobj(fd, otmp)
      | ^
save.c:1033:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1033 | saveobjchn(fd, otmp, mode)
      | ^
shk.c:101:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  101 | money2mon(mon, amount)
      | ^
save.c:1080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1080 | savemon(fd, mtmp)
      | ^
save.c:1123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1123 | savemonchn(fd, mtmp, mode)
      | ^
shk.c:132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  132 | money2u(mon, amount)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o steed.o steed.c
save.c:1156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1156 | savetrapchn(fd, trap, mode)
      | ^
save.c:1182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1182 | savefruitchn(fd, mode)
      | ^
shk.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  162 | next_shkp(shkp, withbill)
      | ^
save.c:1204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1204 | store_plname_in_file(fd)
      | ^
shk.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  187 | shkgone(mtmp)
      | ^
save.c:1218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1218 | save_msghistory(fd, mode)
      | ^
save.c:1248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1248 | store_savefileinfo(fd)
      | ^
save.c:1270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1270 | set_savepref(suitename)
      | ^
shk.c:225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  225 | set_residency(shkp, zero_out)
      | ^
shk.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  235 | replshk(mtmp, mtmp2)
      | ^
shk.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | restshk(shkp, ghostly)
      | ^
shk.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  267 | clear_unpaid_obj(shkp, otmp)
      | ^
shk.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  279 | clear_unpaid(shkp, list)
      | ^
shk.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  291 | setpaid(shkp)
      | ^
shk.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  322 | addupbill(shkp)
      | ^
shk.c:337:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  337 | call_kops(shkp, nearshop)
      | ^
shk.c:391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  391 | inside_shop(x, y)
      | ^
shk.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  403 | u_left_shop(leavestring, newlev)
      | ^
shk.c:452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  452 | remote_burglary(x, y)
      | ^
shk.c:475:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  475 | rob_shop(shkp)
      | ^
shk.c:508:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  508 | deserted_shop(enterstring)
      | ^
shk.c:536:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  536 | u_entered_shop(enterstring)
      | ^
shk.c:684:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  684 | pick_pick(obj)
      | ^
shk.c:717:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  717 | same_price(obj1, obj2)
      | ^
shk.c:753:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  753 | shop_debt(eshkp)
      | ^
shk.c:802:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  802 | inhishop(mtmp)
      | ^
shk.c:812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  812 | shop_keeper(rmno)
      | ^
shk.c:846:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  846 | tended_shop(sroom)
      | ^
shk.c:855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  855 | onbill(obj, shkp, silent)
      | ^
shk.c:879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  879 | is_unpaid(obj)
      | ^
shk.c:888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  888 | delete_contents(obj)
      | ^
shk.c:901:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  901 | obfree(obj, merge)
      | ^
shk.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  993 | check_credit(tmp, shkp)
      | ^
shk.c:1014:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1014 | pay(tmp, shkp)
      | ^
shk.c:1036:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1036 | home_shk(shkp, killkops)
      | ^
shknam.c:373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  373 | veggy_item(obj, otyp)
      | ^
shk.c:1065:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1065 | pacify_shk(shkp)
      | ^
shk.c:1084:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1084 | rile_shk(shkp)
      | ^
shk.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1103 | rouse_shk(shkp, verbosely)
      | ^
shk.c:1119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1119 | make_happy_shk(shkp, silentkops)
      | ^
shknam.c:439:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  439 | mkveggy_at(sx, sy)
      | ^
shknam.c:451:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  451 | mkshobj_at(shp, sx, sy, mkspecl)
      | ^
shknam.c:491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  491 | nameshk(shk, nlp)
      | ^
shk.c:1164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1164 | make_happy_shoppers(silentkops)
      | ^
shk.c:1174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1174 | hot_pursuit(shkp)
      | ^
shknam.c:565:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  565 | neweshk(mtmp)
      | ^
shk.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1190 | make_angry_shk(shkp, ox, oy)
      | ^
shk.c:1217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1217 | cheapest_item(shkp)
      | ^
sp_lev.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  227 | splev_stack_init(st)
      | ^shknam.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  577 | free_eshk(mtmp)
      | ^

sp_lev.c:239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  239 | splev_stack_done(st)
      | ^
shknam.c:589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  589 | shkinit(shp, sroom)
      | ^
sp_lev.c:276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  276 | splev_stack_push(st, v)
      | ^
sp_lev.c:301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  301 | splev_stack_pop(st)
      | ^
sp_lev.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  322 | splev_stack_reverse(st)
      | ^
sp_lev.c:352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  352 | opvar_new_str(s)
      | ^
spell.c:105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  105 | spell_let_to_idx(ilet)
      | ^
sp_lev.c:370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  370 | opvar_new_int(i)
      | ^
shknam.c:683:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  683 | stock_room_goodpos(sroom, rmno, sh, sx, sy)
      | spell.c:^sp_lev.c:381:1: 121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  121 | cursed_book(bp)
      | ^
warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  381 | opvar_new_coord(x, y)
      | ^
sp_lev.c:405:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]sounds.c:14:1: 
  405 | opvar_free_x(warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ov)
      | ^
shknam.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  702 | stock_room(shp_indx, sroom)
      | ^
   14 | mon_in_room(monrumors.c:60:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
, rmtyp)   60
      | ^
 | init_rumors(fp)
      | ^
spell.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  181 | confused_book(spellbook)
      | ^
sp_lev.c:448:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  448 | opvar_clone(ov)
      | ^
rumors.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]sp_lev.c:478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  478 | opvar_var_
conversion(coder, ovspell.c   91 | getrumor(truth, rumor_buf, exclude_cookie)
)
      | ^
      | ^
:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  206 | deadbook(book2)
      | ^
shknam.c:782:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  782 | saleable(shkp, obj)
      | ^
sp_lev.c:516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  516 | opvar_var_defined(coder, name)
      | ^
sp_lev.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  534 | splev_stack_getdat(coder, typ)
      | ^
shknam.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  807 | get_shop_item(type)
      | ^
spell.c:331:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  331 | book_cursed(book)
      | ^
shknam.c:822:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  822 | Shknam(mtmp)
      | ^
sp_lev.c:558:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  558 | splev_stack_getdat_any(coder)
      | ^
shknam.c:836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  836 | shkname(mtmp)
      | ^
sp_lev.c:575:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  575 | variable_list_del(varlist)
      | ^
shknam.c:881:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  881 | shkname_is_pname(mtmp)
      | ^
sp_lev.c:602:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  602 | lvlfill_maze_grid(x1, y1, x2, y2, filling)
      | ^
spell.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  438 | study_book(shknam.c:890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  890 | is_izchak(shkp, ovespellbook)
      | ^
rride_hallucination)
      | ^
sp_lev.c:619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  619 | lvlfill_solid(filling, lit)
      | ^
rumors.c:283:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  283 | get_rnd_text(fname, buf, rng)
      | ^
sp_lev.c:635:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  635 | set_wall_property(x1, y1, x2, y2, prop)
      | ^
rumors.c:330:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  330 | outrumor(truth, mechanism)
      | ^
shk.c:1580:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1580 | dopayobj(shkp, bp, obj_p, which, itemize)
      | ^
rumors.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  375 | init_oracles(fp)
      | ^
sp_lev.c:721:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  721 | set_door_orientation(x, y)
      | ^
rumors.c:397:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  397 | save_oracles(fd, mode)
      | ^
rumors.c:415:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  415 | restore_oracles(fd)
      | ^
shk.c:1695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1695 | paybill(croaked, silently)
      | ^
spell.c:598:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  598 | book_disappears(obj)
      | ^
rumors.c:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  427 | outoracle(special, delphi)
      | ^
spell.c:611:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  611 | book_substitution(old_obj, new_obj)
      | ^
sp_lev.c:768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  768 | maybe_add_door(x, y, droom)
      | ^
shk.c:1783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1783 | inherits(shkp, numsk, croaked, silently)
      | spell.c:669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  669 | getspell(spell_no)
      | ^
^
rumors.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  485 | doconsult(oracl)
      | ^
spell.c:731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  731 | spelltypemnemonic(skill)
      | ^
spell.c:756:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  756 | spell_skilltype(booktype)
      | ^
shk.c:1889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1889 | set_repo_loc(shkp)
      | ^
sp_lev.c:868:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  868 | get_location(x, y, humidity, croom)
      | ^
rumors.c:558:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  558 | couldnt_open_file(filename)
      | ^
spell.c:844:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  844 | spell_backfire(shk.c:1943:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
s 1943 | bp_to_obj(bp)
      | ^
pell)
      | ^
shk.c:1962:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1962 | find_oid(id)
      | ^
spell.c:884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  884 | spelleffects(spell, atme)
      | ^
shk.c:1995:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1995 | get_cost_of_shop_item(obj, nochrg)
      | ^
sp_lev.c:938:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  938 | is_ok_location(x, y, humidity)
      | ^
shk.c:2031:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2031 | get_pricing_units(obj)
      | ^
sp_lev.c:970:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  970 | get_unpacked_coord(loc, defhumidity)
      | ^
shk.c:2050:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2050 | oid_price_adjustment(obj, oid)
      | ^
shk.c:2065:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2065 | get_cost(obj, shkp)
      | ^
sp_lev.c:992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  992 | get_location_coord(x, y, humidity, croom, crd)
      | ^
sp_lev.c:1015:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1015 | get_room_loc(x, y, croom)
      | ^
sounds.c:310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  310 | growl_sound(mtmp)
      | ^
shk.c:2176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2176 | contained_cost(obj, shkp, price, usell, unpaid_only)
      | ^
sp_lev.c:1042:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1042 | get_free_room_loc(x, y, croom, pos)
      | ^
sounds.c:353:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  353 | growl(mtmp)
      | ^
sp_lev.c:1064:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1064 | check_room(lowx, ddx, lowy, ddy, vault)
      | ^
shk.c:2227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2227 | contained_gold(obj)
      | ^
shk.c:2244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2244 | dropped_container(obj, shkp, sale)
      | ^
shk.c:2265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2265 | picked_container(obj)
      | ^
sounds.c:376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  376 | yelp(mtmp)
      | ^
spell.c:1217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1217 | spell_aim_step(arg, x, y)
      | ^
shk.c:2284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2284 | special_stock(obj, shkp, quietly)
      | ^
shk.c:2324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2324 | set_cost(obj, shkp)
      | ^
shk.c:2375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2375 | gem_learned(oindx)
      | ^
spell.c:1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sounds.c:419:1 sp_lev.c:1127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
: 1127 | create_room(x, y, shk.c:2415:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2415 | alter warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]_cw
1279  419 | whimper(mtmp)
      | ^ | tport_,spell(what)
      | ^
 h, x
ost(obj, amt)
      | ^
al, yal, rtype, rlit)
      | ^
sounds.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  453 | beg(mtmp)
      | ^
shk.c:2438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2438 | unpaid_cost(unp_obj, include_contents)
      | ^
spell.c:1445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1445 | spell_cmp(vptr1, vptr2)
      | ^
sounds.c:472:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  472 | mon_is_gecko(mon)
      | ^
shk.c:2472:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2472 | add_one_tobill(obj, dummy, shkp)
      | ^
sounds.c:491:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  491 | domonnoise(mtmp)
      | ^
shk.c:2514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2514 | add_to_billobjs(obj)
      | ^
shk.c:2529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2529 | bill_box_content(obj, ininv, dummy, shkp)
      | ^
spell.c:1631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1631 | dospellmenu(prompt, splaction, spell_no)
      | ^
shk.c:2552:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2552 | shk_names_obj(shkp, obj, fmt, amt, arg)
      | ^
shk.c:2588:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2588 | billable(shkpp, obj, roomno, reset_nocharge)
      | ^
spell.c:1713:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1713 | percent_success(spell)
      | ^
spell.c:sp_lev.c:1299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1828 | spellretentio 1299n(idx, outbu | create_subroom(proom, x, y, w, h,f)
      shk.c:2626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 rt| ^
 2626 | addtobill(obj, ininv, dummype, ry, silent)
      lit)
      | ^
| ^
spell.c:1875:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1875 | initialspell(obj)
      | ^
sp_lev.c:1346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1346 | create_door(dd, broom)
      | ^
sp_lev.c:1452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1452 | create_secret_door(croom, walls)
      | ^
shk.c:2729:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2729 | append_honorific(buf)
      | ^
shk.c:2750:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2750 | splitbill(obj, otmp)
      | ^
sp_lev.c:1500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1500 | create_trap(t, croom)
      | ^
sp_lev.c:1529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1529 | noncoalignment(alignment)
      | ^
shk.c:2789:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2789 | sub_one_frombill(obj, shkp)
      | ^
sp_lev.c:1542:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1542 | m_bad_boulder_spot(x, y)
      | ^
shk.c:2831:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2831 | subfrombill(obj, shkp)
      | ^
sp_lev.c:1563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1563 | pshk.c:2852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2852 | stolen_container(obj, shkp, price, ininv)
      | ^
m_to_humidity(pm)
      | ^
shk.c:2892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2892 | stolen_value(obj, x, y, peaceful, silent)
      | ^
sp_lev.c:1581:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1581 | create_monster(m, croom)
      | ^
shk.c:3010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3010 | sellobj_state(deliberate)
      | ^
shk.c:3025:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3025 | sellobj(obj, x, y)
      | ^
shk.c:3310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3310 | doinvbill(mode)
      | ^
sys.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | sysopt_seduce_set(val)
      | ^
sp_lev.c:1840:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1840 | create_object(o, croom)
      | ^
shk.c:3390:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3390 | getprice(obj, shk_buying)
      | ^
shk.c:3433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3433 | shkcatch(obj, x, y)
      | ^
shk.c:3466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3466 | add_damage(x, y, cost)
      | ^
shk.c:3514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3514 | remove_damage(shkp, croaked)
      | ^
sp_lev.c:2073:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2073 | create_altar(a, croom)
      | ^
shk.csteal.c:13:1::3652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  3652 | repair_damage(shkp, tmp_dam, once,warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 catchup)
      | ^
   13 | equipname(otmp)
      | ^
steal.c:33:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   33 | somegold(lmoney)
      | ^
sp_lev.c:2131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2131 | replace_terrain(terr, croom)
      | ^
steal.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   69 | findgold(chain)
      | ^
steal.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   81 | stealgold(mtmp)
      | ^
sp_lev.c:2159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2159 | search_door(croom, x, y, wall, cnt)
      | ^
sp_lev.c:2215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2215 | dig1 warning generated.
_corridor(org, dest, nxcor, ftyp, btyp)
      | ^
shk.c:3821:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3821 | shk_move(shkp)
      | ^
steal.c:184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  184 | remove_worn_item(obj, unchain_ball)
      | ^
steal.c:245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  245 | steal(mtmp, objnambuf)
      | ^
shk.c:3935:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3935 | after_shk_move(shkp)
      | ^
shk.c:3949:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3949 | is_fshk(mtmp)
      | ^
shk.c:3957:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3957 | shopdig(fall)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o teleport.o teleport.c
shk.c:4052:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4052 | makekops(mm)
      | ^
sp_lev.c:2374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2374 | create_corridor(c)
      | ^
shk.c:4078:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4078 | pay_for_damage(dmgstr, cant_mollify)
      | ^
sp_lev.c:2429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2429 | fill_room(croom, prefilled)
      | ^
sp_lev.c:2494:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2494 | build_room(r, mkr)
      | ^
shk.c:4260:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4260 | costly_spot(x, y)
      | ^
sp_lev.c:2528:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2528 | light_region(tmpregion)
      | ^
shk.c:4279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4279 | shop_object(x, y)
      | ^
shk.c:4300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4300 | price_quote(first_obj)
      | ^
sp_lev.c:2556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2556 | wallify_map(x1, y1, x2, y2)
      | ^
steal.c:482:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  482 | mpickobj(mtmp, otmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o timeout.o timeout.c
sp_lev.c:2592:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2592 | maze1xy(m, humidity)
      | ^
shk.c:4355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4355 | shk_embellish(itm, cost)
      | ^
shk.c:4408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4408 | shk_chat(shkp)
      | ^
steal.c:531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  531 | stealamulet(mtmp)
      | ^
sp_lev.c:2674:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2674 | sp_level_loader(fd, lvl)
      | ^
shk.c:4484:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4484 | kops_gone(silent)
      | ^
shk.c:4504:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4504 | cost_per_charge(shkp, otmp, altusage)
      | ^
steal.c:614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  614 | mshk.c:4563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4563 | check_unpaid_usage(otmp, altusage)
      | ^
aybesp_lev.c:2746:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]_
 2746 | sp_level_free(lvl)
      | ^
absorb_item(mon, obj, ochance, achance)
      | ^
sp_lev.c:2769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]shk.c:4612
 :1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4612 | check_unpaid(otmp)
      | ^
2769 | splev_initlev(linit)
      | ^
shk.c:4619:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4619 | costly_gold(x, y, amount)
      | ^
10 warnings generated.
sp_lev.c:2801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
shk.c:4656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4656 | block_door(x, y)
      | ^
 2801 | frame_new(execptr)
      | ^
sp_lev.c:2816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2816 | frame_del(frame)
      | ^
shk.c:4691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4691 | block_entry(x, y)
      | ^
sp_lev.c:2833:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2833 | spo_frame_push(coder)
      | ^
steal.c:657:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  657 | mdsp_lev.c:2843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2843 | spo_frame_pop(coder)
      | ^
rop_obj(mon, obj, verbosely)
      | ^
shk.c:4727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4727 | shk_your(buf, obj)
      | ^
sp_lev.c:2856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2856 | sp_code_jmpaddr(curpos, jmpaddr)
      | ^
sp_lev.c:2863:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]shk.c:4737
 2863 | spo_cal:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4737 | Shk_Your(buf, obj)
      | ^
l(coder)
      | ^
shk.c:4747:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4747 | shk_owns(buf, obj)
      | ^
shk.c:4764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4764 | mon_owns(buf, obj)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o topten.o topten.c
shk.c:4774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4774 | cad(altusage)
      | ^
shk.c:4842:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4842 | globby_bill_fixusp_lev.c:2893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]p(obj_absorber, obj_abso
r steal.c:bed)
      | ^
7022893 | spo_retu:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  702 | mdrop_special_objs(mon)
      | ^
rn(coder)
      | ^
steal.c:732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  732 | relobj(mtmp, show, is_pet)
      | ^
sp_lev.c:2924:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2924 | spo_end_moninvent(coder)
      | ^
27 warnings generated.
sp_lev.c:2934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2934 | spo_pop_container(coder)
      | ^
sp_lev.c:2944:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2944 | spo_message(coder)
      | ^
45 warnings generated.
sp_lev.c:2975:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2975 | spo_monster(coder)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o track.o track.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o trap.o trap.c
sp_lev.c:3119:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3119 | spo_object(coder)
      | ^
sp_lev.c:3271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3271 | spo_level_flags(coder)
      | ^
sp_lev.c:3313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3313 | spo_initlevel(coder)
      | ^
sp_lev.c:3352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3352 | spo_engraving(coder)
      | ^
sp_lev.c:3371:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3371 | spo_mineralize(coder)
      | ^
sp_lev.c:3391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3391 | spo_room(coder)
      | ^
sp_lev.c:3449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3449 | spo_endroom(coder)
      | ^
sp_lev.c:3473:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3473 | spo_stair(coder)
      | ^
sp_lev.c:3495:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3495 | spo_ladder(coder)
      | ^
sp_lev.c:3523:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3523 | spo_grave(coder)
      | ^
sp_lev.c:3556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3556 | spo_altar(coder)
      | ^
sp_lev.c:3578:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3578 | spo_trap(coder)
      | ^
sp_lev.c:3598:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3598 | spo_gold(coder)
      | ^
sp_lev.c:3618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3618 | spo_corridor(coder)
      | ^
sp_lev.c:3647:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3647 | selection_opvar(nbuf)
      | ^
sp_lev.c:3665:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3665 | selection_getpoint(x, y, ov)
      | ^
sp_lev.c:3678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3678 | selection_setpoint(x, y, ov, c)
      | ^
sp_lev.c:3692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3692 | selection_not(s)
      | ^
sp_lev.c:3711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3711 | selection_logical_oper(s1, s2, oper)
      | ^
27 warnings generated.
sp_lev.c:3743:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3743 | selection_filter_mapchar(ov, mc)
      | ^
sp_lev.c:3778:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3778 | selection_filter_percent(ov, percent)
      | ^
sp_lev.c:3793:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3793 | selection_rndcoord(ov, x, y, removeit)
      | ^
sp_lev.c:3826:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3826 | selection_do_grow(ov, dir)
      | ^
sp_lev.c:3872:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3872 | set_selection_floodfillchk(f)
      | ^
sp_lev.c:3879:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3879 | floodfillchk_match_under(x,y)
      | ^
sp_lev.c:3886:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3886 | floodfillchk_match_accessible(x, y)
      | ^
sp_lev.c:3896:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3896 | sel_flood_havepoint(x, y, xs, ys, n)
      | ^
sp_lev.c:3912:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3912 | selection_floodfill(ov, x, y, diagonals)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o u_init.o u_init.c
sp_lev.c:3974:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3974 | selection_do_ellipse(ov, xc, yc, a, b, filled)
      | ^
sp_lev.c:4058:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4058 | line_dist_coord(x1, y1, x2, y2, x3, y3)
      | ^
58 warnings generated.
sp_lev.c:4086:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4086 | selection_do_gradient(ov, x, y, x2, y2, gtyp, mind, maxd, limit)
      | ^
sp_lev.c:4137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4137 | selection_do_line(x1, y1, x2, y2, ov)
      | ^
sp_lev.c:4191:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4191 | selection_do_randline(x1, y1, x2, y2, rough, rec, ov)
      | ^
steed.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   26 | can_saddle(mtmp)
      | ^
sp_lev.c:4233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4233 | selection_iterate(ov, func, arg)
      | ^
sp_lev.c:4248:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4248 | sel_set_ter(x, y, arg)
      | ^
steed.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   37 | use_saddle(otmp)
      | ^
sp_lev.c:4266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4266 | sel_set_feature(x, y, arg)
      | ^
sp_lev.c:4276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4276 | sel_set_door(dx, dy, arg)
      | ^
sp_lev.c:4296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o uhitm.o uhitm.c
4296 | spo_door(coder)
      | ^
sp_lev.c:4315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4315 | spo_feature(coder)
      | ^
sp_lev.c:4344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4344 | spo_terrain(coder)
      | ^
sp_lev.c:4363:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4363 | spo_replace_terrain(coder)
      | ^
sp_lev.c:4393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4393 | generate_way_out_method(nx,ny, ov)
      | ^
steed.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  144 | put_saddle_on_mon(saddle, mtmp)
      | ^
steed.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  162 | can_ride(mtmp)
      | ^
steed.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  189 | mount_steed(mtmp, force)
      | ^
sp_lev.c:4511:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4511 | spo_levregion(coder)
      | ^
31 warnings generated.
sp_lev.c:4594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4594 | spo_region(coder)
      | ^
steed.c:434:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  434 | landing_spot(spot, reason, forceit)
      | ^
sp_lev.c:4694:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4694 | spo_drawbridge(coder)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o vault.o vault.c
steed.c:479:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  479 | dismount_steed(reason)
      | ^
sp_lev.c:4718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4718 | spo_mazewalk(coder)
      | ^
sp_lev.c:4797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4797 | spo_wall_property(coder)
      | ^
sp_lev.c:4824:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4824 | spo_room_door(coder)
      | ^
sp_lev.c:4850:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4850 | sel_set_wallify(x, y, arg)
      | ^
sp_lev.c:4858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4858 | spo_wallify(coder)
      | ^
steed.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  693 | maybewakesteed(steed)
      | ^
steed.c:720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  720 | stucksteed(checkfeeding)
      | ^
sp_lev.c:4892:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4892 | spo_map(coder)
      | ^
steed.c:741:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  741 | place_monster(mon, x, y)
      | ^
sp_lev.c:5049:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5049 | spo_jmp(coder, lvl)
      | ^
sp_lev.c:5066:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5066 | spo_conditional_jump(coder, lvl)
      | ^
sp_lev.c:5114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5114 | spo_var_init(coder)
      | ^
sp_lev.c:5263:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5263 | spo_shuffle_array(coder)
      | ^
sp_lev.c:5295:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5295 | sp_level_coder(lvl)
      | ^
teleport.c:25:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   25 | goodpos(x, y, mtmp, gpflags)
      | ^
teleport.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  117 | enexto(cc, xx, yy, mdat)
      | ^
teleport.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  126 | enexto_core(cc, xx, yy, mdat, entflags)
      | ^
teleport.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  227 | tele_jump_ok(x1, y1, x2, y2)
      | ^
teleport.c:262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  262 | teleok(x, y, trapok)
      | ^
teleport.c:283:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  283 | teleds(nux, nuy, allow_drag)
      | ^
teleport.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  416 | safe_teleds(allow_drag)
      | ^
teleport.c:447:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  447 | teleport_pet(mtmp, force_it)
      | ^
teleport.c:487:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  487 | scrolltele(scroll)
      | ^
sp_lev.c:6026:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 6026 | load_special(name)
      | ^
teleport.c:665:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  665 | dotele(break_the_rules)
      | ^
teleport.c:1029:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1029 | domagicportal(ttmp)
      | ^
teleport.c:1065:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1065 | tele_trap(trap)
      | ^
teleport.c:1083:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1083 | level_tele_tra22 warnings generated.
p(trap, trflags)
      | ^
teleport.c:1115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1115 | rloc_pos_ok(x, y, mtmp)
      | ^
teleport.c:1180:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1180 | rloc_to(mtmp, x, y)
      | ^
teleport.c:1228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1228 | rloc(mtmp, suppress_impossible)
      | ^
teleport.c:1279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1279 | mvault_tele(mtmp)
      | ^
teleport.c:1293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1293 | tele_restrict(mon)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o vision.o vision.c
teleport.c:1306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1306 | mtele_trap(mtmp, trap, in_sight)
      | ^
teleport.c:1340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1340 | mlevel_tele_trap(mtmp, trap, force_it, in_sight)
      | ^
teleport.c:1425:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1425 | rloco(obj)
      | ^
teleport.c:1561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1561 | u_teleport_mon(mtmp, give_feedback)
      | ^
topten.c:89:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   89 | formatkiller(buf, siz, how, incl_helpless)
      | ^
topten.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  161 | topten_print(x)
      | ^
topten.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  171 | topten_print_bold(x)
      | ^
topten.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  181 | observable_depth(lev)
      | ^
topten.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  207 | discardexcess(rfile)
      | ^
topten.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  218 | readentry(rfile, tt)
      | ^
topten.c:301:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  301 | writeentry(rfile, tt)
      | ^
topten.c:340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  340 | writexlentry(rfile, tt, how)
      | ^
topten.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  471 | free_ttlist(tt)
      | ^
topten.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  485 | topten(how, when)
      | ^
25 warnings generated.
topten.c:798:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  798 | outentry(rank, t1, so)
      | ^
trap.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   56 | burnarmor(victim)
      | ^
topten.c:961:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  961 | score_wanted(current_ver, rank, t1, playerct, players, uid)
      | ^
topten.c:1006:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1006 | prscore(acc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o vis_tab.o vis_tab.c
rgc, argv)
      | ^
trap.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  140 | erode_obj(otmp, ostr, type, ef_flags)
      | ^
topten.c:1154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1154 | classmon(plch, fem)
      | ^
topten.c:1223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1223 | tt_oname(otmp)
      | ^
trap.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  286 | grease_protect(otmp, ostr, victim)
      | ^
uhitm.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   35 | erode_armor(mdef, hurt)
      | ^
trap.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  315 | maketrap(x, y, typ)
      | ^
uhitm.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  100 | attack_checks(mtmp, wep)
      | ^
15 warnings generated.
trap.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  446 | fall_through(td, ftflags)
      | ^
29 warnings generated.
timeout.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  372 | slimed_to_death(kptr)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o weapon.o weapon.c
trap.c:568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  568 | animate_statue(statue, x, y, cause, fail_reason)
      | ^
timeout.c:465:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  465 | done_timeout(how, which)
      | ^
uhitm.c:237:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  237 | check_caitiff(mtmp)
      | ^
uhitm.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  256 | find_roll_to_hit(mtmp, aatyp, weapon, attk_count, role_roll_penalty)
      | ^
uhitm.c:329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  329 | attack(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o were.o were.c
vault.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   20 | newegd(mtmp)
      | ^
vault.c:32:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   32 | free_egd(mtmp)
      | ^
vault.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   46 | clear_fcorr(grd, forceshow)
      | ^
trap.c:749:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  749 | activate_statue_trap(trap, x, y, shatter)
      | ^
trap.c:779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  779 | keep_saddle_with_steedcorpse(steed_mid, objchn, saddle)
      | ^
vault.c:122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  122 | blackout(x, y)
      | ^
vault.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  144 | restfakecorr(grd)
      | ^
vault.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  156 | parkguard(grd)
      | ^
trap.c:811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  811 | mu_maybe_destroy_web(mtmp, domsg, trap)
      | ^
uhitm.c:462:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  462 | known_vault.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
hitum(mon, weapon, mhit, rollneeded, armorpenalt  176 | grddead(grd)
y, uattk, dieroll)
      | ^
      | ^
trap.c:855:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  855 | t_missile(otyp, trap)
      | ^
timeout.c:738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  738 | fall_asleep(how_long, wakeup_msg)
      | ^
trap.c:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
vault.c:  869 | set_utrap(tim, typ)
      | ^
194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  194 | in_fcorridor(grd, x, y)
      | ^
trap.c:884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  884 | reset_utrap(msg)
      | ^
uhitm.c:522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
timeout.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  763 |   522 | hitum_cleave(targetattach, uattk)
      | ^
_egg_hatch_timeout(egg, when)
      | ^
trap.c:900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  900 | dotrap(trap, trflags)
      | ^
timeout.c:793:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  793 | kill_egg(egg)
      | ^
vault.c:229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  229 | vault_occupied(array)
      | ^
timeout.c:802:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  802 | hatch_egg(arg, timeout)
      | ^
uhitm.c:603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  603 | hitum(mon, uattk)
      vault.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  | ^
242 | uleftvault(grd)
      | ^
uhitm.c:649:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  649 | hmon(mon, obj, thrown, dieroll)
      | ^
uhitm.c:669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  669 | hmon_hitmon(mon, obj, thrown, dieroll)
      | ^
vault.c:268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  268 | find_guard_dest(guard, rx, ry)
      | ^
timeout.c:967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  967 | learn_egg_type(mnum)
      | ^
timeout.c:979:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  979 | attach_fig_transform_timeout(figurine)
      | ^
timeout.c:1089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1089 | see_lamp_flicker(obj, tailer)
      | ^
timeout.c:1106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1106 | lantern_message(obj)
      | ^
timeout.c:1130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1130 | burn_object(arg, timeout)
      | ^
vault.c:555:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  555 | move_gold(gold, vroom)
      | ^
vault.c:571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  571 | wallify_vault(grd)
      | ^
vault.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  639 | gd_mv_monaway(grd, nx, ny)
      | ^
vault.c:654:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  654 | gd_pick_corridor_gold(grd, goldx, goldy)
      | ^
timeout.c:1440:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1440 | begin_burn(obj, already_lit)
      | ^
vault.c:746:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  746 | gd_move(grd)
      | ^
uhitm.c:1338:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1338 | shade_aware(obj)
      | ^
timeout.c:1534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1534 | end_burn(obj, timer_attached)
      | ^
uhitm.c:1363:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1363 | shade_miss(magr, mdef, obj, thrown, verbose)
      | ^
timeout.c:1560:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1560 | cleanup_burn(arg, expire_time)
      | ^
trap.c:1566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1566 | trapnote(trap, noprefix)
      | ^
trap.c:1586:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1586 | steedintrap(trap, otmp)
      | ^
uhitm.c:1401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1401 | m_slips_free(mdef, mattk)
      | ^
timeout.c:1731:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1731 | kind_name(kind)
      | ^
trap.c:1670:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 timeout.c:1748:1670 | blow_up_landmine(trap)
      | ^
1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
uhitm.c:1445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1748 | pri 1445 | joust(mon, obj)
      | ^
nt_queue(win, base)
      | ^
uhitm.c:1498:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1498 | theft_petrifies(otmp)
      | ^
trap.c:1715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1715 | launch_drop_spot(obj, x, y)
      | ^
uhitm.c:1525:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1525 | steal_it(mdef, mattk)
      | ^
u_init.c:561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  561 | knows_object(obj)
      | ^
u_init.c:572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  572 | knows_clatrap.c:1755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1755 | launch_obj(otyp, x1, y1, x2, y2, stylss(sym)
      | ^
e)
      | ^
uhitm.c:1630:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1630 | damageum(mdef, mattk, specialdmg)
      | ^
timeout.c:1887:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1887 | start_timer(when, kind, func_index, arg)
      | ^
vault.c:1069:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1069 | paygd(silently)
      | ^
timeout.c:1939:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1939 | stop_timer(func_index, arg)
      | ^
19 warnings generated.
timeout.c:1964:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1964 | peek_timer(type, arg)
      | ^
timeout.c:1981:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1981 | obj_move_timers(src, dest)
      | ^
vault.c:1140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1140 | vault_gd_watching(activity)
      | ^
timeout.c:2002:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2002 | obj_split_timers(src, dest)
      | ^
timeout.c:2021:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2021 | obj_stop_timers(obj)
      | ^
trap.c:2020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2020 | seetrap(trap)
      | ^
timeout.c:2048:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2048 | obj_has_timer(object, timer_type)
      | ^
trap.c:2031:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2031 | feeltrap(trap)
      | ^
u_init.c:911:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  911 | restricted_spell_discipline(otyp)
      | ^
timeout.c:2062:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2062 | spot_stop_timers(x, y, func_index)
      | ^
trap.c:2041:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2041 | mkroll_launch(ttmp, x, y, otyp, ocount)
      | ^
u_init.c:971:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  971 | ini_inv(trop)
      | ^
timeout.c:2092:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2092 | spot_time_expires(x, y, func_index)
      | ^
trap.c:2111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2111 | isclearpath(cc, distance, dx, dy)
      | ^
timeout.c:2108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2108 | spot_time_left(x, y, func_index)
      | ^
trap.c:2134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2134 | mintrap(mtmp)
      | ^
timeout.c:2118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2118 | insert_timer(gnu)
      | ^
timeout.c:2135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2135 | remove_timer(base, func_index, arg)
      | ^
timeout.c:2157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2157 | write_timer(fd, timer)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o wield.o wield.c
timeout.c:2212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2212 | obj_is_local(obj)
      | ^
timeout.c:2236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2236 | mon_is_local(mon)
      | ^
timeout.c:2256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2256 | timer_is_local(timer)
      | ^
timeout.c:2278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2278 | maybe_write_timer(fd, range, write_it)
      | ^
timeout.c:2323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2323 | save_timers(fd, mode, range)
      | ^
uhitm.c:2035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2035 | explum(mdef, mattk)
      | ^
timeout.c:2361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2361 | restore_timers(fd, range, ghostly, adjust)
      | ^
uhitm.c:2088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2088 | start_engulf(mdef)
      | ^
timeout.c:2385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2385 | timer_stats(hdrfmt, hdrbuf, count, size)
      | ^
uhitm.c:2111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2111 | gulpum(mdef, mattk)
      | ^
timeout.c:2402:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2402 | relink_timers(ghostly)
      | ^
8 warnings generated.
uhitm.c:2329:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2329 | missum(mdef, mattk, wouldhavehit)
      | ^
uhitm.c:2349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2349 | hmonas(mon)
      | ^
19 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o windows.o windows.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o wizard.o wizard.c
uhitm.c:2737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2737 | passive(mon, weapon, mhit, malive, aatyp, wep_was_destroyed)
      | ^
trap.c:2749:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2749 | instapetrify(str)
      | ^
trap.c:2764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2764 | minstapetrify(mon, byplayer)
      | ^
trap.c:2791:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2791 | selftouch(arg)
      | ^
trap.c:2819:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2819 | mselftouch(mon, arg, byplayer)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o worm.o worm.c
10 warnings generated.
uhitm.c:2974:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2974 | passive_obj(mon, obj, mattk)
      | ^
trap.c:2911:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2911 | fill_pit(x, y)
      | ^
trap.c:2926:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2926 | float_down(hmask, emask)
      | ^
uhitm.c:3044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3044 | stumble_onto_mimic(mtmp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o worn.o worn.c
uhitm.c:3085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3085 | nohandglow(mon)
      | ^
uhitm.c:3107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3107 | flash_hits_mon(mtmp, otmp)
      | ^
uhitm.c:3146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3146 | light_hits_gremlin(mon, dmg)
      | ^
trap.c:3125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3125 | dofiretrap(box)
      | ^
trap.c:3316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3316 | fire_damage(obj, force, x, y)
      | ^
track.c:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   34 | gettrack(20 warnings generated.
trap.c:3406:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
x, y)
      | ^
 3406 | fire_damage_chain(chain, force, here, x, y)
      | ^
trap.c:3427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3427 | lava_damage(obj, x, y)
      | ^
trap.c:3471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3471 | acid_damage(obj)
      | ^
trap.c:3522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3522 | water_damage(obj, ostr, force)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o write.o write.c
trap.c:3669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3669 | water_damage_chain(obj, here)
      | ^
trap.c:3697:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3697 | emergency_disrobe(lostsome)
      | ^
trap.c:3898:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3898 | drain_en(n)
      | ^
trap.c:3946:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3946 | untrap_prob(ttmp)
      | ^
trap.c:3977:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3977 | cnv_trap_obj(otyp, cnt, ttmp, bury_it)
      | ^
trap.c:4008:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4008 | move_into_trap(ttmp)
      | ^
trap.c:4050:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4050 | try_disarm(ttmp, force_failure)
      | ^
trap.c:4135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4135 | reward_untrap(ttmp, mtmp)
      | ^
trap.c:4157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4157 | disarm_holdingtrap(ttmp) /* Helge Hafting */
      | ^
trap.c:4190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4190 | disarm_landmine(ttmp) /* Helge Hafting */
      | ^
trap.c:4208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4208 | disarm_squeaky_board(ttmp)
      | ^
trap.c:4243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4243 | disarm_shooting_trap(ttmp, otyp)
      | ^
trap.c:4259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4259 | try_lift(mtmp, ttmp, wt, stuff)
      | ^
trap.c:4284:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4284 | help_monster_out(mtmp, ttmp)
      | ^
trap.c:4374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4374 | untrap(force)
      | ^
1 warning generated.
trap.c:4617:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4617 | openholdingtrap(mon, noticed)
      | ^
trap.c:4709:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4709 | closeholdingtrap(mon, noticed)
      | ^
trap.c:4754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4754 | openfallingtrap(mon, trapdoor_only, noticed)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include   -c -o zap.o zap.c
trap.c:4797:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4797 | chest_trap(obj, bodypart, disarm)
      | ^
trap.c:4984:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4984 | t_at(x, y)
      | ^
trap.c:4998:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4998 | deltrap(trap)
      | ^
trap.c:5020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5020 | conjoined_pits(trap2, trap1, u_entering_trap2)
      | ^
trap.c:5049:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5049 | clear_conjoined_pits(trap)
      | ^
trap.c:5073:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5073 | adj_nonconjoined_pit(adjtrap)
      | ^
trap.c:5122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5122 | uteetering_at_seen_pit(trap)
      | ^
trap.c:5135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5135 | uescaped_shaft(trap)
      | ^
trap.c:5144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5144 | delfloortrap(ttmp)
      | ^
trap.c:5171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5171 | b_trapped(item, bodypart)
      | ^
trap.c:5190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5190 | thitm(tlev, mon, obj, d_override, nocorpse)
      | ^
vision.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  156 | does_block(x, y, lev)
      | ^
vision.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  256 | get_unused_cs(rows, rmin, rmax)
      | ^
vision.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  298 | rogue_vision(next, rmin, rmax)
      | ^
vision.c:501:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  501 | vision_recalc(control)
      | ^
vision.c:844:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  844 | block_point(x, y)
      | ^
vision.c:868:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  868 | unblock_point(x, y)
      | ^
vision.c:927:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  927 | dig_point(row, col)
      | ^
vision.c:1012:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1012 | fill_point(row, col)
      | ^
vision.c:1568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1568 | clear_path(col1, row1, col2, row2)
      | ^
15 warnings generated.
wizard.c:103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  103 | mon_has_amulet(mtmp)
      | ^
wizard.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  115 | mon_has_special(mtmp)
      | ^
wizard.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  144 | which_arti(mask)
      | ^
wizard.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  168 | mon_has_arti(mtmp, otyp)
      | ^
wizard.c:185:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  185 | other_mon_has_arti(mtmp, otyp)
      | ^
wizard.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  201 | on_ground(otyp)
      | ^
wizard.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  216 | you_have(mask)
      | ^
wizard.c:237:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  237 | target_on(mask, mtmp)
      | ^
vision.c:2313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2313 | right_side(row, left, right_mark, limits)
      | ^
69 warnings generated.
wield.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   84 | setuwep(obj)
      | ^
wizard.c:265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  265 | strategy(mtmp)
      | ^
worn.c:47:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   47 | setworn(obj, mask)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o posixregex.o ../sys/share/posixregex.c
wizard.c:326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  326 | choose_stairs(sx, sy)
      | ^
wizard.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  362 | tactics(mtmp)
      | ^
windows.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  204 | def_rawwield.c:118:1: warning: worn.c_pr:115:1:a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]int(s)
      | ^

 warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]  118 | cant_wield_corpse(obj)
      | ^

  115 | setnotworn(obj)
      | ^
windows.c:243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  243 | choose_windows(s)
      | ^
4 warnings generated.
wield.c:137:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  137 | ready_weapon(wep)
      | ^
wizard.c:455:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  455 | has_aggravatables(mon)
      | ^
worn.c:145:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  145 | wearmask_to_obj(wornmask)
      | ^
vision.c:2505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2505 | left_side(row, leworn.c:158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ft  158 | wearslot(obj)
      | ^
_mark, right, limits)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o ioctl.o ../sys/share/ioctl.c
worn.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  231 | mon_set_minvis(mon)
      | ^
worn.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  244 | mon_adjust_speed(mon, adwield.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  228 | setuqwep(obj)
      | ^
just, obj)
      | ^
wield.c:238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  238 | setuswapwep(obj)
      | ^
wizard.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  541 | nasty(summoner)
      | ^
windows.c:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  430 | genl_message_menu(let, how, mesg)
      | ^
windows.c:441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  441 | genl_preference_update(pref)
      | ^
windows.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  453 | genl_getmsghistory(init)
      | ^
windows.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  471 | genl_putmsghistory(msg, is_restoring)
      | ^
worn.c:323:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  323 | update_mon_intrinsics(mon, obj, on, silently)
      | ^
windows.c:625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  625 | hup_exit_nhwindows(lastgasp)
      | ^
windows.c:647:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  647 | hup_yn_function(prompt, resp, deflt)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o unixmain.o ../sys/unix/unixmain.c
windows.c:658:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  658 | hup_nh_poskey(x, y, mod)
      | ^
vision.c:2641:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2641 | view_from(srow, scol, loc_cs_rows, left_most, right_most, rwindows.c:666:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ange,   func, 666 | hup_getlin(prompt, outbuf)
      | ^
arg)
      | ^
windows.c:675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  675 | hup_init_nhwindows(argc_p, argv)
      | ^
windows.c:684:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  684 | hup_create_nhwindow(type)
      | ^
windows.c:692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  692 | hup_select_menu(window, how, menu_list)
      | ^
worn.c:436:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  436 | find_mac(mon)
      | ^
windows.c:702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  702 | hup_add_menu(window, glyph, identifier, sel,wizard.c:742:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  742 | c grpseluss(mtmp)
      | , attr, txt, preselected)
^
      | ^
windows.c:715:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  715 | hup_end_menu(window, prompt)
      | ^
windows.c:724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  724 | hupworn.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
_putstr(win  470 | m_dowear(mon, creation)dow, attr, text)
      | ^

      | ^
windows.c:734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  734 | hup_print_glyph(window, x, y, glyph, bkglyph)
      | ^
12 warnings generated.
windows.c:745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  745 | hup_outrip(tmpwin, how, when)
      | ^
vision.c:2747:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
windows.c:755:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2747 | do_clear_area(scol, srow, range, func, arg)
      | ^
  755 | hup_curs(window, x, y)
      | ^
windows.c:764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  764 | hup_display_nhwindow(window, blocking)
      | ^
windows.c:773:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  773 | hup_display_file(fname, complain)
      | ^
windows.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  783 | hup_cliparound(x, y)
      | ^
windows.c:820:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  820 | hup_status_update(idx, ptr, chg, pc, color, colormasks)
      | ^
windows.c:848:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  848 | hup_voidworn.c:509:_fdecl1: warning: _int(arg)
      | ^
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  509 | m_dowear_type(mon, flag, creation, racialexception)
      | ^
windows.c:856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  856 | hup_void_fdecl_winid(window)
      | ^
windows.c:864:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  864 | hup_void_fdecl_constchar_p(string)
      | ^
were.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
    9 | were_change(mon)
      | ^
windows.c:912:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  912 | genl_status_enablefield(fielvision.c:2791d:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
idx, nm, fmt, enablwield.c:520:1:e 2791 | ) howmonseewarning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]

  520      | ^
n(mon)
      | ^
 | wield_tool(obj, verb)
      | ^
windows.c:925:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  925 | genl_status_update(idx, ptr, chg, percent, color, colormasks)
      | ^
worn.c:653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  653 | which_armor(mon, flag)
      | ^
worn.c:689:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  689 | m_lose_armor(mon, obj)
      | ^
worn.c:768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  768 | bypass_obj(obj)
      | ^
worn.c:777:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  777 | bypass_objlist(objchain, on)
      | ^
worn.c:792:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  792 | nxt_unbypassed_obj(objchain)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o unixtty.o ../sys/share/unixtty.c
worn.c:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  810 | nxt_unbypassed_lootwere.c:46:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
(lootarray, listhead)
      | ^
   46 | counter_were(pm)
      | ^
worn.c:830:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  830 | mon_break_armor(mon, polyspot)
      | ^
were.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
windows.c:1112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1112 | dump_fmtstr(fmt,   69 |  were_beasbtieuf, ful(pm)
      | lsubs)
      | ^
^
were.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   95 | new_were(mon)
      | ^
wield.c:723:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  723 | chwepon(otmp, amount)
      | ^
windows.c:1229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1229 | dump_open_log(now)
      | ^
weapon.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   69 | give_may_advance_msg(skill)
      | ^
weapon.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   83 | weapon_descr(obj)
      | ^
windows.c:1262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1262 | dump_forward_putstr(win, attr, str, no_forward)
      | ^
were.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
windows.c:1276:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
worn.c:991:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  991 | extra_p  126 | w ref(mon, obj)
      | ^
1276 | dump_putstr(win, atterer, str)
      | ^
_summon(ptr, yourworn.c:1014:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1014s, visib | le, genracial_exception(mon, obj)
      | ^
buf)
      | ^
windows.c:1286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1286 | dump_create_nhwindow(dummy)
      | ^
windows.c:1294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1294 | dump_clear_nhwindow(win)
      | ^
windows.c:1302:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1302 | dump_display_nhwindow(win, p)
      | ^
windows.c:1311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1311 | dump_destroy_nhwindow(win)
      | ^
windows.c:1319:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1319 | dump_start_menu(win)
      | ^
windows.c:1327:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1327 | dump_add_menu(win, glyph, identifier, ch, gch, attr, str, preselected)
      | ^
windows.c:1347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1347 | dump_end_menu(win, str)
      | ^
windows.c:1360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1360 | dump_select_menu(win, how, item)
      | ^
windows.c:1370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1370 | dump_redirect(onoff_flag)
      | ^
windows.c:1404:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1404 | has_color(color)
      | ^
weapon.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  139 | hitval(otmp, mon)
      | ^
wield.c:858:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  858 | welded(obj)
      | ^
wield.c:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  869 | weldmsg(obj)
      | ^
wield.c:883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  883 | mwelded(obj)
      | ^
were.c:194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  194 | you_unwere(purify)
      | ^
weapon.c:209:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  209 | dmgval(otmp, mon)
      | ^
were.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  213 | set_ulycn(which)
      | ^
weapon.c:356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  356 | special_dmgval(magr, mdef, armask, silverhit_p)
      | ^
weapon.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  431 | silver_sears(magr, mdef, silverhit)
      | ^
weapon.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  470 | oselect(mtmp, x)
      | ^
weapon.c:506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  506 | select_rwep(mtmp)
      | ^
weapon.c:627:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  627 | monmightthrowwep(obj)
      | ^
22 warnings generated.
weapon.c:653:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  653 | select_hwep(mtmp)
      | ^
zap.c:102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  102 | learnwand(obj)
      | ^
zap.c:136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  136 | bhitm(mtmp, otmp)
      | ^
weapon.c:694:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  694 | possibly_unwield(mon, polyspot)
      | ^
weapon.c:749:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  749 | mon_wield_item(mon)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o unixunix.o ../sys/unix/unixunix.c
weapon.c:874:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  874 | mwepgone(mon)
      | ^
weapon.c:952:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  952 | wet_a_towel(obj, amt, verbose)
      | ^
write.c:14:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
weapon.c:984:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   14 | cost(otmp)
      | ^
  984 | dry_a_towel(obj, amt, verbose)
      | ^
write.c:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   65 | label_known(scrolltype, objlist)
      | ^
zap.c:485:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  485 | probe_monster(mtmp)
      | ^
write.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   94 | dowrite(pen)
      | ^
zap.c:523:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  523 | get_obj_location(obj, xp, yp, locflags)
      | ^
weapon.c:1013:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1013 | skill_level_name(skill, buf)
      | ^
zap.c:561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  561 | get_mon_location(mon, xp, yp, locflags)
      | ^
weapon.c:1048:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1048 | skill_name(skill)
      | ^
zap.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  582 | montraits(obj, cc, adjacentok)
      | ^
weapon.c:1056:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1056 | slots_required(skill)
      | ^
weapon.c:1081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1081 | can_advance(skill, speedy)
      | ^
weapon.c:1100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1100 | could_advance(skill)
      | ^
weapon.c:1115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1115 | peaked_skill(skill)
      | ^
zap.c:686:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  686 | get_container_location(obj, loc, container_nesting)
      | ^
weapon.c:1127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1127 | skill_advance(skill)
      | ^
zap.c:716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  716 | revive(corpse, by_hero)
      | ^
zap.c:947:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  947 | revive_egg(obj)
      | ^
write.c:363:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  363 | zap.c:961:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  961 | unturn_dead(mon)
      | ^
new_book_description(booktype, outbuf)
      | ^
72 warnings generated.
weapon.c:1300:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1300 | unrestrict_weapon_skill(skill)
      | ^
zap.c:1001:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1001 | cancel_item(obj)
      | ^
weapon.c:1311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1311 | use_skill(skill, degree)
      | ^
weapon.c:1326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1326 | add_weapon_skill(n)
      | ^
weapon.c:1343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1343 | lose_weapon_skill(n)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o getline.o ../win/tty/getline.c
weapon.c:1367:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1367 | weapon_type(obj)
      | ^
zap.c:1102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1102 | drain_item(obj, by_you)
      | ^
weapon.c:1395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1395 | weapon_hit_bonus(weapon)
      | ^
zap.c:1180:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1180 | obj_resists(obj, ochance, achance)
      | ^
zap.c:1198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1198 | obj_shudders(obj)
      | ^
zap.c:1228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1228 | polyuse(objhdr, mat, minwt)
      | ^
zap.c:1271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1271 | create_polymon(obj, okind)
      | ^
weapon.c:1490:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1490 | weapon_dam_bonus(weapon)
      | ^
zap.c:1364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1364 | do_osshock(obj)
      | ^
zap.c:1421:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1421 | poly_obj(obj, id)
      | ^
weapon.c:1584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1584 | skill_init(class_skill)
      | ^
weapon.c:1658:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1658 | setmnotwielded(mon, obj)
      | ^
worm.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  111 | initworm(worm, wseg_count)
      | ^
zap.c:1692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1692 | stone_to_flesh_obj(obj)
      | ^
worm.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  142 | toss_wsegs(curr, display_update)
      | ^
worm.c:175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  175 | shrink_worm(wnum)
      | ^
worm.c:197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  197 | worm_move(worm)
      | ^
zap.c:1816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1816 | bhito(obj, otmp)
      | ^
worm.c:245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  245 | worm_nomove(worm)
      | ^
worm.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  264 | wormgone(worm)
      | ^
worm.c:289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  289 | wormhitu(worm)
      | ^
worm.c:317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  317 | cutworm(worm, x, y, cuttier)
      | ^
zap.c:2090:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2090 | bhitpile(obj, fhito, tx, ty, zz)
      | ^
zap.c:2134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2134 | zappable(wand)
      | ^
zap.c:2150:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2150 | zapnodir(obj)
      | ^
worm.c:433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  433 | see_wsegs(worm)
      | ^
zap.c:2202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2202 | backfire(otmp)
      | ^
worm.c:452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  452 | detect_wsegs(worm, use_detection_glyph)
      | ^
worm.c:480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  480 | save_worm(fd, mode)
      | ^
zap.c:2271:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2271 | zapyourself(obj, ordinary)
      | ^
worm.c:527:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  527 | rest_worm(fd)
      | ^
worm.c:563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  563 | place_wsegs(worm, oldworm)
      | ^
worm.c:586:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  586 | sanity_check_worm(worm)
      | ^
worm.c:618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  618 | remove_worm(worm)
      | ^
worm.c:645:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  645 | place_worm_tail_randomly(worm, x, y)
      | ^
worm.c:701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  701 | random_dir(x, y, nx, ny)
      | ^
worm.c:zap.c:2603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
2603 | ubreathe  726 | size_wseg(worm)
      u(mattk)
      | ^
| ^
worm.c:736zap.c:2614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2614 | lightdamage(obj, ordinary, amt)
      | ^
:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  736 | count_wsegs(mtmp)
      | ^
worm.c:754:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  754 | create_worm_tail(num_segs)
      | ^
zap.c:2648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2648 | flashburn(duration)
      | ^
worm.c:786:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  786 | worm_known(worm)
      | ^
worm.c:802:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  802 | worm_cross(x1, y1, x2, y2)
      | ^
zap.c:2666:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2666 | zap_steed(obj)
      | ^
zap.c:2730:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2730 | cancel_monst(mdef, obj, youattack, allow_cancel_kill, self_cancel)
      | ^
worm.c:851:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  851 | wseg_at(worm, x, y)
      | ^
zap.c:2810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2810 | zap_updown(obj)
      | ^
zap.c:3029:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3029 | weffects(obj)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o termcap.o ../win/tty/termcap.c
64 warnings generated.
zap.c:3080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3080 | spell_damage_bonus(dmg)
      | ^
7 warnings generated.
zap.c:3109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3109 | spell_hit_bonus(skill)
      | ^
zap.c:3148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3148 | exclam(force)
      | ^
zap.c:3158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3158 | hit(str, mtmp, force)
      | ^
zap.c:3172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3172 | miss(str, mtmp)
      | ^
zap.c:3184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3184 | skiprange(range, skipstart, skipend)
      | ^
zap.c:3218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o topl.o ../win/tty/topl.c
 3218 | bhit(ddx, ddy, range, weapon, fhitm, fhito, pobj)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o wintty.o ../win/tty/wintty.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursmain.o ../win/curses/cursmain.c
../sys/unix/unixmain.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   49 | main(argc, argv)
      | ^
../sys/share/unixtty.c:157:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  157 | speednum(speed)
      | ^
../sys/unix/unixmain.c:360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  360 | process_options(argc, argv)
      | ^
../sys/share/unixtty.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  234 | settty(s)
      | ^
../sys/unix/unixmain.c:480:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  480 | chdirx(dir, wr)
      | ^
../sys/unix/unixmain.c:571:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  571 | sethanguphandler(handler)
      | ^
zap.c:3522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3522 | boomhit(obj, dx, dy)
      | ^
../sys/unix/unixmain.c:644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  644 | append_slash(name)
      | ^
../sys/unix/unixmain.c:660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  660 | check_user_string(optstr)
      | ^
zap.c:3602:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3602 | zhitm(mon, type, nd, ootmp)
      | ^
zap.c:3764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3764 | zhitu(type, nd, fltxt, sx, sy)
      | ^
zap.c:3905:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3905 | burn_floor_objects(x, y, give_feedback, u_caused)
      | ^
zap.c:3963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3963 | zap_hit(ac, type)
      | ^
zap.c:3981:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3981 | disintegrate_mon(mon, type, fltxt)
      | ^
zap.c:4026:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4026 | buzz(type, nd, sx, sy../sys/unix/unixunix.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
, dx, dy)
      | ^
   35 | veryold(fd)
      | ^
zap.c:4044:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4044 | dobuzz(type, nd, sx, sy, dx, dy, say)
      | ^
../sys/unix/unixunix.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  218 | regularize(s)
      | ^
../sys/unix/unixunix.c:294:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  294 | child(wt)
      | ^
42 warnings generated.
zap.c:4315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4315 | melt_ice(x, y, msg)
      | ^
zap.c:4370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4370 | start_melt_ice_timeout(x, y, min_time)
      | ^
zap.c:4401:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4401 | melt_ice_away(arg, timeout)
      | ^
zap.c:4424:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4424 | zap_over_floor(x, y, type, shopdamage, exploding_wand_typ)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o curswins.o ../win/curses/curswins.c
zap.c:4720:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4720 | fracture_rock(obj)
      | ^
14 warnings generated.
2 warnings generated.
zap.c:4760:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4760 | break_statue(obj)
      | ^
zap.c:4811:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4811 | destroy_one_item(obj, osym, dmgtyp)
      | ^
zap.c:4958:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4958 | destroy_item(osym, dmgtyp)
      | ^
zap.c:5040:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5040 | destroy_mitem(mtmp, osym, dmgtyp)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursmisc.o ../win/curses/cursmisc.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursdial.o ../win/curses/cursdial.c
zap.c:5160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5160 | resist(mtmp, oclass, damage, tell)
      | ^
zap.c:5228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 5228 | wishcmdassist(triesleft)
      | ^
10 warnings generated.
../win/tty/getline.c:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   36 | tty_getlin(query, bufp)
      | ^
../win/tty/getline.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   45 | hooked_tty_getlin(query, bufp, hook)
      | ^
../win/tty/getline.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  213 | xwaitforspace(s)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursstat.o ../win/curses/cursstat.c
../win/tty/getline.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  256 | ext_cmd_getlin_hook(base)
      | ^
4 warnings generated.
3 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursinit.o ../win/curses/cursinit.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursmesg.o ../win/curses/cursmesg.c
../win/tty/termcap.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   73 | tty_startup(wid, hgt)
      | ^
../win/tty/termcap.c:339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  339 | tty_number_pad(state)
      | ^
../win/tty/topl.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  126 | redotoplin(str)
      | ^
../win/tty/topl.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  148 | show_topl(str)
      | ^
../win/tty/termcap.c:500:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  500 | nocmov(x, y)
      | ^
../win/tty/wintty.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  264 | bail(mesg)
      | ^
../win/tty/wintty.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  287 | winch_handler(sig_unused) /* signal handler is called with at least 1 arg */
      | ^
../win/tty/topl.c:191:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  191 | addtopl(s)
      | ^
../win/tty/termcap.c:550:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  550 | cmov(x, y)
      | ^
../win/tty/termcap.c:560:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  560 | xputc(c)
      | ^
../win/tty/wintty.c:387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  387 | tty_init_nhwindows(argcp, argv)
      | ^
../win/tty/termcap.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  582 | xputs(s)
      | ^
4 warnings generated.
6 warnings generated.
../win/tty/topl.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  244 | update_topl(bp)
      | ^
../win/tty/wintty.c:455:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  455 | tty_preference_update(pref)
      | ^
../win/tty/topl.c:299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  299 | topl_putsym(c)
      | ^
../win/tty/topl.c:341:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  341 | putsyms(str)
      | ^
../win/tty/topl.c:349:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  349 | removetopl(n)
      | ^
../win/tty/topl.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  361 | tty_yn_function(query, resp, def)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -c -o cursinvt.o ../win/curses/cursinvt.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winX.o ../win/X11/winX.c
../win/tty/topl.c:549:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  549 | msghistory_snapshot(purge)
      | ^
../win/tty/topl.c:595:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  595 | free_msghistory_snapshot(purged)
      | ^
../win/tty/topl.c:626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  626 | tty_getmsghistory(init)
      | ^
../win/tty/topl.c:667:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  667 | tty_putmsghistory(msg, restoring_msghist)
      | ^
../win/tty/termcap.c:1151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1151 | s_atr2str(n)
      | ^
../win/tty/termcap.c:1184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1184 | e_atr2str(n)
      | ^
../win/tty/termcap.c:1209:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1209 | term_attr_fixup(msk)
      | ^
../win/tty/termcap.c:1230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1230 | term_start_attr(attr)
      | ^
../win/tty/termcap.c:1242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1242 | term_end_attr(attr)
      | ^
../win/tty/termcap.c:1274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1274 | term_start_color(color)
      | ^
../win/tty/wintty.c:1083:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1083 | setup_rolemenu(win, filtering, race, gend, algn)
      | ^
../win/tty/wintty.c:1126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1126 | setup_racemenu(win, filtering, role, gend, algn)
      | ^
../win/tty/wintty.c:1159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1159 | setup_gendmenu(win, filtering, role, race, algn)
      | ^
../win/tty/wintty.c:1190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1190 | setup_algnmenu(win, filtering, role, race, gend)
      | ^
18 warnings generated.
../win/tty/wintty.c:1356:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1356 | tty_suspend_nhwindows(str)
      | ^
../win/tty/wintty.c:1373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1373 | tty_exit_nhwindows(str)
      | ^
../win/tty/wintty.c:1417:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1417 | tty_create_nhwindow(type)
      | ^
../win/tty/wintty.c:1531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1531 | erase_menu_or_text(window, cw, clear)
      | ^
../win/tty/wintty.c:1551:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1551 | free_window_info(cw, free_data)
      | ^
../win/tty/wintty.c:1599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1599 | tty_clear_nhwindow(window)
      | ^
../win/tty/wintty.c:1656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1656 | toggle_menu_curr(window, curr, lineno, in_view, counting, count)
      | ^
../win/tty/wintty.ccc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winmap.o ../win/X11/winmap.c
:1695:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1695 | dmore(cw, s)
      | ^
../win/tty/wintty.c:1716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1716 | set_item_state(window, lineno, item)
      | ^
../win/tty/wintty.c:1732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1732 | set_all_on_page(window, page_start, page_end)
      | ^
../win/tty/wintty.c:1747:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1747 | unset_all_on_page(window, page_start, page_end)
      | ^
../win/tty/wintty.c:1763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1763 | invert_all_on_page(window, page_start, page_end, acc)
      | ^
../win/tty/wintty.c:1786:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1786 | invert_all(window, page_start, page_end, acc)
      | ^
../win/tty/wintty.c:1817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1817 | toggle_menu_attr(on, color, attr)
      | ^
../win/tty/wintty.c:1841:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1841 | process_menu_window(window, cw)
      | ^
37 warnings generated.
../win/tty/wintty.c:2212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2212 | process_text_window(window, cw)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winmenu.o ../win/X11/winmenu.c
../win/tty/wintty.c:2291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2291 | tty_display_nhwindow(window, blocking)
      | ^
../win/tty/wintty.c:2386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2386 | tty_dismiss_nhwindow(window)
      | ^
../win/tty/wintty.c:2432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2432 | tty_destroy_nhwindow(window)
      | ^
../win/tty/wintty.c:2453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2453 | tty_curs(window, x, y)
      | ^
../win/tty/wintty.c:2554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2554 | tty_putsym(window, x, y, ch)
      | ^
../win/tty/wintty.c:2587:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2587 | compress_str(str)
      | ^
../win/tty/wintty.c:2618:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2618 | tty_putstr(window, attr, str)
      | ^
../win/tty/wintty.c:2795:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2795 | tty_display_file(fname, complain)
      | ^
../win/tty/wintty.c:2889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2889 | tty_start_menu(window)
      | ^
../win/tty/wintty.c:2902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2902 | tty_add_menu(window, glyph, identifier, ch, gch, attr, str, preselected)
      | ^
../win/tty/wintty.c:2957:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2957 | reverse(curr)
      | ^
../win/tty/wintty.c:2978:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2978 | tty_end_menu(window, prompt)
      | ^
23 warnings generated.
../win/tty/wintty.c:3089:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3089 | tty_select_menu(window, how, menu_list)
      | ^
../win/tty/wintty.c:3133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3133 | tty_message_menu(let, how, mesg)
      | ^
../win/tty/wintty.c:3205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3205 | docorner(xmin, ymax)
      | ^
../win/tty/wintty.c:3277:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3277 | g_putch(in_ch)
      | ^
../win/tty/wintty.c:3326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3326 | tty_cliparound(x, y)
      | ^
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winmesg.o ../win/X11/winmesg.c
../win/tty/wintty.c:3364:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3364 | tty_print_glyph(window, x, y, glyph, bkglyph)
      | ^
../win/tty/wintty.c:3443:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3443 | tty_raw_print(str)
      | ^
../win/tty/wintty.c:3459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3459 | tty_raw_print_bold(str)
      | ^
../win/tty/wintty.c:3543:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3543 | tty_nh_poskey(x, y, mod)
      | ^
../win/tty/wintty.c:3574:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3574 | win_tty_init(dir)
      | ^
../win/tty/wintty.c:3776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3776 | tty_status_enablefield(fieldidx, nm, fmt, enable)
      | ^
../win/tty/wintty.c:3845:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3845 | tty_status_update(fldidx, ptr, chg, percent, color, colormasks)
      | ^
../win/tty/wintty.c:3968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 3968 | make_things_fit(force_update)
      | ^
../win/tty/wintty.c:4032:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4032 | check_fields(forcefields, sz)
      | ^
../win/tty/wintty.c:4183:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4183 | tty_putstatusfield(text, x, y)
      | ^
../win/tty/wintty.c:4242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4242 | shrink_enc(lvl)
      | ^
../win/tty/wintty.c:4254:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4254 | shrink_dlvl(lvl)
      | ^
../win/tty/wintty.c:4293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4293 | condcolor(bm, bmarray)
      | ^
../win/tty/wintty.c:4315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 4315 | condattr(bm, bmarray)
      | ^
../win/curses/cursstat.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  140 | curses_status_update(fldidx, ptr, chg, percent, color_and_attr, colormasks)
      | ^
../win/curses/cursmesg.c:839:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  839 | curses_getmsghistory(init)
      | ^
../win/curses/cursmesg.c:883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  883 | curses_putmsghistory(msg, restoring_msghist)
      | ^
../win/curses/cursstat.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 | draw_horizontal(border)
      | ^
../win/curses/cursstat.c:652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  652 | draw_vertical(border)
      | ^
../win/curses/cursstat.c:1234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1234 | condcolor(bm, bmarray)
      | ^
../win/curses/cursstat.c:1250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1250 | condattr(bm, bmarray)
      | ^
../win/curses/cursstat.c:1286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1286 | nhattr2curses(attrmask)
      | ^
19 warnings generated.
12 warnings generated.
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winmisc.o ../win/X11/winmisc.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winstat.o ../win/X11/winstat.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o wintext.o ../win/X11/wintext.c
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include  -c -o winval.o ../win/X11/winval.c
12 warnings generated.
31 warnings generated.
gmake[2]: Entering directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
cc -O2 -pipe -DX11_GRAPHICS -DUSE_TILES -DNOMAIL -DCURSES_GRAPHICS -fstack-protector-strong -fno-strict-aliasing  -I../include -DX11_GRAPHICS -I/usr/local/include -I../include -DX11_GRAPHICS -c ../win/share/tilemap.c
../win/curses/cursmisc.c:818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  818 | curses_fmt_attrs(outbuf)
      | ^
../win/X11/winX.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  182 | X11_putmsghistory(msg, is_restoring)
      | ^
../win/curses/cursmisc.c:1031:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1031 | curses_mouse_support(mode)
      | ^
../win/X11/winX.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  195 | X11_getmsghistory(init)
      | ^
../win/X11/winX.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  226 | find_widget(w)
      | ^
../win/X11/winmenu.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  100 | menu_size_change_handler(w, ptr, event, flag)
      | ^
../win/X11/winmenu.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | menu_select(w, client_data, call_data)
      | ^
../win/X11/winX.c:268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  268 | get_nhcolor(wp, clr)
      | ^
../win/X11/winX.c:282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  282 | init_menu_nhcolors(wp)
      | ^
../win/X11/winmenu.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  181 | menu_delete(w, event, params, num_params)
      | ^
../win/X11/winmenu.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  199 | invert_line(wp, curr, which, how_many)
      | ^
../win/X11/winmenu.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  232 | menu_key(w, event, params, num_params)
      | ^
../win/X11/winX.c:402:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  402 | nhApproxColor(screen, colormap, str, color)
      | ^
../win/X11/winmenu.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  385 | menu_ok(w, client_data, call_data)
      | ^
../win/X11/winmenu.c:399:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  399 | menu_cancel(w, client_data, call_data)
      | ^
../win/X11/winmenu.c:417:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  417 | menu_all(w, client_data, call_data)
      | ^
../win/X11/winmenu.c:429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  429 | menu_none(w, client_data, call_data)
      | ^
../win/X11/winmenu.c:441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  441 | menu_invert(w, client_data, ca../win/X11/winX.c:478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
ll  478 | nhCvtStringToPixel(dpy, _data)
      | ^
args, num_args, fromVal, toVal, closure_ret)
      | ^
../win/X11/winmenu.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  453 | menu_search(w, client_data, call_data)
      | ^
../win/X11/winmenu.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  470 | search_menu(wp)
      | ^
../win/X11/winmenu.c:503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  503 | select_all(wp)
      | ^
../win/X11/winmenu.c:520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  520 | select_none(wp)
      | ^
../win/X11/winmenu.c:537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  537 | invert_all(w../win/X11/winX.c:573:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
p)
      | ^
  573 | get_window_frame_extents(w, top, bottom, left, right)
      | ^
../win/X11/winmenu.c:552:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  552 | invert_match(wp, match)
      | ^
../win/X11/winmenu.c:572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
../win/X11/winX.c:607:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  607 | get_widget_wind  572 | select_match(wp,ow_geometry(w,  match)
      | x,y, width, height)
      | ^
^
../win/X11/winmenu.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  599 | menu_popdown(wp)
      | ^
../win/X11/winmenu.c:613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  613 | X11_start_menu(window)
      | ^
../win/X11/winX.c:625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  625 | fontname_boldify(fontname)
      | ^
../win/X11/winmenu.c:631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  631 | X11_add_menu(window, glyph, identifier, ch, gch, attr, str, preselected)
      | ^
../win/X11/winX.c:652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  652 | load_boldfont(wp, w)
      | ^
../win/X11/winX.c:679:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  679 | nhFreePixel(app, toVal, closure, args, num_args)
      | ^
../win/X11/winX.c:710:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  710 | nhFontHeight(w)
      | ^
../win/X11/winmap.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   73 | X11_print_glyph(window, x, y, glyph, bkglyph)
      | ^
../win/X11/winX.c:742:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  742 | new_resource_macro(inbuf, numdefs)
      | ^
../win/X11/winmenu.c:708:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  708 | X11_end_menu(window, query)
      | ^
../win/X11/winmenu.c:725:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  725 | X11_select_menu(window, how, menu_list)
      | ^
../win/X11/winX.c:900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  900 | X11_raw_print(str)
      | ^
../win/X11/winX.c:907:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  907 | X11_raw_print_bold(str)
      | ^
../win/X11/winX.c:914:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  914 | X11_curs(window, x, y)
      | ^
../win/X11/winmap.c:154:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  154 | X11_cliparound(x, y)
      | ^
../win/X11/winX.c:934:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  934 | X11_putstr(window, attr, str)
      | ^
../win/X11/winmap.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  192 | init_annotation(annotation, filename, colorpixel)
      | ^
../win/X11/winX.c:996:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  996 | X11_nh_poskey(x, y, mod)
      | ^
../win/X11/winX.c:1010:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1010 | X11_create_nhwindow(type)
      | ^
../win/X11/winmap.c:259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  259 | init_tiles(wp)
      | ../win/X11/winmesg.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
^
   59 | set_message_slider(wp)
      | ^
../win/X11/winX.c:1105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1105 | X11_clear_nhwin../win/X11/winmesg.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
d   74 | create_meow(window)
ssage_window(wp, create_pop      | ^
up, parent)
      | ^
../win/X11/winX.c:1132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1132 | X11_display_nhwindow(window, blocking)
      | ^
../win/X11/winX.c:1196:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1196 | X11_destroy_nhwindow(window)
      | ^
../win/X11/winmenu.c:1001:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1001 | copy_of(s)
      | ^
../win/X11/winmenu.c:1013:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1013 | menu_create_buttons(wp, form, under)
      | ^
../win/X11/winmap.c:572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  572 | check_cursor_visibility(wp)
      | ^
../win/X11/winmesg.c:212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  212 | destroy_message_window(wp)
      | ^
../win/X11/winmesg.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  233 | display_message_window(wp)
      | ^
../win/X11/winX.c:1315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1315 | X11_suspend_nhwindows(str)
      | ^
../win/X11/winX.c:1326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
../win/X11/winmesg.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  246 | append_message( 1326 | X11_numwp, str)
ber_pad(state) /* called from options.c      | ^
 */
      | ^
../win/X11/winmesg.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  273 | get_previous(mark)
      | ^
../win/X11/winmesg.c:293:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  293 | set_circle_buf(mesg_info, count)
      | ^
../win/X11/winmap.c:724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  724 | map_check_size_change(wp)
      | ^
../win/X11/winmesg.c:370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  370 | split(s, fs, pixel_width)
      | ^
../win/X11/winmesg.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  403 | add_line(mesg_info, s)
      | ^
../win/X11/winmesg.c:434:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  434 | set_last_p../win/X11/winmap.cause(wp)
      | ^
../win/X11/winX.c:1466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  779 | set_gc(w, fon 1466 | panic_ont, resource_nam_error(disple, bgpixel, regular,ay, error)
      | ^
../win/X11/winmesg.c:462:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  462 | redraw_message_window(wp)
      | ^
 inve../win/X11/winmenu.c:1137:1: rse)
      warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1137 | menu_create_entries(wp, curr_men../win/X11/winX.c:1481:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
|  u)
      | 1481 | X11_init_nhwindows(argcp, argv)
      | ^
^
^../win/X11/winmesg.c:507:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  507 | mesg_check_size_change(wp)
      | ^

../win/X11/winmap.c:814:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  814 | get_text_gc(wp, font)
      | ^
../win/X11/winmesg.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  534 | mesg_exposed(w, client_data, widget_data)
      | ^
../win/X11/winmesg.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  567 | get_gc(w, mesg_info)
      | ^
../win/X11/winmesg.c:583:29: warning: passing arguments to 'WindowFont' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  583 |     values.font = WindowFont(w);
      |                             ^
../win/X11/winmap.c:859:1../win/X11/winmesg.c:599:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  859 | display_cursor(wp)
      | ^
  599 | mesg_resized(w, client_data, call_data)
      | ^
../win/X11/winmap.c:871:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
31 warnings generated.
  871 | display_map_window(wp)
      | ^
../win/X11/winmenu.c:1217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1217 | destroy_menu_entry_widgets(wp)
      | ^
../win/X11/winX.c:1586:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1586 | X11_exit_nhwindows(dummy)
      | ^
../win/X11/winmenu.c:1242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1242 | move_menu(src_menu, dest_menu)
      | ^
../win/X11/winmenu.c:1252:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1252 | free_menu_line_entries(mp)
      | ^
../win/X11/winX.c:1617:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1617 | X11_sig(sig) /* Unix signal handler */
      | ^
../win/X11/winmenu.c:1266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1266 | free_menu(mp)
      | ^
../win/X11/winX.c:1625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1625 | X11_sig_cb(not_used, id)
      | ^
../win/X11/winmenu.c:1278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1278 | reset_menu_to_default(mp)
      | ^
../win/X11/winX.c:1655../win/X11/winmenu.c:1289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  1655 | d_timeout(client_data1289 | clear_old_menu(wp)
      , id)
      | ^
| ^
../win/X11/winmenu.c:1306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1306 | create_menu_window(wp)
      | ^
../win/X11/winX.c:1696:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1696 | X11_hangup(w, event, params, num_params)
      | ^
../win/X11/winmap.c:920:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  920 | map_all_stone(map_info)
      | ^
../win/X11/winX.c:1714:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1714 | askname_delete(w, event, params, num_params)
      | ^
../win/X11/winmap.c:940:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  940 | clear_map_window(wp)
      | ^
../win/X11/winmenu.c:1325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1325 | destroy_menu_window(wp)
      | ^
../win/X11/winX.c:1732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1732 | askname_done(w, client_data, call_data)
      | ^
../win/X11/winmap.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  968 | get_char_info(wp)
      | ^
../win/X11/winmap.c:975:26: warning: passing arguments to 'WindowFontStruct' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  975 |     fs = WindowFontStruct(wp->w);
      |                          ^
../win/X11/winmap.c:1016:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1016 | map_input(w, event, params, num_params)
      | ^
../win/X11/winX.c:1815:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1815 | done_button(w, client_data, call_data)
      | ^
../win/X11/winmap.c:1058:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
../win/X11/winX.c:1844:1:  1058 |  warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   1844 | getline_delete(w,          (*input_func)(w, event, params, num_pareams);vent, params, nu
      |                          ^
m_params)
      | ^
../win/X11/winX.c:1862:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1862 | abort_button(w, client_data, call_data)
      | ^
../win/X11/winX.c:1887:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1887 | X11_getlin(question, input)
      | ^
../win/X11/winmap.c:1116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1116 | set_button_values(w, x, y, button)
      | ^
../win/X11/winmap.c:1152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1152 | map_exposed(w, client_data, widget_data)
      | ^
../win/X11/winmap.c:1238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1238 | map_update(wp, start_row, stop_row, start_col, stop_col, inverted)
      | ^
../win/X11/winX.c:1938:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1938 | X11_display_file(str, complain)
      | ^
../win/X11/winmap.c:1411:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1411 | set_map_size(wp, cols, rows)
      | ^
../win/X11/winmap.c:1433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1433 | init_text(wp)
      | ^
../win/X11/winmap.c:1446:31: warning: passing arguments to 'WindowFont' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1446 |     get_text_gc(wp, WindowFont(wp->w));
      |                               ^
../win/X11/winmap.c:1461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1461 | create_map_window(wp, create_popup, parent)
      | ^
../win/X11/winX.c:2003:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2003 | key_event_to_char(key)
      | ^
2 warnings generated.
../win/X11/winX.c:2025:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2025 | yn_delete(w, event, params, num_params)
      | ^
../win/X11/winX.c:2047:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2047 | yn_key(w, event, params, num_params)
      | ^
../win/X11/winmap.c:1591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1591 | destroy_map_window(wp)
      | ^
../win/X11/winmap.c:1652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1652 | x_event(exit_condition)
      | ^
../win/X11/winX.c:2130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2130 | X11_yn_function(ques, choices, def)
      | ^
../win/X11/winX.c:2273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2273 | X11_preference_update(pref)
      | ^
../win/X11/winX.c:2289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2289 | input_event(exit_condition)
      | ^
../win/X11/winX.c:2304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2304 | msgkey(w, data, event)
      | ^
../win/X11/winX.c:2320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2320 | win_visible(w, data, event, flag)
      | ^
../win/X11/winX.c:2344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2344 | highlight_yn(init)
      | ^
../win/X11/winX.c:2575:46: error: incompatible function pointer types passing 'XtErrorHandler' (aka 'void (*)(char *)') to parameter of type 'void (*)(String) __attribute__((noreturn))' (aka 'void (*)(char *) __attribute__((noreturn))') [-Wincompatible-function-pointer-types]
 2575 |     (void) XtAppSetErrorHandler(app_context, (XtErrorHandler) hangup);
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/X11/Intrinsic.h:1786:1: note: passing argument to parameter here
 1786 | );
      | ^
../win/X11/winX.c:2584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2584 | nh_XtPopup(w, g, childwid)
      | ^
../win/X11/winX.c:2596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2596 | nh_XtPopdown(w)
      | ^
../win/X11/winX.c:2605:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2605 | win_X11_init(dir)
      | ^
../win/X11/winX.c:2628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2628 | find_scrollbars(w, horiz, vert)
      | ^
../win/X11/winX.c:2646:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2646 | nh_keyscroll(viewport, event, params, num_params)
      | ^
53 warnings and 1 error generated.
gmake[1]: *** [Makefile:878: winX.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
../win/X11/winval.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   35 | create_value(parent, name_value)
      | ^
../win/share/tilemap.c:407:1: warning: 16 warnings generated.
a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  407 | process_substitutions(ofp)
      | ^
../win/X11/winval.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   78 | set_name(w, new_label)
      | ^
../win/X11/winval.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   91 | set_name_width(w, new_width)
      | ^
../win/X11/winval.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  104 | get_name_width(w)
      | ^
../win/X11/winval.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  118 | set_value(w, new_value)
      | ^
../win/X11/winval.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  131 | set_value_width(w, new_width)
      | ^
../win/X11/winval.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  144../win/X11/winmisc.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 | get_value_width(w)
      | ^
  114 | i2xtp(i)
      | ^
../win/X11/winval.c:160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  160 | hilight_value(w)
      | ^
../win/X11/winmisc.c:121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  121 | xtp2i(x)
      | ^
../win/X11/winval.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  168 | swap_fg_bg(w)
      | ^
../win/X11/winmisc.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | ps_quit(w, client_data, call_data)
      | ^
../win/X11/winmisc.c:144:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  144 | ps_random(w, client_data, call_data)
      | ^
../win/X11/winmisc.c:158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  158 | ps_select(w, client_data, call_data)
      | ^
../win/X11/winmisc.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  171 | ps_key(w, event, params, num_params)
      | ^
../win/share/tilemap.c:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  628 | acceptable_tilename(idx, encountered, expected)
      | ^
../win/X11/winmisc.c:221:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  221 | race_key(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  269 | gend_key(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  306 | algn_key(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  375 | plsel_quit(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:392:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  392 | plsel_play(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:419:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  419 | plsel_randomize(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:435:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  435 | plsel_set_play_button(state)
      | ^
../win/X11/winstat.c:125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  125 | condcolor(bm, bmarray)
      | ^
../win/X11/winmisc.c:445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  445 | plsel_set_sensitivities(setcurr)
      | ^
../win/X11/winstat.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  140 | condattr(bm, bmarray)
      | ^
../win/X11/winstat.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  195 | X11_status_enablefield(fieldidx, nm, fmt, enable)
      | ^
../win/X11/winstat.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  206 | cond_bm2idx(bm)
      | ^
../win/X11/winmisc.c:632:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  632 | racetoggleCallback(w, client, call)
      | ^
../win/X11/winstat.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  217 | MaybeDisplayCond(bm, colormasks, text)
      | ^
../win/X11/winmisc.c:673:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  673 | roletoggleCallback(w, client, call)
      | ^
../win/X11/winmisc.c:714:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  714 | gendertoggleCallback(w, client, call)
      | ^
../win/X11/winmisc.c:738:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  738 | aligntoggleCallback(w, client, call)
      | ^
../win/X11/winmisc.c:752:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  752 | plsel_random_btn_callback(w, client, call)
      | ^
../win/X11/winmisc.c:765:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  765 | plsel_play_btn_callback(w, client, call)
      | ^
../win/X11/winmisc.c:779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  779 | plsel_quit_btn_callback(w, client, call)
      | ^
../win/X11/winmisc.c:793:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  793 | X11_create_player_selection_name(form)
      | ^
../win/X11/wintext.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   56 | delete_text(w, event, params, num_params)
      | ^
../win/X11/winstat.c:309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  309 | X11_status_update_tty(fld, ptr, chg, percent, color, c../win/X11/wintext.c:88:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
olormasks)
      | ^
   88 | dismiss_text(w, event, params, num_params)
      | ^
../win/X11/wintext.c:115:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  115 | key_dismiss_text(w, event, params, num_params)
      | ^
../win/X11/wintext.c:141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  141 | add_to_text_window(wp, attr, str)
      | ^
../win/X11/wintext.c:160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  160 | display_text_window(wp, blocking)
      | ^
9 warnings generated.
../win/X11/winstat.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  510 | X11_status_update_fancy(fld, ptr, chg, percent, color, colormasks)
      | ^
../win/X11/winstat.c:584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  584 | X11_status_update(fld, ptr, chg, percent, color, colormasks)
      | ^
../win/X11/wintext.c:261:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  261 | create_text_window(wp)
      | ^
../win/X11/wintext.c:344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  344 | destroy_text_window(wp)
      | ^
../win/X11/winstat.c:596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  596 | create_tty_status(parent, top)
      | ^
../win/X11/wintext.c:368:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  368 | clear_text_window(wp)
      | ^
../win/X11/wintext.c:379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  379 | append_text_buffer(tb, str, concat)
      | ^
../win/X11/winstat.c:699:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  699 | create_status_window_tty(wp, create_popup, parent)
      | ^
../win/X11/winstat.c:717:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  717 | destroy_status_window_tty(wp)
      | ^
../win/X11/winstat.c:737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  737 | adjust_status_tty(wp, str)
      | ^
../win/X11/winstat.c:745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  745 | create_status_window(wp, create_popup, parent)
      | ^
../win/X11/wintext.c:439:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  439 | init_text_buffer(tb)
      | ^
../win/X11/winstat.c:758:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  758 | destroy_status_window(wp)
      | ^
../win/X11/wintext.c:451:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  451 | clear_text_buffer(tb)
      | ^
../win/X11/winstat.c:768:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  768 | adjust_status(wp, str)
      | ^
../win/X11/wintext.c:461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  461 | free_text_buffer(tb)
      | ^
../win/X11/winstat.c:782:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  782 | create_status_window_fancy(wp, create_popup, parent)
      | ^
../win/X11/winstat.c:873:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  873 | destroy_status_window_fancy(wp)
      | ^
../win/X11/winstat.c:899:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  899 | adjust_status_fancy(wp, str)
      | ^
../win/X11/winstat.c:1038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1038 | hilight_label(w)
      | ^
../win/X11/winstat.c:1054:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1054 | update_val(attr_rec, new_value)
      | ^
14 warnings generated.
../win/X11/winstat.c:1277:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1277 | update_fancy_status_field(i)
      | ^
../win/X11/winstat.c:1429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1429 | update_fancy_status(wp)
      | ^
../win/X11/winmisc.c:1632:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1632 | extend_select(w, client_data, call_data)
      | ^
../win/X11/winstat.c:1470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1470 | width_string(sv_index)
      | ^
../win/X11/winmisc.c:1660:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1660 | extend_dismiss(w, client_data, call_data)
      | ^
../win/X11/winmisc.c:1673:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1673 | extend_help(w, client_data, call_data)
      | ^
../win/X11/winstat.c:1534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1534 | create_widget(parent, sv, sv_index)
      | ^
../win/X11/winmisc.c:1687:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1687 | ec_delete(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:1702:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1702 | popup_delete(w, event, params, num_params)
      | ^
../win/X11/winmisc.c:1732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1732 | ec_scroll_to_view(ec_indx)
      | ^
../win/X11/winstat.c:1581:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1581 | get_widths(sv, width1p, width2p)
      | ^
../win/X11/winstat.c:1606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1606 | set_widths(sv, width1, width2)
      | ^
../win/X11/winstat.c:1628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1628 | init_column(name, parent, top, left, col_indices)
      | ^
../win/X11/winstat.c:1724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1724 | init_info_form(parent, top, left)
      | ^
../win/X11/winmisc.c:1836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1836 | ignore_extcmd(idx)
      | ^
../win/X11/winmisc.c:1852:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1852 | ec_key(w, event, params, num_params)
      | ^
../win/X11/winstat.c:1822:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1822 | create_fancy_status(parent, top)
      | ^
../win/X11/winstat.c:1859:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1859 | destroy_fancy_status(wp)
      | ^
../win/X11/winmisc.c:2026:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 2026 | make_menu(popup_name, popup_label, popup_translations, left_name,
      | ^
2 warnings generated.
12 warnings generated.
cc  -o tilemap tilemap.o 
2 warnings generated.
6 warnings generated.
33 warnings generated.
25 warnings generated.
./tilemap
gmake[2]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/util'
28 warnings generated.
30 warnings generated.
31 warnings generated.
55 warnings generated.
64 warnings generated.
102 warnings generated.
58 warnings generated.
118 warnings generated.
gmake[1]: Leaving directory '/magus/work/usr/mports/games/nethack36/work/NetHack-NetHack-3.6.6_Released/src'
gmake: *** [Makefile:110: nethack36] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/games/nethack36

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis