>>> Building on exopi-2 under lang/icon/interp DIST = [lang/icon/interp,-main:icon-v951src.tgz] FULLPKGNAME = icon-interp-9.5.1p1 distfiles size=3133040 >>> Running build in lang/icon/interp at 1764832683.21 ===> lang/icon/interp ===> Building from scratch icon-v951src ===> Verifying specs: c m pthread X11 Xpm ===> found c.102.2 m.10.1 pthread.28.1 X11.19.0 Xpm.10.0 ===> Checking files for icon-v951src `/exopi-cvs/ports/distfiles/icon-v951src.tgz' is up to date. >> (SHA256) all files: OK ===> Extracting for icon-v951src ===> Patching for icon-v951src ===> Applying OpenBSD patch patch-config_bsd_Makedefs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- config/bsd/Makedefs.orig Thu May 30 19:13:45 2013 |+++ config/bsd/Makedefs Sun Nov 3 12:01:30 2013 -------------------------- Patching file config/bsd/Makedefs using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 14. done ===> Applying OpenBSD patch patch-config_setup_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- config/setup.sh.orig Sun Nov 3 11:54:51 2013 |+++ config/setup.sh Sun Nov 3 11:55:00 2013 -------------------------- Patching file config/setup.sh using Plan A... Hunk #1 succeeded at 11. done ===> Applying OpenBSD patch patch-ipl_cfuncs_fpoll_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use __freadahead() instead of accessing inside FILE object. | |Index: ipl/cfuncs/fpoll.c |--- ipl/cfuncs/fpoll.c.orig |+++ ipl/cfuncs/fpoll.c -------------------------- Patching file ipl/cfuncs/fpoll.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 63. done ===> Applying OpenBSD patch patch-tests_general_Test-icon Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- tests/general/Test-icon.orig Fri Mar 26 18:54:22 2010 |+++ tests/general/Test-icon Sun Nov 3 13:07:41 2013 -------------------------- Patching file tests/general/Test-icon using Plan A... Hunk #1 succeeded at 10. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for icon-v951src ===> Configuring for icon-v951src cd /exopi-obj/pobj/icon-v951src/icon-v951src && /usr/bin/make X-Configure name=bsd /usr/bin/make Pure >/dev/null cd config; sh setup.sh bsd Graphics configured bsd with Graphics echo "RLINK=-rdynamic" >>/exopi-obj/pobj/icon-v951src/icon-v951src/Makedefs ===> Building for icon-v951src uname -a OpenBSD exopi-2.exo.bsdfrog.org 7.8 GENERIC.MP#131 amd64 pwd /exopi-obj/pobj/icon-v951src/icon-v951src cd src/common; /usr/bin/make cc -O2 -I/usr/X11R6/include -o infer infer.c infer.c:17:27: warning: address of stack memory associated with parameter 'n' returned [-Wreturn-stack-address] 17 | return n <= 1 ? (long)&n : atdepth(n - 1); | ^ 1 warning generated. ./infer >../h/arch.h cc -O2 -I/usr/X11R6/include -c long.c long.c:11:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | long longwrite(s,len,file) | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -c getopt.c cc -O2 -I/usr/X11R6/include -c time.c cc -O2 -I/usr/X11R6/include -c filepart.c filepart.c:38:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 38 | char *pathfind(buf, path, name, extn) | ^ filepart.c:59:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 59 | static char *pathelem(s, buf) | ^ filepart.c:93:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | static char *tryfile(buf, dir, name, extn) | ^ filepart.c:110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | struct fileparts *fparse(s) | ^ filepart.c:147:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | char *makename(dest,d,name,e) | ^ filepart.c:163:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | int smatch(s,t) | ^ 6 warnings generated. cc -O2 -I/usr/X11R6/include -c identify.c identify.c:11:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | void id_comment(f) | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -c strtbl.c strtbl.c:60:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | void init_sbuf(sbuf) | ^ strtbl.c:74:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 74 | void clear_sbuf(sbuf) | ^ strtbl.c:93:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | void new_sbuf(sbuf) | ^ strtbl.c:119:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | char *spec_str(s) | ^ strtbl.c:150:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | char *str_install(sbuf) | ^ strtbl.c:199:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 199 | static int streq(len, s1, s2) | ^ 6 warnings generated. cc -O2 -I/usr/X11R6/include -c rtdb.c rtdb.c:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int db_open(s, lrgintflg) | ^ rtdb.c:188:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | struct implement *db_impl(oper_typ) | ^ rtdb.c:343:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 343 | void db_code(ip) | ^ rtdb.c:853:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 853 | static void db_case(il, num_cases) | ^ rtdb.c:1233:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1233 | static void quoted(delim) | ^ rtdb.c:1258:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1258 | static struct il_c *db_ilcret(il_c_type) | ^ rtdb.c:1379:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1379 | static struct il_c *new_ilc(il_c_type) | ^ rtdb.c:1399:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1399 | struct il_code *new_il(il_type, size) | ^ rtdb.c:1414:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1414 | void db_dscrd(ip) | ^ rtdb.c:1456:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1456 | void db_chstr(prefix, suffix) | ^ rtdb.c:1483:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1483 | int db_tbl(section, tbl) | ^ rtdb.c:1521:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1521 | struct implement *db_ilkup(id, tbl) | ^ rtdb.c:1538:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1538 | void nxt_pre(pre, nxt, n) | ^ rtdb.c:1604:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1604 | int cmp_pre(pre1, pre2) | ^ rtdb.c:1620:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1620 | static int cmp_1_pre(p1, p2) | ^ rtdb.c:1641:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1641 | void db_err1(fatal, s) | ^ rtdb.c:1657:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1657 | void db_err2(fatal, s1, s2) | ^ rtdb.c:1675:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1675 | static void db_err3(fatal, s1, s2, s3) | ^ 18 warnings generated. cc -O2 -I/usr/X11R6/include -c munix.c cc -O2 -I/usr/X11R6/include -c literals.c literals.c:29:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 29 | static int escape(str_ptr, nchars_ptr) | ^ literals.c:87:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | unsigned short *bitvect(image, len) | ^ literals.c:111:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | void cset_init(f, bv) | ^ literals.c:133:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | int prt_i_str(f, s, len) | ^ 4 warnings generated. cc -O2 -I/usr/X11R6/include -c rswitch.c cc -O2 -I/usr/X11R6/include -c alloc.c alloc.c:11:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | char *salloc(s) | ^ alloc.c:28:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | pointer alloc(n) | ^ 2 warnings generated. cc -O2 -I/usr/X11R6/include -c xwindow.c xwindow.c:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int translate_key_event(event, s, k) | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -c ipp.c ipp.c:123:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 123 | int ppinit(fname, inclpath) | ^ ipp.c:162:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | static int ppopen(fname) | ^ ipp.c:200:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 200 | void ppdef(s, v) | ^ ipp.c:367:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 367 | static char *rline(fp) | ^ ipp.c:419:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 419 | static void pushdef(d) | ^ ipp.c:443:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 443 | static void pushline(fname, lno) | ^ ipp.c:459:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 459 | static void ppdir(s) | ^ ipp.c:475:29: 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] 475 | errmsg = (*p->func)(s); /* process directive */ | ^ ipp.c:493:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 493 | static void pfatal(s1, s2) | ^ ipp.c:513:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 513 | static char *errdir(s) | ^ ipp.c:523:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 523 | static char *define(s) | ^ ipp.c:555:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 555 | static char *undef(s) | ^ ipp.c:573:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 573 | static char *include(s) | ^ ipp.c:592:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 592 | static char *setline(s) | ^ ipp.c:631:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 631 | static char *ifdef(s) | ^ ipp.c:637:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 637 | static char *ifndef(s) | ^ ipp.c:646:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 646 | static char *ifxdef(s, f) | ^ ipp.c:667:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 667 | static char *elsedir(s) | ^ ipp.c:681:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 681 | static char *endif(s) | ^ ipp.c:697:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 697 | static void skipcode(doelse, report) | ^ ipp.c:766:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 766 | static char *wskip(s) | ^ ipp.c:782:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 782 | static char *nskip(s) | ^ ipp.c:815:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 815 | static char *matchq(s) | ^ ipp.c:842:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 842 | static char *getidt(dst, src) | ^ ipp.c:861:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 861 | static char *getfnm(dst, src) | ^ ipp.c:890:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 890 | static cdefn *dlookup(name, len, val) | ^ 26 warnings generated. if [ "x-L/usr/X11R6/lib -lXpm -lX11" != "x" ]; then /usr/bin/make identify.o; fi `identify.o' is up to date. cd src/rtt; /usr/bin/make cc -O2 -I/usr/X11R6/include -c rttparse.c rttgram.y:1095:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1095 | static void xfree(p) | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -c rttmain.c rttmain.c:76:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | int main(argc, argv) | ^ rttmain.c:242:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 242 | void trans(src_file) | ^ rttmain.c:332:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 332 | static void add_tdef(name) | ^ rttmain.c:347:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 347 | void put_c_fl(fname, keep) | ^ rttmain.c:371:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 371 | void yyerror(s) | ^ 5 warnings generated. cc -O2 -I/usr/X11R6/include -c rttlex.c rttlex.c:169:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 169 | static int int_suffix(s) | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -c rttsym.c rttsym.c:75:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | struct sym_entry *sym_lkup(image) | ^ rttsym.c:93:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | struct sym_entry *sym_add(tok_id, image, id_type, nest_lvl) | ^ rttsym.c:153:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 153 | struct node *lbl(t) | ^ rttsym.c:172:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | void push_cntxt(lvl_incr) | ^ rttsym.c:227:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 227 | void unuse(t_lst, lvl) | ^ rttsym.c:242:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 242 | void free_sym(sym) | ^ rttsym.c:260:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 260 | int alloc_tnd(typ, init, lvl) | ^ rttsym.c:330:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 330 | void dst_alloc(cnv_typ, var) | ^ rttsym.c:368:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 368 | static void add_def(dcltor) | ^ rttsym.c:420:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 420 | void id_def(dcltor, init) | ^ rttsym.c:487:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 487 | void func_def(head) | ^ rttsym.c:511:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 511 | void s_prm_def(u_ident, d_ident) | ^ rttsym.c:532:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 532 | static void add_s_prm(ident, param_num, flags) | ^ rttsym.c:555:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 555 | void var_args(ident) | ^ rttsym.c:589:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 589 | void d_lst_typ(dcls) | ^ rttsym.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 605 | static void dcl_typ(dcl) | ^ rttsym.c:626:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 626 | static void dcltor_typ(dcltor, tqual) | ^ rttsym.c:690:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 690 | void tnd_strct(t) | ^ rttsym.c:711:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 711 | void tnd_union(t) | ^ 19 warnings generated. cc -O2 -I/usr/X11R6/include -c rttnode.c rttnode.c:6:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 6 | struct node *node0(id, tok) | ^ rttnode.c:21:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | struct node *node1(id, tok, n1) | ^ rttnode.c:38:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 38 | struct node *node2(id, tok, n1, n2) | ^ rttnode.c:57:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | struct node *node3(id, tok, n1, n2, n3) | ^ rttnode.c:78:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | struct node *node4(id, tok, n1, n2, n3, n4) | ^ rttnode.c:103:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | struct node *sym_node(tok) | ^ rttnode.c:131:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | struct node *comp_nd(tok, dcls, stmts) | ^ rttnode.c:150:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | struct node *arith_nd(tok, p1, p2, c_int, ci_act, intgr, i_act, dbl, d_act) | ^ rttnode.c:193:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 193 | struct node *dest_node(tok) | ^ rttnode.c:211:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 211 | void free_tree(n) | ^ 10 warnings generated. cc -O2 -I/usr/X11R6/include -c rttout.c rttout.c:90:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 90 | static void chk_nl(indent) | ^ rttout.c:110:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | static void line_dir(nxt_line, new_fname) | ^ rttout.c:162:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | void prt_str(s, indent) | ^ rttout.c:174:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | static void tok_line(t, indent) | ^ rttout.c:214:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 214 | static void prt_tok(t, indent) | ^ rttout.c:249:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 249 | static void untend(indent) | ^ rttout.c:270:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | static void tnd_var(sym, strct_ptr, access, indent) | ^ rttout.c:321:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 321 | static void prt_var(n, indent) | ^ rttout.c:433:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 433 | static int does_call(expr) | ^ rttout.c:484:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 484 | static void prt_runerr(t, num, val, indent) | ^ rttout.c:519:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 519 | char *typ_name(typcd, tok) | ^ rttout.c:539:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 539 | static void typ_asrt(typcd, desc, tok, indent) | ^ rttout.c:595:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 595 | static int retval_dcltor(dcltor, indent) | ^ rttout.c:653:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 653 | static void cnv_fnc(t, typcd, src, dflt, dest, indent) | ^ rttout.c:783:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 783 | char *cnv_name(typcd, dflt, dflt_to_ptr) | ^ rttout.c:848:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 848 | static void ret_value(t, n, indent) | ^ rttout.c:1062:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1062 | static void ret_1_arg(t, args, typcd, vwrd_asgn, arg_rep, indent) | ^ rttout.c:1095:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1095 | static void chk_rsltblk(indent) | ^ rttout.c:1118:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1118 | static void failure(indent, brace) | ^ rttout.c:1154:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1154 | int c_walk(n, indent, brace) | ^ rttout.c:1833:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1833 | int call_ret(n) | ^ rttout.c:1874:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1874 | void ld_prmloc(parminfo) | ^ rttout.c:1893:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1893 | void sv_prmloc(parminfo) | ^ rttout.c:1914:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1914 | void mrg_prmloc(parminfo) | ^ rttout.c:1951:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1951 | static int typ_case(var, slct_lst, dflt, walk, maybe_var, indent) | ^ rttout.c:2210:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2210 | static void chk_conj(n) | ^ rttout.c:2272:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2272 | static int len_sel(sel, strt_prms, end_prms, indent) | ^ rttout.c:2304:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2304 | static int rt_walk(n, indent, brace) | ^ rttout.c:2723:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2723 | void spcl_dcls(op_params) | ^ rttout.c:2892:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2892 | static void spcl_start(op_params) | ^ rttout.c:2916:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2916 | static void tend_ary(n) | ^ rttout.c:3000:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3000 | static void parm_tnd(sym) | ^ rttout.c:3024:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3024 | static void parm_locs(op_params) | ^ rttout.c:3062:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3062 | static int real_def(n) | ^ rttout.c:3086:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3086 | static int only_proto(n) | ^ rttout.c:3132:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3132 | static int tdef_or_extr(n) | ^ rttout.c:3157:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3157 | void dclout(n) | ^ rttout.c:3171:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3171 | void fncout(head, prm_dcl, block) | ^ rttout.c:3226:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3226 | void defout(n) | ^ rttout.c:3269:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3269 | static void comp_def(n) | ^ rttout.c:3444:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3444 | static void interp_def(n) | ^ rttout.c:3651:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3651 | void keyconst(t) | ^ rttout.c:3761:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3761 | void keepdir(t) | ^ 43 warnings generated. cc -O2 -I/usr/X11R6/include -c rttmisc.c rttmisc.c:34:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 34 | long ttol(t) | ^ rttmisc.c:65:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | struct token *chk_exct(tok) | ^ rttmisc.c:80:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | int icn_typ(typ) | ^ 3 warnings generated. cc -O2 -I/usr/X11R6/include -c rttdb.c rttdb.c:60:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | void loaddb(dbname) | ^ rttdb.c:155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | static void max_pre(tbl, pre) | ^ rttdb.c:186:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 186 | struct srcfile *src_lkup(srcname) | ^ rttdb.c:219:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | void add_dpnd(sfile, c_name) | ^ rttdb.c:234:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 234 | void clr_dpnd(srcname) | ^ rttdb.c:243:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | void dumpdb(dbname) | ^ rttdb.c:314:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | static void prt_impls(db, sect, tbl, num, sort_ary, cmp) | ^ rttdb.c:474:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | static void put_inlin(db, il) | ^ rttdb.c:830:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 830 | static int put_case(db, il) | ^ rttdb.c:859:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 859 | static void put_typcd(db, typcd) | ^ rttdb.c:916:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 916 | static void put_ilc(db, ilc) | ^ rttdb.c:992:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 992 | static void put_var(db, code, ilc) | ^ rttdb.c:1010:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1010 | static void ret_flag(db, flag, may_fthru) | ^ rttdb.c:1043:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1043 | static void put_ret(db, ilc) | ^ rttdb.c:1066:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1066 | static int name_cmp(p1, p2) | ^ rttdb.c:1082:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1082 | static int op_cmp(p1, p2) | ^ rttdb.c:1103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | static void prt_dpnd(db) | ^ rttdb.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1151 | static int src_cmp(p1, p2) | ^ rttdb.c:1166:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1166 | static int prt_c_fl(db, clst, line_left) | ^ rttdb.c:1195:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1195 | void full_lst(fname) | ^ rttdb.c:1224:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1224 | void impl_fnc(name) | ^ rttdb.c:1239:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1239 | void impl_key(name) | ^ rttdb.c:1254:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1254 | static int set_impl(name, tbl, num_impl, pre) | ^ rttdb.c:1315:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1315 | static void set_prms(ptr) | ^ rttdb.c:1350:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1350 | void impl_op(op_sym, name) | ^ rttdb.c:1430:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1430 | void set_r_seq(min, max, resume) | ^ 26 warnings generated. cc -O2 -I/usr/X11R6/include -c rttinlin.c rttinlin.c:57:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | void in_line(n) | ^ rttinlin.c:132:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 132 | static struct il_code *il_walk(n) | ^ rttinlin.c:696:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 696 | static struct il_code *il_var(n) | ^ rttinlin.c:722:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 722 | static struct il_code *abstrcomp(n, indx_stor, chng_stor, escapes) | ^ rttinlin.c:880:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 880 | static void abstrsnty(t, typcd, indx_stor, chng_stor) | ^ rttinlin.c:911:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 911 | static int body_anlz(n, does_break, may_mod, const_cast, all) | ^ rttinlin.c:1303:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1303 | static void lcl_tend(n) | ^ rttinlin.c:1362:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1362 | static void chkrettyp(n) | ^ rttinlin.c:1381:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1381 | static struct il_code *body_fnc(n) | ^ rttinlin.c:1802:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1802 | static int strct_typ(typ, is_reg) | ^ rttinlin.c:1841:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1841 | static int is_addr(dcltor, modifier) | ^ rttinlin.c:1887:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1887 | static void chng_ploc(typcd, src) | ^ rttinlin.c:1918:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1918 | static void cnt_bufs(cnv_typ) | ^ rttinlin.c:1937:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1937 | static int mrg_abstr(sum, typ) | ^ 14 warnings generated. cc -O2 -I/usr/X11R6/include -c rttilc.c rttilc.c:54:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 54 | struct il_c *inlin_c(n, may_mod) | ^ rttilc.c:68:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 68 | struct il_c *simpl_dcl(tqual, addr_of, sym) | ^ rttilc.c:92:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 92 | struct il_c *parm_dcl(addr_of, sym) | ^ rttilc.c:125:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 125 | static void add_ptr(dcltor) | ^ rttilc.c:187:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 187 | struct il_c *bdy_prm(addr_of, just_desc, sym, may_mod) | ^ rttilc.c:206:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | struct il_c *ilc_dcl(tqual, dcltor, init) | ^ rttilc.c:243:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | static void ilc_chnl(t) | ^ rttilc.c:261:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | static void ilc_tok(t) | ^ rttilc.c:297:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 297 | static void ilc_str(s) | ^ rttilc.c:348:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 348 | static void new_ilc(il_c_type) | ^ rttilc.c:359:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 359 | static void alloc_ilc(il_c_type) | ^ rttilc.c:378:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 378 | static struct il_c *sep_ilc(s1, n, s2) | ^ rttilc.c:406:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 406 | static void ilc_var(sym, just_desc, may_mod) | ^ rttilc.c:496:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 496 | static void ilc_walk(n, may_mod, const_cast) | ^ rttilc.c:1075:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1075 | static void ilc_cnv(cnv_typ, src, dflt, dest) | ^ rttilc.c:1141:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1141 | static void ilc_ret(t, ilc_typ, n) | ^ rttilc.c:1270:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1270 | static void ilc_goto(lbl) | ^ rttilc.c:1284:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1284 | static void ilc_cgoto(neg, cond, lbl) | ^ rttilc.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1304 | static void ilc_lbl(lbl) | ^ rttilc.c:1320:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1320 | void chkabsret(tok, ret_typ) | ^ rttilc.c:1351:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1351 | void just_type(typ, indent, ilc) | ^ 21 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/pout.c ../preproc/pout.c:10:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | void output(out_file) | ^ 1 warning generated. cc -c -O2 -I/usr/X11R6/include ../preproc/pchars.c cc -c -O2 -I/usr/X11R6/include ../preproc/perr.c ../preproc/perr.c:28:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | void errt1(t, s) | ^ ../preproc/perr.c:38:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 38 | void errfl1(f, l, s) | ^ ../preproc/perr.c:52:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 52 | void err1(s) | ^ ../preproc/perr.c:64:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 64 | void errt2(t, s1, s2) | ^ ../preproc/perr.c:75:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | void errfl2(f, l, s1, s2) | ^ ../preproc/perr.c:90:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 90 | void err2(s1, s2) | ^ ../preproc/perr.c:103:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | void errt3(t, s1, s2, s3) | ^ ../preproc/perr.c:115:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | void errfl3(f, l, s1, s2, s3) | ^ ../preproc/perr.c:133:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | void addrmlst(fname, f) | ^ 9 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/pmem.c ../preproc/pmem.c:15:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 15 | struct macro *new_macro(mname, category, multi_line, prmlst, body) | ^ ../preproc/pmem.c:39:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 39 | struct token *new_token(id, image, fname, line) | ^ ../preproc/pmem.c:59:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 59 | struct token *copy_t(t) | ^ ../preproc/pmem.c:75:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | struct tok_lst *new_t_lst(tok) | ^ ../preproc/pmem.c:89:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 89 | struct id_lst *new_id_lst(id) | ^ ../preproc/pmem.c:104:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | struct char_src *new_cs(fname, f, bufsize) | ^ ../preproc/pmem.c:128:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 128 | struct mac_expand *new_me(m, args, exp_args) | ^ ../preproc/pmem.c:148:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | struct paste_lsts *new_plsts(trigger, tlst, plst) | ^ ../preproc/pmem.c:178:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 178 | void push_src(flag, ref) | ^ ../preproc/pmem.c:199:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 199 | void free_t(t) | ^ ../preproc/pmem.c:209:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 209 | void free_t_lst(tlst) | ^ ../preproc/pmem.c:222:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 222 | void free_id_lst(ilst) | ^ ../preproc/pmem.c:235:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 235 | void free_m(m) | ^ ../preproc/pmem.c:248:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 248 | void free_m_lst(m) | ^ ../preproc/pmem.c:261:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | void free_plsts(plsts) | ^ ../preproc/pmem.c:270:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | void rel_sbuf(sbuf) | ^ 16 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/bldtok.c ../preproc/bldtok.c:86:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | static int pp_tok_id(s) | ^ ../preproc/bldtok.c:115:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | static struct token *chck_wh_sp(cs) | ^ ../preproc/bldtok.c:263:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 263 | static struct token *char_str(delim, tok_id) | ^ ../preproc/bldtok.c:294:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | static struct token *hdr_tok(delim, tok_id, cs) | ^ 4 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/macro.c ../preproc/macro.c:45:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 45 | static struct macro **m_find(mname) | ^ ../preproc/macro.c:60:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | static int eq_id_lst(lst1, lst2) | ^ ../preproc/macro.c:77:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 77 | static int eq_tok_lst(lst1, lst2) | ^ ../preproc/macro.c:182:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 182 | void m_install(mname, category, multi_line, prmlst, body) | ^ ../preproc/macro.c:232:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 232 | void m_delete(mname) | ^ ../preproc/macro.c:266:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | struct macro *m_lookup(id) | ^ ../preproc/macro.c:289:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 289 | static int parm_indx(id, m) | ^ ../preproc/macro.c:305:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 305 | static void cpy_str(ldelim, image, rdelim, sbuf) | ^ ../preproc/macro.c:329:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 329 | static struct token *stringize(trigger, me) | ^ ../preproc/macro.c:396:27: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | static struct paste_lsts *paste_parse(t, me) | ^ ../preproc/macro.c:457:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 457 | static int *cpy_image(t, s) | ^ 11 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/preproc.c ../preproc/preproc.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 22 | static void start_select(t) | ^ ../preproc/preproc.c:136:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 136 | static void end_select(t) | ^ ../preproc/preproc.c:193:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 193 | static void incl_file(t) | ^ ../preproc/preproc.c:292:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | static void define(t) | ^ ../preproc/preproc.c:419:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 419 | static int expand(t, m) | ^ ../preproc/preproc.c:588:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 588 | static void toks_to_str(sbuf, t) | ^ 6 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/evaluate.c ../preproc/evaluate.c:37:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 37 | static long primary(tp, trigger) | ^ ../preproc/evaluate.c:253:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 253 | static long unary(tp, trigger) | ^ ../preproc/evaluate.c:281:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 281 | static long multiplicative(tp, trigger) | ^ ../preproc/evaluate.c:314:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | static long additive(tp, trigger) | ^ ../preproc/evaluate.c:340:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 340 | static long shift(tp, trigger) | ^ ../preproc/evaluate.c:368:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 368 | static long relation(tp, trigger) | ^ ../preproc/evaluate.c:404:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 404 | static long equality(tp, trigger) | ^ ../preproc/evaluate.c:429:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 429 | static long and(tp, trigger) | ^ ../preproc/evaluate.c:448:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 448 | static long excl_or(tp, trigger) | ^ ../preproc/evaluate.c:467:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 467 | static long incl_or(tp, trigger) | ^ ../preproc/evaluate.c:486:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | static long log_and(tp, trigger) | ^ ../preproc/evaluate.c:505:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | static long log_or(tp, trigger) | ^ ../preproc/evaluate.c:524:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 524 | long conditional(tp, trigger) | ^ ../preproc/evaluate.c:549:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 549 | int eval(trigger) | ^ 14 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/files.c ../preproc/files.c:18:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 18 | static void file_src(fname, f) | ^ ../preproc/files.c:34:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 34 | void source(fname) | ^ ../preproc/files.c:51:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 51 | void include(trigger, fname, system) | ^ ../preproc/files.c:131:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | void init_files(opt_lst, opt_args) | ^ 4 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/gettok.c ../preproc/gettok.c:139:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | void nxt_non_wh(tp) | ^ ../preproc/gettok.c:161:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | void advance_tok(tp) | ^ ../preproc/gettok.c:180:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | void merge_whsp(whsp, next_t, t_src) | ^ 3 warnings generated. cc -c -O2 -I/usr/X11R6/include ../preproc/pinit.c ../preproc/pinit.c:21:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | void init_preproc(fname, opt_lst, opt_args) | ^ ../preproc/pinit.c:43:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 43 | static void mac_opts(opt_lst, opt_args) | ^ ../preproc/pinit.c:74:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 74 | void str_src(src_name, s, len) | ^ ../preproc/pinit.c:107:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | static void do_directive(s) | ^ ../preproc/pinit.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | static void undef_opt(s, len) | ^ ../preproc/pinit.c:147:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | static void define_opt(s, len, dflt) | ^ 6 warnings generated. cc -o rtt rttparse.o rttmain.o rttlex.o rttsym.o rttnode.o rttout.o rttmisc.o rttdb.o rttinlin.o rttilc.o pout.o pchars.o perr.o pmem.o bldtok.o macro.o preproc.o evaluate.o files.o gettok.o pinit.o ../common/getopt.o ../common/time.o ../common/filepart.o ../common/identify.o ../common/strtbl.o ../common/alloc.o ../common/rtdb.o ../common/munix.o ../common/literals.o ld: warning: rttmain.c(rttmain.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: munix.c(../common/munix.o:(relfile)): warning: strcat() is almost always misused, please use strlcat() ld: warning: rtdb.c(../common/rtdb.o:(db_open)): warning: sprintf() is often misused, please use snprintf() cd src/icont; /usr/bin/make cc -O2 -I/usr/X11R6/include -c tunix.c cc -O2 -I/usr/X11R6/include -c tglobals.c cc -O2 -I/usr/X11R6/include -c util.c util.c:33:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 33 | pointer tcalloc(m, n) | ^ util.c:47:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 47 | pointer trealloc(table, tblfree, size, unit_size, min_units, tbl_name) | ^ util.c:86:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | unsigned int round2(n) | ^ 3 warnings generated. cc -O2 -I/usr/X11R6/include -c trans.c trans.c:29:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 29 | int trans(ifiles, tgtdir) | ^ trans.c:61:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 61 | static void trans1(filename, tgtdir) | ^ trans.c:120:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 120 | void writecheck(rc) | ^ 3 warnings generated. cc -O2 -I/usr/X11R6/include -c tcode.c tcode.c:73:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | void codegen(t) | ^ tcode.c:85:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | static int traverse(t) | ^ tcode.c:661:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 661 | static void binop(op) | ^ tcode.c:861:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 861 | static void unopa(op,t) | ^ tcode.c:913:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 913 | static void unopb(op) | ^ tcode.c:998:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 998 | static void setloc(n) | ^ tcode.c:1005:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1005 | static void emitfile(n) | ^ tcode.c:1017:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1017 | static void emitline(n) | ^ tcode.c:1039:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1039 | static void emitlab(l) | ^ tcode.c:1045:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1045 | static void emit(s) | ^ tcode.c:1051:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1051 | static void emitl(s, a) | ^ tcode.c:1058:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1058 | static void emitn(s, a) | ^ tcode.c:1065:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1065 | static void emits(s, a) | ^ tcode.c:1076:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1076 | static int alclab(n) | ^ 14 warnings generated. cc -O2 -I/usr/X11R6/include -c tlex.c In file included from tlex.c:14: ./../common/lextab.h:171:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 171 | int getopr(ac, cc) | ^ In file included from tlex.c:15: ./../common/yylex.h:194:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | static struct toktab *getident(ac, cc) | ^ ./../common/yylex.h:261:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | static int bufcmp(s) | ^ ./../common/yylex.h:266:16: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] 266 | while (s != '\0' && s1 < lex_sbuf.endimage && *s == *s1) { | ^~~~ | (void *)0 ./../common/yylex.h:284:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 284 | static struct toktab *getnum(ac, cc) | ^ ./../common/yylex.h:371:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 371 | static struct toktab *getstring(ac, cc) | ^ ./../common/yylex.h:458:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 458 | static int octesc(ac) | ^ ./../common/yylex.h:536:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 536 | static int setfilenm(c) | ^ In file included from tlex.c:16: ./../common/error.h:21:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | void yyerror(tok, lval, state) | ^ ./../common/error.h:52:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 52 | static char *mapterm(typ,val) | ^ ./../common/error.h:77:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 77 | void tfatal(s1, s2) | ^ ./../common/error.h:95:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | void nfatal(n, s1, s2) | ^ ./../common/error.h:115:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | void tsyserr(s) | ^ ./../common/error.h:131:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | void quit(msg) | ^ ./../common/error.h:140:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 140 | void quitf(msg,arg) | ^ 15 warnings generated. cc -O2 -I/usr/X11R6/include -c lnklist.c lnklist.c:21:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | void addinvk(name, n) | ^ lnklist.c:50:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | static struct lfile *alclfile(name) | ^ lnklist.c:67:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | void addlfile(name) | ^ 3 warnings generated. cc -O2 -I/usr/X11R6/include -c tparse.c tgram.g:448:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 448 | static void xfree(p) | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -c tsym.c tsym.c:87:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | void install(name, flag, argcnt) | ^ tsym.c:139:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | int putloc(id,id_type) | ^ tsym.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | static void putglob(id, id_type, n_args) | ^ tsym.c:174:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | int putlit(id, idtype, len) | ^ tsym.c:193:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 193 | static struct tlentry *llookup(id) | ^ tsym.c:208:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | static struct tgentry *glookup(id) | ^ tsym.c:224:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | static struct tcentry *clookup(id,flag) | ^ tsym.c:241:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 241 | int klookup(id) | ^ tsym.c:257:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 257 | static struct tlentry *alcloc(blink, name, flag) | ^ tsym.c:285:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 285 | static struct tgentry *alcglob(blink, name, flag, nargs) | ^ tsym.c:314:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | static struct tcentry *alclit(blink, name, len, flag) | ^ tsym.c:342:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 342 | void lout(fd) | ^ tsym.c:355:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | void constout(fd) | ^ tsym.c:382:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 382 | void rout(fd,name) | ^ tsym.c:403:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 403 | void gout(fd) | ^ 15 warnings generated. cc -O2 -I/usr/X11R6/include -c tmem.c cc -O2 -I/usr/X11R6/include -c tree.c tree.c:17:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 17 | nodeptr tree1(type) | ^ tree.c:27:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 27 | nodeptr tree2(type, loc_model) | ^ tree.c:41:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 41 | nodeptr tree3(type, loc_model, c) | ^ tree.c:57:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | nodeptr tree4(type, loc_model, c, d) | ^ tree.c:74:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 74 | nodeptr tree5(type, loc_model, c, d, e) | ^ tree.c:92:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 92 | nodeptr tree6(type, loc_model, c, d, e, f) | ^ tree.c:111:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | nodeptr buildarray(a,lb,e,rb) | ^ tree.c:126:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 126 | nodeptr int_leaf(type, loc_model, c) | ^ tree.c:142:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | nodeptr c_str_leaf(type, loc_model, c) | ^ tree.c:158:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | nodeptr i_str_leaf(type, loc_model, c, d) | ^ 10 warnings generated. cc -O2 -I/usr/X11R6/include -o newhdr newhdr.c cc -O2 -I/usr/X11R6/include -o ixhdr.hdr ixhdr.c ../common/alloc.o ../common/munix.o ld: warning: munix.c(../common/munix.o:(relfile)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: munix.c(../common/munix.o:(relfile)): warning: strcat() is almost always misused, please use strlcat() strip ixhdr.hdr ./newhdr -o hdr.h ixhdr.hdr cc -O2 -I/usr/X11R6/include -c link.c link.c:34:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 34 | int ilink(ifiles,outname) | ^ link.c:167:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 167 | void lwarn(s1, s2, s3) | ^ link.c:181:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 181 | void lfatal(s1, s2) | ^ link.c:195:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 195 | static void setexe(fname) | ^ 4 warnings generated. cc -O2 -I/usr/X11R6/include -c lglob.c lglob.c:285:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 285 | static void scanfile(filename) | ^ lglob.c:346:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 346 | static void reference(gp) | ^ 2 warnings generated. cc -O2 -I/usr/X11R6/include -c lcode.c lcode.c:427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | static void lemit(op, name) | ^ lcode.c:434:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 434 | static void lemitl(op, lab, name) | ^ lcode.c:452:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 452 | static void lemitn(op, n, name) | ^ lcode.c:463:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 463 | static void lemitr(op, loc, name) | ^ lcode.c:474:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | static void lemitin(op, offset, n, name) | ^ lcode.c:492:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 492 | static void lemitint(op, i, name) | ^ lcode.c:502:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 502 | static void lemitcon(k) | ^ lcode.c:558:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 558 | static void lemitproc(name, nargs, ndyn, nstat, fstat) | ^ lcode.c:854:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 854 | static void intout(oint) | ^ lcode.c:877:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 877 | static void wordout(oword) | ^ lcode.c:899:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 899 | static void outblock(addr,count) | ^ lcode.c:934:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 934 | static void backpatch(lab) | ^ 12 warnings generated. cc -O2 -I/usr/X11R6/include -c llex.c llex.c:18:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 18 | int getopc(id) | ^ llex.c:162:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | long getint(j,wp) | ^ llex.c:182:42: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 182 | if (result <= MinLong || result >= MaxLong) { | ~~ ^~~~~~~ ./../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ llex.c:200:45: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 200 | if (result <= MinLong || result >= MaxLong) { | ~~ ^~~~~~~ ./../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ llex.c:290:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 290 | word getstrlit(l) | ^ 5 warnings generated. cc -O2 -I/usr/X11R6/include -c lmem.c lmem.c:103:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | void alsolink(name) | ^ lmem.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | struct lfile *getlfile(lptr) | ^ lmem.c:152:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 152 | static struct lfile *alclfile(name) | ^ 3 warnings generated. cc -O2 -I/usr/X11R6/include -c lsym.c lsym.c:34:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 34 | word instid(s) | ^ lsym.c:67:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | word putident(len, install) | ^ lsym.c:121:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 121 | int lexeql(l, s1, s2) | ^ lsym.c:135:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 135 | static struct ientry *alcident(nam, len) | ^ lsym.c:163:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | void putlocal(n, id, flags, imperror, procname) | ^ lsym.c:221:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 221 | struct gentry *putglobal(id, flags, nargs, procid) | ^ lsym.c:244:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 244 | void putconst(n, flags, len, pc, valp) | ^ lsym.c:292:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | void putfield(fname, gp, fnum) | ^ lsym.c:330:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 330 | struct gentry *glocate(id) | ^ lsym.c:344:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 344 | struct fentry *flocate(id) | ^ lsym.c:358:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 358 | static struct gentry *alcglobal(blink, name, flag, nargs, procid) | ^ lsym.c:389:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 389 | static struct fentry *alcfhead(blink, name, fid, rlist) | ^ lsym.c:414:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 414 | static struct rentry *alcfrec(link, gp, fnum) | ^ lsym.c:433:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 433 | int blocate(s_indx) | ^ 14 warnings generated. cc -O2 -I/usr/X11R6/include -c opcode.c cc -O2 -I/usr/X11R6/include -o icont tunix.o tglobals.o util.o trans.o tcode.o tlex.o lnklist.o tparse.o tsym.o tmem.o tree.o link.o lglob.o lcode.o llex.o lmem.o lsym.o opcode.o ../common/long.o ../common/getopt.o ../common/alloc.o ../common/filepart.o ../common/strtbl.o ../common/ipp.o ../common/munix.o ld: warning: tunix.c(tunix.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: tunix.c(tunix.o:(main)): warning: strcat() is almost always misused, please use strlcat() ld: warning: tunix.c(tunix.o:(txrun)): warning: rand() may return deterministic values, is that what you want? ld: warning: tunix.c(tunix.o:(txrun)): warning: sprintf() is often misused, please use snprintf() cp icont ../../bin strip ../../bin/icont (cd ../../bin; rm -f icon icon.exe; ln -s icont icon) cd src/runtime; /usr/bin/make ../rtt/rtt -x cnv.r && cc -o cnv.o -c -O2 -I/usr/X11R6/include xcnv.c && rm xcnv.c cnv.r:32:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 32 | int cnv_c_dbl(s, d) | ^ cnv.r:87:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | int cnv_c_int(s, d) | ^ cnv.r:106:20: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 106 | if (dbl > MaxLong || dbl < MinLong) { | ~ ^~~~~~~ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cnv.r:134:20: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 134 | if (dbl > MaxLong || dbl < MinLong) { | ~ ^~~~~~~ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cnv.r:148:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | int cnv_c_str(s, d) | ^ cnv.r:191:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 191 | int cnv_cset(s, d) | ^ cnv.r:225:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 225 | int cnv_ec_int(s, d) | ^ cnv.r:268:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 268 | int cnv_eint(s, d) | ^ cnv.r:311:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 311 | int cnv_int(s, d) | ^ cnv.r:326:20: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 326 | if (dbl > MaxLong || dbl < MinLong) { | ~ ^~~~~~~ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cnv.r:362:20: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 362 | if (dbl > MaxLong || dbl < MinLong) { | ~ ^~~~~~~ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cnv.r:379:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 379 | int cnv_real(s, d) | ^ cnv.r:396:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | int cnv_str(s, d) | ^ cnv.r:436:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | int cnv_tcset(cbuf, s, d) | ^ cnv.r:470:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 470 | int cnv_tstr(sbuf, s, d) | ^ cnv.r:490:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 490 | void deref(s, d) | ^ cnv.r:556:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 556 | double getdbl(dp) | ^ cnv.r:567:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 567 | static int tmp_str(sbuf, s, d) | ^ cnv.r:604:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 604 | int dp_pnmcmp(pne, dp) | ^ cnv.r:617:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 617 | struct b_proc *bi_strprc(s, arity) | ^ cnv.r:653:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 653 | struct b_proc *strprc(s, arity) | ^ cnv.r:682:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 682 | static void itos(num, dp, s) | ^ cnv.r:727:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 727 | static int ston(sp, result) | ^ cnv.r:855:66: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 855 | if (!realflag && !scale && mantissa >= MinLong && mantissa <= MaxLong) { | ~~ ^~~~~~~ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cnv.r:925:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 925 | word cvpos(pos, len) | ^ cnv.r:956:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 956 | void rtos(n, dp, s) | ^ cnv.r:986:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 986 | static void cstos(cs, dp, s) | ^ 27 warnings generated. ../rtt/rtt -x data.r && cc -o data.o -c -O2 -I/usr/X11R6/include xdata.c && rm xdata.c ../rtt/rtt -x def.r && cc -o def.o -c -O2 -I/usr/X11R6/include xdef.c && rm xdef.c def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_c_dbl(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_c_int(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_c_str(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_cset(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_ec_int(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_eint(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_int(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_real(s, df, d) | ^ def.r:9:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | int def_str(s, df, d) | ^ def.r:141:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | int def_tcset(cbuf, s, df, d) | ^ def.r:159:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | int def_tstr(sbuf, s, df, d) | ^ 11 warnings generated. ../rtt/rtt -x errmsg.r && cc -o errmsg.o -c -O2 -I/usr/X11R6/include xerrmsg.c && rm xerrmsg.c errmsg.r:11:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | void err_msg(n, v) | ^ errmsg.r:83:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 83 | void irunerr(n, v) | ^ errmsg.r:98:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 98 | void drunerr(n, v) | ^ 3 warnings generated. ../rtt/rtt -x fconv.r && cc -o fconv.o -c -O2 -I/usr/X11R6/include xfconv.c && rm xfconv.c xfconv.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zabs(r_args) | ^ fconv.r:71:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 71 | int Zcset(r_args) | ^ fconv.r:94:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | int Zinteger(r_args) | ^ fconv.r:94:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | int Zreal(r_args) | ^ fconv.r:94:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | int Zstring(r_args) | ^ fconv.r:94:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | int Znumeric(r_args) | ^ fconv.r:135:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 135 | int Zproc(r_args) | ^ 7 warnings generated. ../rtt/rtt -x fload.r && cc -o fload.o -c -O2 -I/usr/X11R6/include xfload.c && rm xfload.c fload.r:30:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 30 | int Zloadfunc(r_args) | ^ fload.r:94:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | int makefunc(d, name, func) | ^ fload.r:141:20: 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] 141 | status = (*func)(argc, dargv); | ^ fload.r:127:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | int glue(argc, dargv) | ^ fload.r:25:5: 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] 25 | int glue(); | ^ 5 warnings generated. ../rtt/rtt -x fmath.r && cc -o fmath.o -c -O2 -I/usr/X11R6/include xfmath.c && rm xfmath.c xfmath.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zsin(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zcos(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Ztan(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zacos(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zasin(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zexp(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zsqrt(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zdtor(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zrtod(r_args) | ^ fmath.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Zatan(r_args) | ^ fmath.r:82:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 82 | int Zlog(r_args) | ^ 11 warnings generated. ../rtt/rtt -x fmisc.r && cc -o fmisc.o -c -O2 -I/usr/X11R6/include xfmisc.c && rm xfmisc.c xfmisc.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zargs(r_args) | ^ fmisc.r:30:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 30 | int Zchar(r_args) | ^ fmisc.r:49:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 49 | int Zcollect(r_args) | ^ fmisc.r:95:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | int Zcopy(r_args) | ^ fmisc.r:232:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 232 | int Zdisplay(r_args) | ^ fmisc.r:288:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 288 | int Zerrorclear(r_args) | ^ fmisc.r:304:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | int Zfunction(r_args) | ^ fmisc.r:322:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 322 | int Ziand(r_args) | ^ fmisc.r:351:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | int Zior(r_args) | ^ fmisc.r:351:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | int Zixor(r_args) | ^ fmisc.r:351:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | int Zicom(r_args) | ^ fmisc.r:409:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 409 | int Zimage(r_args) | ^ fmisc.r:426:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 426 | int Zishift(r_args) | ^ fmisc.r:467:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 467 | int Zord(r_args) | ^ fmisc.r:483:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 483 | int Zname(r_args) | ^ fmisc.r:509:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 509 | int Zrunerr(r_nargs, r_args) | ^ fmisc.r:526:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 526 | int Zseq(r_args) | ^ fmisc.r:582:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 582 | int Zserial(r_args) | ^ fmisc.r:627:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 627 | int Zsort(r_args) | ^ fmisc.r:894:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 894 | int trefcmp(d1, d2) | ^ fmisc.r:904:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 904 | int tvalcmp(d1, d2) | ^ fmisc.r:918:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 918 | int trcmp3(dp1, dp2) | ^ fmisc.r:927:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 927 | int tvcmp4(dp1, dp2) | ^ fmisc.r:936:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 936 | int Zsortf(r_args) | ^ fmisc.r:1069:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1069 | int nthcmp(d1, d2) | ^ fmisc.r:1104:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1104 | static dptr nth(d) | ^ fmisc.r:1152:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1152 | int Ztype(r_args) | ^ fmisc.r:1192:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1192 | int Zvariable(r_args) | ^ 28 warnings generated. ../rtt/rtt -x fscan.r && cc -o fscan.o -c -O2 -I/usr/X11R6/include xfscan.c && rm xfscan.c xfscan.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zmove(r_args) | ^ fscan.r:66:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 66 | int Zpos(r_args) | ^ fscan.r:91:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 91 | int Ztab(r_args) | ^ 3 warnings generated. ../rtt/rtt -x fstr.r && cc -o fstr.o -c -O2 -I/usr/X11R6/include xfstr.c && rm xfstr.c xfstr.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zcenter(r_args) | ^ fstr.r:127:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | int Zdetab(r_nargs, r_args) | ^ fstr.r:230:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 230 | int Zentab(r_nargs, r_args) | ^ fstr.r:354:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 354 | void nxttab(col, tablst, endlst, last, interval) | ^ fstr.r:380:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 380 | int Zleft(r_args) | ^ fstr.r:431:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 431 | int Zmap(r_args) | ^ fstr.r:514:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 514 | int Zrepl(r_args) | ^ fstr.r:583:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 583 | int Zreverse(r_args) | ^ fstr.r:622:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 622 | int Zright(r_args) | ^ fstr.r:669:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 669 | int Ztrim(r_args) | ^ 10 warnings generated. ../rtt/rtt -x fstranl.r && cc -o fstranl.o -c -O2 -I/usr/X11R6/include xfstranl.c && rm xfstranl.c xfstranl.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zany(r_args) | ^ fstranl.r:87:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | int Zbal(r_args) | ^ fstranl.r:129:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 129 | int Zfind(r_args) | ^ fstranl.r:174:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | int Zmany(r_args) | ^ fstranl.r:206:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | int Zmatch(r_args) | ^ fstranl.r:239:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 239 | int Zupto(r_args) | ^ 6 warnings generated. ../rtt/rtt -x fstruct.r && cc -o fstruct.o -c -O2 -I/usr/X11R6/include xfstruct.c && rm xfstruct.c xfstruct.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zdelete(r_args) | ^ fstruct.r:67:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | int c_get(hp, res) | ^ fstruct.r:113:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 113 | int Zget(r_args) | ^ fstruct.r:137:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 137 | int Zpop(r_args) | ^ fstruct.r:137:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 137 | int Zkey(r_args) | ^ fstruct.r:168:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 168 | int Zinsert(r_args) | ^ fstruct.r:270:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 270 | int Zlist(r_args) | ^ fstruct.r:322:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 322 | int Zmember(r_args) | ^ fstruct.r:365:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 365 | int Zpull(r_args) | ^ fstruct.r:414:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 414 | void c_push(l, val) | ^ fstruct.r:479:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 479 | int Zpush(r_nargs, r_args) | ^ fstruct.r:578:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 578 | void c_put(l, val) | ^ fstruct.r:644:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 644 | int Zput(r_nargs, r_args) | ^ fstruct.r:743:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 743 | int Zset(r_args) | ^ fstruct.r:826:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 826 | int Ztable(r_args) | ^ 15 warnings generated. ../rtt/rtt -x fsys.r && cc -o fsys.o -c -O2 -I/usr/X11R6/include xfsys.c && rm xfsys.c xfsys.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Zclose(r_args) | ^ fsys.r:78:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | int Zexit(r_args) | ^ fsys.r:91:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 91 | int Zgetenv(r_args) | ^ fsys.r:119:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | int Zopen(r_nargs, r_args) | ^ fsys.r:153:17: 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 previous declaration [-Wdeprecated-non-prototype] 153 | extern FILE *fopen(); | ^ fsys.r:351:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | int Zread(r_args) | ^ fsys.r:446:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 446 | int Zreads(r_args) | ^ fsys.r:552:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 552 | int Zremove(r_args) | ^ fsys.r:572:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 572 | int Zrename(r_args) | ^ fsys.r:596:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 596 | int Zseek(r_args) | ^ fsys.r:649:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 649 | int Zsystem(r_args) | ^ fsys.r:683:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 683 | int Zwhere(r_args) | ^ fsys.r:692:9: 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 previous declaration [-Wdeprecated-non-prototype] 692 | long ftell(); | ^ /usr/include/stdio.h:150:7: note: conflicting prototype is here 150 | long ftell(FILE *); | ^ fsys.r:725:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 725 | int Zstop(r_nargs, r_args) | ^ fsys.r:789:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 789 | int Zwrite(r_nargs, r_args) | ^ fsys.r:791:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | int Zwrites(r_nargs, r_args) | ^ fsys.r:791:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | int Zgetch(r_args) | ^ fsys.r:939:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 939 | int Zgetche(r_args) | ^ fsys.r:954:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 954 | int Zkbhit(r_args) | ^ fsys.r:969:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 969 | int Zchdir(r_args) | ^ fsys.r:985:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 985 | int Zdelay(r_args) | ^ fsys.r:1006:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1006 | int Zflush(r_args) | ^ 22 warnings generated. ../rtt/rtt -x fwindow.r && cc -o fwindow.o -c -O2 -I/usr/X11R6/include xfwindow.c && rm xfwindow.c fwindow.r:33:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 33 | int ZActive(r_args) | ^ fwindow.r:51:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 51 | int ZAlert(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZBg(r_nargs, r_args) | ^ fwindow.r:112:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 112 | int ZClip(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZClone(r_nargs, r_args) | ^ fwindow.r:200:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 200 | int ZColor(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:186:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 186 | int ZColorValue(r_nargs, r_args) | ^ fwindow.r:308:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 308 | int ZCopyArea(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZCouple(r_args) | ^ fwindow.r:410:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 410 | int ZDrawArc(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawCircle(r_nargs, r_args) | ^ fwindow.r:514:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 514 | int ZDrawCurve(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawImage(r_nargs, r_args) | ^ fwindow.r:709:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 709 | int ZDrawLine(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawPoint(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawPolygon(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawRectangle(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawSegment(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZDrawString(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZEraseArea(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZEvent(r_nargs, r_args) | ^ fwindow.r:998:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 998 | int ZFg(r_nargs, r_args) | ^ fwindow.r:1038:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1038 | int ZFillArc(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZFillCircle(r_nargs, r_args) | ^ fwindow.r:1136:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1136 | int ZFillPolygon(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZFillRectangle(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZFont(r_nargs, r_args) | ^ fwindow.r:1243:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1243 | int ZFreeColor(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:186:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 186 | int ZGotoRC(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZGotoXY(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZLower(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZNewColor(r_nargs, r_args) | ^ fwindow.r:1391:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1391 | int ZPaletteChars(r_nargs, r_args) | ^ fwindow.r:1428:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1428 | int ZPaletteColor(r_nargs, r_args) | ^ fwindow.r:1470:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1470 | int ZPaletteKey(r_nargs, r_args) | ^ fwindow.r:1519:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1519 | int ZPattern(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZPending(r_nargs, r_args) | ^ fwindow.r:1581:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1581 | int ZPixel(r_nargs, r_args) | ^ fwindow.r:1666:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1666 | int ZQueryPointer(r_args) | ^ fwindow.r:1694:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1694 | int ZRaise(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZReadImage(r_nargs, r_args) | ^ fwindow.r:1785:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1785 | int ZWSync(r_args) | ^ fwindow.r:1810:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1810 | int ZTextWidth(r_nargs, r_args) | ^ fwindow.r:1833:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1833 | int ZUncouple(r_args) | ^ fwindow.r:1851:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1851 | int ZWAttrib(r_nargs, r_args) | ^ fwindow.r:2006:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2006 | int ZWDefault(r_nargs, r_args) | ^ fwindow.r:2031:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2031 | int ZWFlush(r_nargs, r_args) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:185:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 185 | int ZWriteImage(r_nargs, r_args) | ^ 48 warnings generated. ../rtt/rtt -x imain.r && cc -o imain.o -c -O2 -I/usr/X11R6/include ximain.c && rm ximain.c imain.r:158:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | void ixopts(argc, argv, ip) | ^ imain.r:200:15: 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 previous declaration [-Wdeprecated-non-prototype] 200 | extern int Omkrec(); | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/rproto.h:446:5: note: conflicting prototype is here 446 | int Omkrec (int nargs, Fargs); | ^ 2 warnings generated. ../rtt/rtt -x imisc.r && cc -o imisc.o -c -O2 -I/usr/X11R6/include ximisc.c && rm ximisc.c /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | int Ofield(nargs, cargp) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | int Omkrec(nargs, cargp) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | int Olimit(nargs, cargp) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | int Obscan(nargs, cargp) | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/grttin.h:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | int Oescan(nargs, cargp) | ^ 5 warnings generated. ../rtt/rtt -x init.r && cc -o init.o -c -O2 -I/usr/X11R6/include xinit.c && rm xinit.c init.r:129:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 129 | static FILE *readhdr(name, hdr) | ^ init.r:207:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | void icon_init(name, argcp, argv) | ^ init.r:215:17: 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 previous declaration [-Wdeprecated-non-prototype] 215 | word cbread, longread(); | ^ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/rproto.h:102:7: note: conflicting prototype is here 102 | word longread (char *s,int width,long len,FILE *fname); | ^ init.r:432:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 432 | static void env_err(msg, name, val) | ^ init.r:450:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 450 | void env_int(name, variable, non_neg, limit) | ^ init.r:529:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 529 | void error(s1, s2) | ^ init.r:545:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 545 | void syserr(s) | ^ init.r:566:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 566 | void c_exit(i) | ^ init.r:598:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 598 | void fatalerr(n, v) | ^ init.r:609:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 609 | int pstrnmcmp(a, b) | ^ 10 warnings generated. ../rtt/rtt -x interp.r && cc -o interp.o -c -O2 -I/usr/X11R6/include xinterp.c && rm xinterp.c interp.r:115:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 115 | int interp(fsig, cargp) | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:65:40: 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] 65 | signal = (*(optab[lastop]))(rargp); | ^ interp.r:65:40: 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] 65 | signal = (*(optab[lastop]))(rargp); | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:65:40: 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] 65 | signal = (*(optab[lastop]))(rargp); | ^ interp.r:65:40: 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] 65 | signal = (*(optab[lastop]))(rargp); | ^ interp.r:52:35: 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] 52 | if ((*(optab[lastop]))(rargp) == A_Resume) { | ^ interp.r:65:40: 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] 65 | signal = (*(optab[lastop]))(rargp); | ^ interp.r:525:36: 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] 525 | signal = (*bfunc)(nargs, rargp); | ^ interp.r:531:36: 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] 531 | signal = (*bfunc)(rargp); | ^ interp.r:544:44: 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] 544 | signal = (*(keytab[(int)opnd]))(rargp); | ^ 18 warnings generated. ../rtt/rtt -x invoke.r && cc -o invoke.o -c -O2 -I/usr/X11R6/include xinvoke.c && rm xinvoke.c invoke.r:8:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 8 | int invoke(nargs, cargp, n) | ^ 1 warning generated. ../rtt/rtt -x keyword.r && cc -o keyword.o -c -O2 -I/usr/X11R6/include xkeyword.c && rm xkeyword.c ../h/kdefs.h:71:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 71 | int Kallocated(r_args) | ^ keyword.r:29:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 29 | int Kclock(r_args) | ^ keyword.r:46:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 46 | int Kcollections(r_args) | ^ keyword.r:61:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 61 | int Kcolumn(r_args) | ^ keyword.r:69:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 69 | int Kcurrent(r_args) | ^ keyword.r:79:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 79 | int Kdate(r_args) | ^ keyword.r:99:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | int Kdateline(r_args) | ^ keyword.r:141:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | int Kdigits(r_args) | ^ keyword.r:153:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 153 | int Ke(r_args) | ^ keyword.r:162:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 162 | int Kerror(r_args) | ^ keyword.r:161:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | int Kerrornumber(r_args) | ^ keyword.r:174:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | int Kerrortext(r_args) | ^ keyword.r:186:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 186 | int Kerrorvalue(r_args) | ^ keyword.r:198:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 198 | int Kerrout(r_args) | ^ keyword.r:209:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 209 | int Kfail(r_args) | ^ keyword.r:218:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 218 | int Keventcode(r_args) | ^ keyword.r:228:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | int Keventsource(r_args) | ^ keyword.r:239:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 239 | int Keventvalue(r_args) | ^ keyword.r:250:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 250 | int Kfeatures(r_args) | ^ ../h/features.h:80:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | int Kfile(r_args) | ^ keyword.r:274:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 274 | int Khost(r_args) | ^ keyword.r:289:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 289 | int Kinput(r_args) | ^ keyword.r:300:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 300 | int Klcase(r_args) | ^ keyword.r:312:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 312 | int Kletters(r_args) | ^ keyword.r:324:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 324 | int Klevel(r_args) | ^ keyword.r:320:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 320 | int Kline(r_args) | ^ keyword.r:331:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 331 | int Kmain(r_args) | ^ keyword.r:341:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | int Knull(r_args) | ^ keyword.r:349:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 349 | int Koutput(r_args) | ^ keyword.r:360:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | int Kphi(r_args) | ^ keyword.r:369:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 369 | int Kpi(r_args) | ^ keyword.r:378:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 378 | int Kpos(r_args) | ^ keyword.r:380:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 380 | int Kprogname(r_args) | ^ keyword.r:391:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 391 | int Krandom(r_args) | ^ keyword.r:402:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 402 | int Kregions(r_args) | ^ keyword.r:428:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 428 | int Ksource(r_args) | ^ keyword.r:438:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 438 | int Kstorage(r_args) | ^ keyword.r:465:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 465 | int Ksubject(r_args) | ^ keyword.r:475:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 475 | int Ktime(r_args) | ^ keyword.r:486:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | int Ktrace(r_args) | ^ keyword.r:497:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 497 | int Kdump(r_args) | ^ keyword.r:508:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 508 | int Kucase(r_args) | ^ keyword.r:520:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 520 | int Kversion(r_args) | ^ keyword.r:513:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 513 | int Kwindow(r_args) | ^ keyword.r:527:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 527 | int Kcol(r_args) | ^ keyword.r:547:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 547 | int Krow(r_args) | ^ keyword.r:554:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 554 | int Kx(r_args) | ^ keyword.r:561:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 561 | int Ky(r_args) | ^ keyword.r:568:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 568 | int Kinterval(r_args) | ^ keyword.r:575:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 575 | int Kcontrol(r_args) | ^ keyword.r:583:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 583 | int Kshift(r_args) | ^ keyword.r:590:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 590 | int Kmeta(r_args) | ^ keyword.r:597:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 597 | int Klpress(r_args) | ^ keyword.r:649:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 649 | int Kmpress(r_args) | ^ keyword.r:653:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 653 | int Krpress(r_args) | ^ keyword.r:657:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 657 | int Klrelease(r_args) | ^ keyword.r:661:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 661 | int Kmrelease(r_args) | ^ keyword.r:665:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 665 | int Krrelease(r_args) | ^ keyword.r:669:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 669 | int Kldrag(r_args) | ^ keyword.r:673:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 673 | int Kmdrag(r_args) | ^ keyword.r:677:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 677 | int Krdrag(r_args) | ^ keyword.r:681:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 681 | int Kresize(r_args) | ^ keyword.r:685:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 685 | int Kascii(r_args) | ^ keyword.r:697:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 697 | int Kcset(r_args) | ^ 64 warnings generated. ../rtt/rtt -x lmisc.r && cc -o lmisc.o -c -O2 -I/usr/X11R6/include xlmisc.c && rm xlmisc.c lmisc.r:10:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | int Ocreate(entryp, cargp) | ^ lmisc.r:83:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 83 | int activate(val, ncp, result) | ^ 2 warnings generated. ../rtt/rtt -x oarith.r && cc -o oarith.o -c -O2 -I/usr/X11R6/include xoarith.c && rm xoarith.c oarith.r:14:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 14 | int Odivide(r_args) | ^ oarith.r:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | int Ominus(r_args) | ^ oarith.r:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | int Omod(r_args) | ^ oarith.r:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | int Omult(r_args) | ^ oarith.r:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | int Oneg(r_args) | ^ oarith.r:261:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | int Onumber(r_args) | ^ oarith.r:292:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | int Oplus(r_args) | ^ oarith.r:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | int Opowr(r_args) | ^ oarith.r:387:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 387 | int ripow(r, n, drslt) | ^ 9 warnings generated. ../rtt/rtt -x oasgn.r && cc -o oasgn.o -c -O2 -I/usr/X11R6/include xoasgn.c && rm xoasgn.c xoasgn.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Oasgn(r_args) | ^ oasgn.r:142:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | int Orasgn(r_args) | ^ oasgn.r:168:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 168 | int Orswap(r_args) | ^ oasgn.r:268:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 268 | int Oswap(r_args) | ^ oasgn.r:348:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 348 | int subs_asgn(dest, src) | ^ oasgn.r:442:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 442 | int tvtbl_asgn(dest, src) | ^ 6 warnings generated. ../rtt/rtt -x ocat.r && cc -o ocat.o -c -O2 -I/usr/X11R6/include xocat.c && rm xocat.c xocat.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Ocater(r_args) | ^ ocat.r:78:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | int Olconcat(r_args) | ^ 2 warnings generated. ../rtt/rtt -x ocomp.r && cc -o ocomp.o -c -O2 -I/usr/X11R6/include xocomp.c && rm xocomp.c xocomp.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Onumeq(r_args) | ^ ocomp.r:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int Onumge(r_args) | ^ ocomp.r:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int Onumgt(r_args) | ^ ocomp.r:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int Onumle(r_args) | ^ ocomp.r:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int Onumlt(r_args) | ^ ocomp.r:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int Onumne(r_args) | ^ ocomp.r:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int Olexeq(r_args) | ^ ocomp.r:144:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int Olexne(r_args) | ^ ocomp.r:144:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int Olexge(r_args) | ^ ocomp.r:144:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int Olexgt(r_args) | ^ ocomp.r:144:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int Olexle(r_args) | ^ ocomp.r:144:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int Olexlt(r_args) | ^ ocomp.r:144:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int Oeqv(r_args) | ^ ocomp.r:166:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 166 | int Oneqv(r_args) | ^ 14 warnings generated. ../rtt/rtt -x omisc.r && cc -o omisc.o -c -O2 -I/usr/X11R6/include xomisc.c && rm xomisc.c xomisc.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Orefresh(r_args) | ^ omisc.r:42:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 42 | int Osize(r_args) | ^ omisc.r:87:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | int Otabmat(r_args) | ^ omisc.r:146:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 146 | int Otoby(r_args) | ^ omisc.r:194:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | int Oto(r_args) | ^ omisc.r:218:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 218 | int Ollist(r_nargs, r_args) | ^ 6 warnings generated. ../rtt/rtt -x oref.r && cc -o oref.o -c -O2 -I/usr/X11R6/include xoref.c && rm xoref.c xoref.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Obang(r_args) | ^ oref.r:219:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | int Orandom(r_args) | ^ oref.r:483:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 483 | int Osect(r_args) | ^ oref.r:585:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 585 | int Osubsc(r_args) | ^ 4 warnings generated. ../rtt/rtt -x oset.r && cc -o oset.o -c -O2 -I/usr/X11R6/include xoset.c && rm xoset.c xoset.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Ocompl(r_args) | ^ oset.r:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | int Odiff(r_args) | ^ oset.r:124:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 124 | int Ointer(r_args) | ^ oset.r:217:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 217 | int Ounion(r_args) | ^ 4 warnings generated. ../rtt/rtt -x ovalue.r && cc -o ovalue.o -c -O2 -I/usr/X11R6/include xovalue.c && rm xovalue.c xovalue.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int Ononnull(r_args) | ^ ovalue.r:31:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 31 | int Onull(r_args) | ^ ovalue.r:54:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 54 | int Ovalue(r_args) | ^ ovalue.r:66:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 66 | int Oconj(r_args) | ^ 4 warnings generated. ../rtt/rtt -x profile.r && cc -o profile.o -c -O2 -I/usr/X11R6/include xprofile.c && rm xprofile.c ../rtt/rtt -x ralc.r && cc -o ralc.o -c -O2 -I/usr/X11R6/include xralc.c && rm xralc.c ralc.r:96:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 96 | struct b_bignum *alcbignum(n) | ^ ralc.r:212:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 212 | struct b_file *alcfile(fd, status, name) | ^ ralc.r:231:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | union block *alchash(tcode) | ^ ralc.r:258:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | struct b_slots *alcsegment(nslots) | ^ ralc.r:278:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 278 | struct b_list *alclist(size) | ^ ralc.r:297:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 297 | struct b_lelem *alclstb(nslots, first, nused) | ^ ralc.r:321:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 321 | struct b_real *alcreal(val) | ^ ralc.r:347:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 347 | struct b_record *alcrecd(nflds, recptr) | ^ ralc.r:364:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 364 | struct b_refresh *alcrefresh(entryx, na, nl) | ^ ralc.r:380:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 380 | struct b_selem *alcselem(mbr, hn) | ^ ralc.r:399:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 399 | char *alcstr(s, slen) | ^ ralc.r:441:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | struct b_tvsubs *alcsubs(len, pos, var) | ^ ralc.r:475:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 475 | struct b_tvtbl *alctvtbl(tbl, ref, hashnum) | ^ ralc.r:495:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 495 | void deallocate(bp) | ^ ralc.r:530:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 530 | char *reserve(region, nbytes) | ^ ralc.r:631:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 631 | static struct region *findgap(curr, nbytes) | ^ ralc.r:650:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 650 | static struct region *newregion(nbytes, stdsize) | ^ 17 warnings generated. ../rtt/rtt -x rcoexpr.r && cc -o rcoexpr.o -c -O2 -I/usr/X11R6/include xrcoexpr.c && rm xrcoexpr.c rcoexpr.r:9:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 9 | void co_init(sblkp) | ^ rcoexpr.r:73:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | int co_chng(ncp, valloc, rsltloc, swtch_typ, first) | ^ rcoexpr.r:143:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | void new_context(fsig, cargp) | ^ 3 warnings generated. ../rtt/rtt -x rcomp.r && cc -o rcomp.o -c -O2 -I/usr/X11R6/include xrcomp.c && rm xrcomp.c rcomp.r:10:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | int anycmp(dp1, dp2) | ^ rcomp.r:179:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 179 | int order(dp) | ^ rcomp.r:224:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | int equiv(dp1, dp2) | ^ rcomp.r:303:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 303 | int lexcmp(dp1, dp2) | ^ rcomp.r:351:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 351 | int csetcmp(cs1, cs2) | ^ 5 warnings generated. ../rtt/rtt -x rdebug.r && cc -o rdebug.o -c -O2 -I/usr/X11R6/include xrdebug.c && rm xrdebug.c rdebug.r:21:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | void tracebk(lcl_pfp, argp) | ^ rdebug.r:73:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | static void xtrace(bp, nargs, arg, pline, pfile) | ^ rdebug.r:108:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 108 | int get_name(dp1, dp0) | ^ rdebug.r:272:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | static int keyref(bp, dp) | ^ rdebug.r:304:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | void cotrace(ccp, ncp, swtch_typ, valloc) | ^ rdebug.r:346:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 346 | static void showline(f, l) | ^ rdebug.r:366:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 366 | static void showlevel(n) | ^ rdebug.r:517:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | void ctrace(dp, nargs, arg) | ^ rdebug.r:541:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 541 | void rtrace(dp, rval) | ^ rdebug.r:564:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 564 | void failtrace(dp) | ^ rdebug.r:585:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 585 | void strace(dp, rval) | ^ rdebug.r:608:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 608 | void atrace(dp) | ^ rdebug.r:628:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | void coacttrace(ccp, ncp) | ^ rdebug.r:652:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 652 | void corettrace(ccp, ncp) | ^ rdebug.r:676:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 676 | void cofailtrace(ccp, ncp) | ^ rdebug.r:701:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 701 | int xdisp(fp, dp, count, f) | ^ rdebug.r:793:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 793 | static int glbcmp(pi, pj) | ^ 17 warnings generated. ../rtt/rtt -x rexternal.r && cc -o rexternal.o -c -O2 -I/usr/X11R6/include xrexternal.c && rm xrexternal.c ../rtt/rtt -x rlrgint.r && cc -o rlrgint.o -c -O2 -I/usr/X11R6/include xrlrgint.c && rm xrlrgint.c rlrgint.r:141:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | static int mkdesc(x, dx) | ^ rlrgint.r:183:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 183 | static void itobig(i, x, dx) | ^ rlrgint.r:223:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 223 | word bigradix(sign, r, s, end_s, result) | ^ rlrgint.r:282:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 282 | double bigtoreal(da) | ^ rlrgint.r:299:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 299 | int realtobig(da, dx) | ^ rlrgint.r:324:45: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 324 | if (x > 0.9999 * MinLong && x < 0.9999 * MaxLong) { | ~ ^~~~~~~ /exopi-obj/pobj/icon-v951src/icon-v951src/src/rtt/../h/../h/cpuconf.h:31:25: note: expanded from macro 'MaxLong' 31 | #define MaxLong ((long int)0x7fffffffffffffff) /* largest long integer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ rlrgint.r:354:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 354 | int bigtos(da, dx) | ^ rlrgint.r:390:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 390 | void bigprint(f, da) | ^ rlrgint.r:425:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 425 | static void decout(f, n, l) | ^ rlrgint.r:441:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | int cpbignum(da, dx) | ^ rlrgint.r:460:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 460 | int bigadd(da, db, dx) | ^ rlrgint.r:573:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 573 | int bigsub(da, db, dx) | ^ rlrgint.r:747:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 747 | int bigmul(da, db, dx) | ^ rlrgint.r:784:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 784 | int bigdiv(da, db, dx) | ^ rlrgint.r:833:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 833 | int bigmod(da, db, dx) | ^ rlrgint.r:886:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | int bigneg(da, dx) | ^ rlrgint.r:909:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 909 | int bigpow(da, db, dx) | ^ rlrgint.r:985:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 985 | int bigpowri(a, db, drslt) | ^ rlrgint.r:1031:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1031 | int bigand(da, db, dx) | ^ rlrgint.r:1181:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1181 | int bigor(da, db, dx) | ^ rlrgint.r:1331:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1331 | int bigxor(da, db, dx) | ^ rlrgint.r:1481:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1481 | int bigshift(da, db, dx) | ^ rlrgint.r:1549:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1549 | word bigcmp(da, db) | ^ rlrgint.r:1583:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1583 | int bigrand(da, dx) | ^ rlrgint.r:1620:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1620 | static int bigaddi(da, i, dx) | ^ rlrgint.r:1664:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1664 | static int bigsubi(da, i, dx) | ^ rlrgint.r:1708:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1708 | static int bigmuli(da, i, dx) | ^ rlrgint.r:1746:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1746 | static int bigdivi(da, i, dx) | ^ rlrgint.r:1783:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1783 | static int bigmodi(da, i, dx) | ^ rlrgint.r:1818:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1818 | static int bigpowi(da, i, dx) | ^ rlrgint.r:1853:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1853 | static int bigpowii(a, i, dx) | ^ rlrgint.r:1935:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1935 | static word bigcmpi(da, i) | ^ rlrgint.r:1974:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1974 | static DIGIT add1(u, v, w, n) | ^ rlrgint.r:1996:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1996 | static word sub1(u, v, w, n) | ^ rlrgint.r:2016:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2016 | static void mul1(u, v, w, n, m) | ^ rlrgint.r:2042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2042 | static int div1(a, b, q, r, m, n, tu, tv) | ^ rlrgint.r:2124:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2124 | static void compl1(u, w, n) | ^ rlrgint.r:2142:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2142 | static word cmp1(u, v, n) | ^ rlrgint.r:2161:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2161 | static DIGIT addi1(u, k, w, n) | ^ rlrgint.r:2185:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2185 | static void subi1(u, k, w, n) | ^ rlrgint.r:2208:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2208 | static DIGIT muli1(u, k, c, w, n) | ^ rlrgint.r:2233:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2233 | static DIGIT divi1(u, k, w, n) | ^ rlrgint.r:2258:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2258 | static DIGIT shifti1(u, k, c, w, n) | ^ rlrgint.r:2285:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2285 | static word cmpi1(u, k, n) | ^ 44 warnings generated. ../rtt/rtt -x rmemmgt.r && cc -o rmemmgt.o -c -O2 -I/usr/X11R6/include xrmemmgt.c && rm xrmemmgt.c rmemmgt.r:236:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 236 | void initalloc(codesize) | ^ rmemmgt.r:285:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 285 | int collect(region) | ^ rmemmgt.r:420:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 420 | static void postqual(dp) | ^ rmemmgt.r:456:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 456 | static void markblock(dp) | ^ rmemmgt.r:650:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 650 | static void markptr(ptr) | ^ rmemmgt.r:786:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 786 | static void sweep(ce) | ^ rmemmgt.r:819:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 819 | static void sweep_stk(ce) | ^ rmemmgt.r:993:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 993 | static void scollect(extra) | ^ rmemmgt.r:1059:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1059 | static int qlcmp(q1, q2) | ^ rmemmgt.r:1071:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1071 | static void adjust(source, dest) | ^ rmemmgt.r:1106:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1106 | static void compact(source) | ^ rmemmgt.r:1152:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1152 | static void mvc(n, src, dest) | ^ 12 warnings generated. ../rtt/rtt -x rmisc.r && cc -o rmisc.o -c -O2 -I/usr/X11R6/include xrmisc.c && rm xrmisc.c rmisc.r:24:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 24 | int eq(d1, d2) | ^ rmisc.r:45:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 45 | int getvar(s, vp) | ^ rmisc.r:178:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 178 | uword hash(dp) | ^ rmisc.r:304:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | void outimage(f, dp, noimage) | ^ rmisc.r:611:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 611 | static void printimage(f, c, q) | ^ rmisc.r:678:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 678 | static void listimage(f, lp, noimage) | ^ rmisc.r:737:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 737 | char *qsearch(key, base, nel, width, compar) | ^ rmisc.r:751:17: 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] 751 | r = compar(a, key); | ^ rmisc.r:768:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 768 | int qtos(dp, sbuf) | ^ rmisc.r:800:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 800 | int pushact(ce, actvtr) | ^ rmisc.r:838:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 838 | struct b_coexpr *popact(ce) | ^ rmisc.r:874:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 874 | struct b_coexpr *topact(ce) | ^ rmisc.r:887:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 887 | int findline(ipc) | ^ rmisc.r:892:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 892 | int findcol(ipc) | ^ rmisc.r:898:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 898 | int findloc(ipc) | ^ rmisc.r:929:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 929 | int findipc(line) | ^ rmisc.r:954:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 954 | char *findfile(ipc) | ^ rmisc.r:980:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 980 | int doimage(c, q) | ^ rmisc.r:1051:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1051 | int getimage(dp1, dp2) | ^ rmisc.r:1323:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1323 | static char *csname(dp) | ^ rmisc.r:1363:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1363 | int cssize(dp) | ^ rmisc.r:1384:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1384 | int printable(c) | ^ rmisc.r:1400:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1400 | word add(a, b) | ^ rmisc.r:1416:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1416 | word sub(a, b) | ^ rmisc.r:1432:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1432 | word mul(a, b) | ^ rmisc.r:1455:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1455 | word mod3(a, b) | ^ rmisc.r:1489:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1489 | word div3(a, b) | ^ rmisc.r:1505:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1505 | word neg(a) | ^ rmisc.r:1521:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1521 | void retderef(valp, low, high) | ^ 29 warnings generated. ../rtt/rtt -x rstruct.r && cc -o rstruct.o -c -O2 -I/usr/X11R6/include xrstruct.c && rm xrstruct.c rstruct.r:12:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 12 | void addmem(ps, pe, pl) | ^ rstruct.r:28:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | void cpslots(dp1, slotptr, i, j) | ^ rstruct.r:76:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | int cplist(dp1, dp2, i, j) | ^ rstruct.r:107:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | int cpset(dp1, dp2, n) | ^ rstruct.r:164:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 164 | union block *hmake(tcode, nslots, nelem) | ^ rstruct.r:224:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 224 | union block **hchain(pb, hn) | ^ rstruct.r:245:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 245 | union block *hgfirst(bp, s) | ^ rstruct.r:273:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 273 | union block *hgnext(bp, s, ep) | ^ rstruct.r:371:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 371 | void hgrow(bp) | ^ rstruct.r:412:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 412 | void hshrink(bp) | ^ rstruct.r:467:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 467 | union block **memb(pb, x, hn, res) | ^ 11 warnings generated. ../rtt/rtt -x rsys.r && cc -o rsys.o -c -O2 -I/usr/X11R6/include xrsys.c && rm xrsys.c rsys.r:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int getstrg(buf, maxi, fbp) | ^ rsys.r:60:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | void iconhost(hostname) | ^ rsys.r:75:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | word longread(s, width, len, fd) | ^ rsys.r:106:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 106 | int putstr(f, d) | ^ rsys.r:126:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 126 | int idelay(n) | ^ 5 warnings generated. ../rtt/rtt -x rwinrsc.r && cc -o rwinrsc.o -c -O2 -I/usr/X11R6/include xrwinrsc.c && rm xrwinrsc.c rxrsc.ri:26:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 26 | wclrp alc_rgb(w, s, r, g, b, is_iconcolor) | ^ rxrsc.ri:155:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | int alc_centry(wd) | ^ rxrsc.ri:204:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 204 | wclrp alc_color(w, s) | ^ rxrsc.ri:228:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | void copy_colors(w1, w2) | ^ rxrsc.ri:262:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 262 | void free_xcolor(w, c) | ^ rxrsc.ri:292:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | void free_xcolors(w, extent) | ^ rxrsc.ri:337:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 337 | int go_virtual(w) | ^ rxrsc.ri:360:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | wdp alc_display(s) | ^ rxrsc.ri:489:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 489 | wfp alc_font(w, s) | ^ rxrsc.ri:549:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 549 | char *xlfd_field(s, i) | ^ rxrsc.ri:564:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 564 | int xlfd_size(s, n) | ^ rxrsc.ri:584:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 584 | wfp findfont(w, family, size, flags) | ^ rxrsc.ri:680:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 680 | int okfont(spec, size, flags) | ^ rxrsc.ri:695:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 695 | int fieldcmp(font1, font2, value, field) | ^ rxrsc.ri:715:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 715 | int fontcmp(font1, font2, size, flags) | ^ rxrsc.ri:768:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 768 | wfp tryfont(w, s) | ^ rxrsc.ri:814:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 814 | wcp alc_context(w) | ^ rxrsc.ri:843:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 843 | wcp clone_context(w) | ^ rxrsc.ri:925:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 925 | int free_window(ws) | ^ rxrsc.ri:945:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 945 | void free_context(wc) | ^ rxrsc.ri:960:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 960 | void free_display(wd) | ^ rwinrsc.r:38:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 38 | void free_binding(w) | ^ 22 warnings generated. ../rtt/rtt -x rwinsys.r && cc -o rwinsys.o -c -O2 -I/usr/X11R6/include xrwinsys.c && rm xrwinsys.c rxwin.ri:36:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 36 | void xdis(w, s, n) | ^ rxwin.ri:57:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | int wputc(ci, w) | ^ rxwin.ri:182:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 182 | int handle_misc(wd, w) | ^ rxwin.ri:335:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 335 | int wgetq(w, res) | ^ rxwin.ri:362:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 362 | static void postcursor(w) | ^ rxwin.ri:376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 376 | static void scrubcursor(w) | ^ rxwin.ri:394:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 394 | int wclose(w) | ^ rxwin.ri:427:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | void wflush(w) | ^ rxwin.ri:446:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 446 | void wsync(w) | ^ rxwin.ri:469:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 469 | FILE *wopen(name, lp, attr, n, err_index) | ^ rxwin.ri:573:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 573 | void makeIcon(w, x, y) | ^ rxwin.ri:623:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 623 | int wmap(w) | ^ rxwin.ri:854:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 854 | int do_config(w, status) | ^ rxwin.ri:886:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | int setheight(w, new_height) | ^ rxwin.ri:896:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 896 | int setwidth(w, new_width) | ^ rxwin.ri:906:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 906 | int setgeometry(w, geo) | ^ rxwin.ri:936:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 936 | int allowresize(w, on) | ^ rxwin.ri:947:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 947 | void warpPointer(w, x, y) | ^ rxwin.ri:958:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 958 | int seticonlabel(w, val) | ^ rxwin.ri:982:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 982 | int setwindowlabel(w, s) | ^ rxwin.ri:999:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 999 | int setcursor(w, on) | ^ rxwin.ri:1014:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1014 | int setpointer(w, val) | ^ rxwin.ri:1033:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1033 | int setdrawop(w, val) | ^ rxwin.ri:1063:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1063 | int rebind(w, w2) | ^ rxwin.ri:1072:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1072 | void setclip(w) | ^ rxwin.ri:1086:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1086 | void unsetclip(w) | ^ rxwin.ri:1095:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1095 | void getcanvas(w, s) | ^ rxwin.ri:1126:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1126 | int setcanvas(w, s) | ^ rxwin.ri:1238:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1238 | int seticonicstate(w, s) | ^ rxwin.ri:1272:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1272 | int seticonpos(w, s) | ^ rxwin.ri:1295:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1295 | int geticonpos(w, s) | ^ rxwin.ri:1308:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1308 | void moveWindow(w, x, y) | ^ rxwin.ri:1321:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1321 | int moveResizeWindow(w, x, y, width, height) | ^ rxwin.ri:1358:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1358 | int setfillstyle(w, s) | ^ rxwin.ri:1385:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1385 | int setlinestyle(w, s) | ^ rxwin.ri:1411:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1411 | int setlinewidth(w, linewid) | ^ rxwin.ri:1438:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1438 | int resetfg(w) | ^ rxwin.ri:1451:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1451 | int setfg(w, s) | ^ rxwin.ri:1463:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1463 | int setfgrgb(w, r, g, b) | ^ rxwin.ri:1475:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1475 | int isetfg(w, fg) | ^ rxwin.ri:1501:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1501 | int setbg(w, s) | ^ rxwin.ri:1516:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1516 | int setbgrgb(w, r, g, b) | ^ rxwin.ri:1528:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1528 | int isetbg(w, bg) | ^ rxwin.ri:1556:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1556 | int setgamma(w, gamma) | ^ rxwin.ri:1571:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1571 | int setdisplay(w, s) | ^ rxwin.ri:1588:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1588 | int setleading(w, i) | ^ rxwin.ri:1596:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1596 | int setimage(w, val) | ^ rxwin.ri:1608:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1608 | void toggle_fgbg(w) | ^ rxwin.ri:1623:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1623 | void getdisplay(w, answer) | ^ rxwin.ri:1638:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1638 | int getvisual(w, answer) | ^ rxwin.ri:1650:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1650 | int getpos(w) | ^ rxwin.ri:1673:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1673 | void getfg(w, answer) | ^ rxwin.ri:1680:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1680 | void getbg(w, answer) | ^ rxwin.ri:1687:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1687 | void getlinestyle(w, answer) | ^ rxwin.ri:1697:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1697 | void getfntnam(w, answer) | ^ rxwin.ri:1704:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1704 | void getpointername(w, answer) | ^ rxwin.ri:1711:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1711 | void getdrawop(w, answer) | ^ rxwin.ri:1722:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1722 | void geticonic(w, answer) | ^ rxwin.ri:1744:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1744 | int setfont(w, s) | ^ rxwin.ri:1770:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1770 | static int handle_exposures(w, event) | ^ rxwin.ri:1807:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1807 | int resizePixmap(w, width, height) | ^ rxwin.ri:1868:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1868 | static int handle_config(w, event) | ^ rxwin.ri:1909:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1909 | static void handle_keypress(w, event) | ^ rxwin.ri:1946:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1946 | static void handle_mouse(w, event) | ^ rxwin.ri:2024:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2024 | void fillrectangles(w, recs, nrecs) | ^ rxwin.ri:2048:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2048 | void eraseArea(w, x, y, width, height) | ^ rxwin.ri:2083:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2083 | int copyArea(w, w2, x, y, width, height, x2, y2) | ^ rxwin.ri:2221:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2221 | int getdefault(w, prog, opt, answer) | ^ rxwin.ri:2239:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2239 | int mutable_color(w, argv, ac, retval) | ^ rxwin.ri:2320:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2320 | char *get_mutable_name(w, mute_index) | ^ rxwin.ri:2343:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2343 | int set_mutable(w, i, s) | ^ rxwin.ri:2360:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2360 | void free_mutable(w, mute_index) | ^ rxwin.ri:2380:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2380 | void freecolor(w, s) | ^ rxwin.ri:2407:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2407 | int blimage(w, x, y, width, height, ch, s, len) | ^ rxwin.ri:2478:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2478 | int strimage(w, x, y, width, height, e, s, len, on_icon) | ^ rxwin.ri:2568:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2568 | int capture(w, x, y, width, height, data) | ^ rxwin.ri:2653:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2653 | static XImage *getximage(w, x, y, width, height, init) | ^ rxwin.ri:2689:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2689 | int readimage(w, filename, x, y, status) | ^ rxwin.ri:2723:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2723 | int getpixel_init(w, imem) | ^ rxwin.ri:2742:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2742 | int getpixel_term(w, imem) | ^ rxwin.ri:2754:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2754 | int getpixel(w, x, y, rv, s, imem) | ^ rxwin.ri:2799:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2799 | int query_pointer(w, pp) | ^ rxwin.ri:2820:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2820 | int query_rootpointer(pp) | ^ rxwin.ri:2898:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2898 | int SetPattern(w, name, len) | ^ rxwin.ri:2952:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2952 | int SetPatternBits(w, width, bits, nbits) | ^ rxwin.ri:2985:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2985 | int remap(w, x, y) | ^ rxwin.ri:3036:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3036 | int seticonimage(w, dp) | ^ rxwin.ri:3114:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3114 | int dumpimage(w, filename, x, y, width, height) | ^ rxwin.ri:3219:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3219 | Pixmap loadimage(w, filename, height, width, atorigin, status) | ^ rxwin.ri:3368:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3368 | int nativecolor(w, s, r, g, b) | ^ rxwin.ri:3394:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3394 | LinearColor lcolor(w, colorcell) | ^ rxwin.ri:3410:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3410 | XColor xcolor(w, c) | ^ rxwin.ri:3425:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3425 | int raiseWindow(w) | ^ rxwin.ri:3436:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3436 | int lowerWindow(w) | ^ rxwin.ri:3444:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3444 | int walert(w, volume) | ^ 95 warnings generated. ../rtt/rtt -x rwindow.r && cc -o rwindow.o -c -O2 -I/usr/X11R6/include xrwindow.c && rm xrwindow.c rwindow.r:26:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 26 | char *evquesub(w, i) | ^ rwindow.r:50:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | int wgetevent(w, res) | ^ rwindow.r:114:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 114 | int wgetchne(w, res) | ^ rwindow.r:138:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 138 | int wgetche(w, res) | ^ rwindow.r:209:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 209 | int wlongread(s, elsize, nelem, f) | ^ rwindow.r:245:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 245 | int wgetstrg(s, maxlen, f) | ^ rwindow.r:282:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 282 | int xyrowcol(dx) | ^ rwindow.r:340:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 340 | void qevent(ws, e, x, y, t, f) | ^ rwindow.r:385:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 385 | static int setpos(w, s) | ^ rwindow.r:426:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 426 | int setsize(w, s) | ^ rwindow.r:461:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 461 | void wputstr(w, s, len) | ^ rwindow.r:543:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 543 | int parsefont(s, family, style, size) | ^ rwindow.r:619:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 619 | int parsepattern(s, len, width, nbits, bits) | ^ rwindow.r:704:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 704 | int parsegeometry(buf, x, y, width, height) | ^ rwindow.r:746:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 746 | int wattrib(w, s, len, answer, abuf) | ^ rwindow.r:1349:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1349 | int rectargs(w, argc, argv, i, px, py, pw, ph) | ^ rwindow.r:1409:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1409 | int docircles(w, argc, argv, fill) | ^ rwindow.r:1494:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1494 | void genCurve(w, p, n, helper) | ^ rwindow.r:1586:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1586 | void drawCurve(w, p, n) | ^ rwindow.r:1597:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1597 | int ulcmp(p1, p2) | ^ rwindow.r:1617:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1617 | static int sicmp(sip1, sip2) | ^ rwindow.r:1626:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1626 | int si_s2i(sip, s) | ^ rwindow.r:1642:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1642 | char *si_i2s(sip, i) | ^ 23 warnings generated. ../rtt/rtt -x rcolor.r && cc -o rcolor.o -c -O2 -I/usr/X11R6/include xrcolor.c && rm xrcolor.c rcolor.r:80:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | int parsecolor(w, buf, r, g, b) | ^ rcolor.r:160:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | static int colorphrase(buf, r, g, b) | ^ rcolor.r:320:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 320 | static double rgbval(n1, n2, hue) | ^ rcolor.r:544:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 544 | int palnum(d) | ^ rcolor.r:570:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 570 | struct palentry *palsetup(p) | ^ rcolor.r:667:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 667 | char *rgbkey(p, r, g, b) | ^ 6 warnings generated. ../rtt/rtt -x rimage.r && cc -o rimage.o -c -O2 -I/usr/X11R6/include xrimage.c && rm xrimage.c rimage.r:76:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | int readGIF(filename, p, imd) | ^ rimage.r:106:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 106 | static int gfread(filename, p) | ^ rimage.r:151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | static int gfheader(f) | ^ rimage.r:172:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | static int gfskip(f) | ^ rimage.r:199:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 199 | static void gfcontrol(f) | ^ rimage.r:219:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | static int gfimhdr(f) | ^ rimage.r:240:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 240 | static int gfmap(f, p) | ^ rimage.r:311:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 311 | static int gfrdata(f) | ^ rimage.r:365:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 365 | static int gfrcode(f) | ^ rimage.r:389:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 389 | static void gfinsert(prev, c) | ^ rimage.r:410:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 410 | static int gffirst(c) | ^ rimage.r:425:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 425 | static void gfgen(c) | ^ rimage.r:438:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 438 | static void gfput(b) | ^ rimage.r:476:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 476 | int writeGIF(w, filename, x, y, width, height) | ^ rimage.r:496:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 496 | static int gfwrite(w, filename, x, y, width, height) | ^ rimage.r:628:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | static void gfmktree(tree) | ^ rimage.r:645:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 645 | static void gfout(tcode) | ^ 17 warnings generated. cd ../common; /usr/bin/make if [ "x-L/usr/X11R6/lib -lXpm -lX11" != "x" ]; then /usr/bin/make identify.o; fi `identify.o' is up to date. cc -rdynamic -o iconx cnv.o data.o def.o errmsg.o fconv.o fload.o fmath.o fmisc.o fscan.o fstr.o fstranl.o fstruct.o fsys.o fwindow.o imain.o imisc.o init.o interp.o invoke.o keyword.o lmisc.o oarith.o oasgn.o ocat.o ocomp.o omisc.o oref.o oset.o ovalue.o profile.o ralc.o rcoexpr.o rcomp.o rdebug.o rexternal.o rlrgint.o rmemmgt.o rmisc.o rstruct.o rsys.o rwinrsc.o rwinsys.o rwindow.o rcolor.o rimage.o ../common/long.o ../common/time.o ../common/rswitch.o ../common/xwindow.o ../common/alloc.o ../common/filepart.o ../common/munix.o -L/usr/X11R6/lib -lXpm -lX11 -lm -lpthread ld: warning: alloc.c(../common/alloc.o:(salloc)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: xcnv.c(cnv.o:(rtos)): warning: sprintf() is often misused, please use snprintf() ld: warning: munix.c(../common/munix.o:(relfile)): warning: strcat() is almost always misused, please use strlcat() cp iconx ../../bin strip ../../bin/iconx cd /exopi-obj/pobj/icon-v951src/icon-v951src/ipl/cfuncs && /usr/bin/make ICONT=/exopi-obj/pobj/icon-v951src/icon-v951src/bin/icont sh mkfunc.sh libcfunc.so bitcount.o external.o files.o fpoll.o internal.o lgconv.o osf.o pack.o ppm.o process.o tconnect.o >cfunc.icn /exopi-obj/pobj/icon-v951src/icon-v951src/bin/icont -us -c cfunc.icn cc -O2 -I/usr/X11R6/include -fPIC -c bitcount.c cc -O2 -I/usr/X11R6/include -fPIC -c external.c cc -O2 -I/usr/X11R6/include -fPIC -c files.c cc -O2 -I/usr/X11R6/include -fPIC -c fpoll.c cc -O2 -I/usr/X11R6/include -fPIC -c internal.c cc -O2 -I/usr/X11R6/include -fPIC -c lgconv.c lgconv.c:60:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | int lgconv(argc, argv) /*: convert large integer to string */ | ^ 1 warning generated. cc -O2 -I/usr/X11R6/include -fPIC -c osf.c cc -O2 -I/usr/X11R6/include -fPIC -c pack.c cc -O2 -I/usr/X11R6/include -fPIC -c ppm.c ppm.c:500:12: 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] 500 | rv = func(&s, hdr.w, row, arg); | ^ ppm.c:533:16: 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] 533 | rv = func(a, hdr.w, row, arg); | ^ 2 warnings generated. cc -O2 -I/usr/X11R6/include -fPIC -c process.c cc -O2 -I/usr/X11R6/include -fPIC -c tconnect.c CC="cc" CFLAGS="-O2 -I/usr/X11R6/include" BIN="../../bin" sh mklib.sh libcfunc.so bitcount.o external.o files.o fpoll.o internal.o lgconv.o osf.o pack.o ppm.o process.o tconnect.o + cc -shared -o libcfunc.so -fPIC bitcount.o external.o files.o fpoll.o internal.o lgconv.o osf.o pack.o ppm.o process.o tconnect.o >>> Running package in lang/icon/interp at 1764832718.31 ===> lang/icon/interp ===> Faking installation for icon-v951src /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=lang/icon/interp -DFLAVOR_EXT= -DFULLPKGNAME=icon-v951src -DHOMEPAGE=http://www.cs.arizona.edu/icon/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Marc\ Espie\ \ -DPREFIX=/exopi-obj/pobj/icon-v951src/fake-amd64/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM= -i -B /exopi-obj/pobj/icon-v951src -c -m 755 /exopi-cvs/ports/lang/icon/interp/files/icont.template /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/bin/icont /exopi-obj/pobj/icon-v951src/bin/install -d -m 755 /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/lib/icon /exopi-obj/pobj/icon-v951src/bin/install -c -s -m 755 /exopi-obj/pobj/icon-v951src/icon-v951src/bin/icont /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/lib/icon /exopi-obj/pobj/icon-v951src/bin/install -c -s -m 755 /exopi-obj/pobj/icon-v951src/icon-v951src/bin/iconx /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/bin /exopi-obj/pobj/icon-v951src/bin/install -c -m 644 /exopi-obj/pobj/icon-v951src/icon-v951src/man/man1/icont.1 /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/man/man1/icont.1 cd /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/man/man1 && ln -f icont.1 iconx.1 /exopi-obj/pobj/icon-v951src/bin/install -d -m 755 /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/share/ipl/ucode /exopi-obj/pobj/icon-v951src/bin/install -c -m 644 /exopi-obj/pobj/icon-v951src/icon-v951src/ipl/cfuncs/cfunc.u? /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/share/ipl/ucode /exopi-obj/pobj/icon-v951src/bin/install -c -m 644 /exopi-obj/pobj/icon-v951src/icon-v951src/ipl/cfuncs/libcfunc.so /exopi-obj/pobj/icon-v951src/fake-amd64/usr/local/lib ===> Building package for icon-interp-9.5.1p1 Create /exopi-cvs/ports/packages/amd64/all/icon-interp-9.5.1p1.tgz Creating package icon-interp-9.5.1p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********** | 16% checksumming|************ | 20% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 40% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************* | 60% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************* | 80% checksumming|*************************************************** | 84% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************* | 70% archiving|*********************************************************** | 92% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/icon-interp-9.5.1p1.tgz >>> Running clean in lang/icon/interp at 1764832720.72 ===> lang/icon/interp ===> Cleaning for icon-interp-9.5.1p1 >>> Ended at 1764832721.20 max_stuck=0.00/build=35.00/package=2.47/clean=0.57