=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for icon-9.4.3nb1 /bin/mkdir -p /Users/pbulk/build/lang/icon/work/icon.v943src/lib/icon cd src/common; /opt/pkg/bin/bmake cc -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] return n <= 1 ? (long)&n : atdepth(n - 1); ^ infer.c:26:35: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("#define IntBits %d\n", 8 * sizeof(int)); ~~ ^~~~~~~~~~~~~~~ %lu infer.c:27:36: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("#define WordBits %d\n", 8 * sizeof(void *)); ~~ ^~~~~~~~~~~~~~~~~~ %lu 3 warnings generated. ./infer >../h/arch.h cc -I/usr/X11R6/include -o doincl doincl.c doincl.c:22:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ doincl.c:52:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void doinclude(fname) ^ 2 warnings generated. ./doincl -o ../../bin/rt.h ../h/rt.h cc -I/usr/X11R6/include -o patchstr patchstr.c patchstr.c:42:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main (argc, argv) ^ patchstr.c:65:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void report (fname) ^ patchstr.c:97:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void patchstr (fname, newstr) ^ patchstr.c:146:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findpattern(f) ^ patchstr.c:176:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int oldval(f, buf) ^ 5 warnings generated. cp patchstr ../../bin cc -I/usr/X11R6/include -I/opt/pkg/include -c long.c long.c:11:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long longwrite(s,len,file) ^ 1 warning generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c getopt.c cc -I/usr/X11R6/include -I/opt/pkg/include -c time.c cc -I/usr/X11R6/include -I/opt/pkg/include -c filepart.c filepart.c:38:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *pathfind(buf, path, name, extn) ^ filepart.c:67:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *pathelem(s, buf) ^ filepart.c:67:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filepart.c:101:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *tryfile(buf, dir, name, extn) ^ filepart.c:101:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filepart.c:118:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct fileparts *fparse(s) ^ filepart.c:161:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *makename(dest,d,name,e) ^ filepart.c:177:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int smatch(s,t) ^ 8 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c identify.c identify.c:13:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void id_comment(f) ^ 1 warning generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c strtbl.c strtbl.c:60:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void init_sbuf(sbuf) ^ strtbl.c:74:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void clear_sbuf(sbuf) ^ strtbl.c:93:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void new_sbuf(sbuf) ^ strtbl.c:119:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *spec_str(s) ^ strtbl.c:150:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *str_install(sbuf) ^ strtbl.c:199:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int streq(len, s1, s2) ^ strtbl.c:199:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 7 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rtdb.c rtdb.c:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int db_open(s, lrgintflg) ^ rtdb.c:188:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct implement *db_impl(oper_typ) ^ rtdb.c:343:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void db_code(ip) ^ rtdb.c:853:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void db_case(il, num_cases) ^ rtdb.c:853:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rtdb.c:1236:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void quoted(delim) ^ rtdb.c:1236:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rtdb.c:1261:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_c *db_ilcret(il_c_type) ^ rtdb.c:1261:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rtdb.c:1382:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_c *new_ilc(il_c_type) ^ rtdb.c:1382:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rtdb.c:1402:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct il_code *new_il(il_type, size) ^ rtdb.c:1417:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void db_dscrd(ip) ^ rtdb.c:1459:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void db_chstr(prefix, suffix) ^ rtdb.c:1486:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int db_tbl(section, tbl) ^ rtdb.c:1524:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct implement *db_ilkup(id, tbl) ^ rtdb.c:1541:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void nxt_pre(pre, nxt, n) ^ rtdb.c:1607:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cmp_pre(pre1, pre2) ^ rtdb.c:1623:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int cmp_1_pre(p1, p2) ^ rtdb.c:1623:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rtdb.c:1644:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void db_err1(fatal, s) ^ rtdb.c:1660:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void db_err2(fatal, s1, s2) ^ rtdb.c:1678:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void db_err3(fatal, s1, s2, s3) ^ rtdb.c:1678:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 24 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c munix.c cc -I/usr/X11R6/include -I/opt/pkg/include -c literals.c literals.c:29:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int escape(str_ptr, nchars_ptr) ^ literals.c:29:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] literals.c:87:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned short *bitvect(image, len) ^ literals.c:111:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cset_init(f, bv) ^ literals.c:133:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int prt_i_str(f, s, len) ^ 5 warnings generated. cc -c rswitch.c cc -I/usr/X11R6/include -I/opt/pkg/include -c alloc.c alloc.c:16:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *salloc(s) ^ alloc.c:33:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pointer alloc(n) ^ 2 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c xwindow.c xwindow.c:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int translate_key_event(event, s, k) ^ 1 warning generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c dlrgint.c dlrgint.c:19:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void bigprint(f, da) ^ dlrgint.c:28:8: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double bigtoreal(da) ^ dlrgint.c:37:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigtos(da, dx) ^ dlrgint.c:46:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cpbignum(da, dx) ^ dlrgint.c:55:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigdiv(da, db, dx) ^ dlrgint.c:64:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigmod(da, db, dx) ^ dlrgint.c:73:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigand(da, db, dx) ^ dlrgint.c:82:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigor(da, db, dx) ^ dlrgint.c:91:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigxor(da, db, dx) ^ dlrgint.c:102:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word bigcmp(da, db) ^ dlrgint.c:111:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigrand(da, dx) ^ dlrgint.c:127:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigadd(da, db, dx) ^ dlrgint.c:140:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigmul(da, db, dx) ^ dlrgint.c:152:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigneg(da, dx) ^ dlrgint.c:164:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigsub(da, db, dx) ^ dlrgint.c:182:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int realtobig(da, dx) ^ dlrgint.c:191:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigpow(da, db, dx) ^ dlrgint.c:215:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word bigradix(sign, r, s, end_s, result) ^ dlrgint.c:230:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigshift(da, db, dx) ^ 19 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c ipp.c ipp.c:125:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ppinit(fname, inclpath, m4) ^ ipp.c:165:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ppopen(fname, m4) ^ ipp.c:165:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:203:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static FILE *m4pipe(filename) ^ ipp.c:203:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:221:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ppdef(s, v) ^ ipp.c:376:20: warning: passing arguments to 'quit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] quit("m4 terminated abnormally"); ^ ipp.c:396:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *rline(fp) ^ ipp.c:396:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:448:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void pushdef(d) ^ ipp.c:448:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:472:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void pushline(fname, lno) ^ ipp.c:472:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:488:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ppdir(s) ^ ipp.c:504:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] errmsg = (*p->func)(s); /* process directive */ ^ ipp.c:488:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ppdir(s) ^ ipp.c:522:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void pfatal(s1, s2) ^ ipp.c:522:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:542:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *errdir(s) ^ ipp.c:542:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:552:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *define(s) ^ ipp.c:552:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:584:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *undef(s) ^ ipp.c:584:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:602:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *include(s) ^ ipp.c:602:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:621:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *setline(s) ^ ipp.c:621:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:660:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *ifdef(s) ^ ipp.c:660:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:666:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *ifndef(s) ^ ipp.c:666:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:675:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *ifxdef(s, f) ^ ipp.c:675:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:696:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *elsedir(s) ^ ipp.c:696:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:710:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *endif(s) ^ ipp.c:710:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:726:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void skipcode(doelse, report) ^ ipp.c:726:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:795:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *wskip(s) ^ ipp.c:795:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:811:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *nskip(s) ^ ipp.c:811:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:844:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *matchq(s) ^ ipp.c:844:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:871:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *getidt(dst, src) ^ ipp.c:871:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:890:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *getfnm(dst, src) ^ ipp.c:890:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ipp.c:919:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static cdefn *dlookup(name, len, val) ^ ipp.c:919:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 52 warnings generated. cd ../h; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done if [ "x-L../../lib/icon -lIgpx -L/usr/X11R6/lib -lX11" != "x" ]; then /opt/pkg/bin/bmake xpm; fi cd ../xpm; /opt/pkg/bin/bmake libXpm.a cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include data.c data.c:30:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] atoui(p, l, ui_return) ^ data.c:52:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseComment(mdata) ^ data.c:52:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] data.c:108:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ data.c:113:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmNextString(mdata) ^ data.c:113:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] data.c:139:1: warning: non-void function does not return a value [-Wreturn-type] } ^ data.c:147:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmNextUI(mdata, ui_return) ^ data.c:162:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmNextWord(mdata, buf) ^ data.c:211:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (c = *mdata->cptr) ~~^~~~~~~~~~~~~~ data.c:211:15: note: place parentheses around the assignment to silence this warning while (c = *mdata->cptr) ^ ( ) data.c:211:15: note: use '==' to turn this assignment into an equality comparison while (c = *mdata->cptr) ^ == data.c:196:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmGetString(mdata, sptr, l) ^ data.c:280:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmGetCmt(mdata, cmt) ^ data.c:280:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] data.c:294:1: warning: non-void function does not return a value [-Wreturn-type] } ^ data.c:300:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmReadFile(filename, mdata) ^ data.c:355:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmWriteFile(filename, mdata) ^ data.c:390:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmOpenArray(data, mdata) ^ data.c:406:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] XpmDataClose(mdata) ^ data.c:406:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] data.c:422:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 20 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include create.c create.c:89:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmVisualType(visual) ^ create.c:89:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:114:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetColor(display, colormap, colorname, color_index, ^ create.c:156:5: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] abs((long)xcolor.red - (long)cols[i].red) + ^ create.c:156:5: note: use function 'labs' instead abs((long)xcolor.red - (long)cols[i].red) + ^~~ labs create.c:157:12: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] abs((long)xcolor.green - (long)cols[i].green) + ^ create.c:157:12: note: use function 'labs' instead abs((long)xcolor.green - (long)cols[i].green) + ^~~ labs create.c:158:12: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] abs((long)xcolor.blue - (long)cols[i].blue)) + ^ create.c:158:12: note: use function 'labs' instead abs((long)xcolor.blue - (long)cols[i].blue)) + ^~~ labs create.c:159:23: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] BRIGHTNESS_FACTOR * abs( ^ create.c:159:23: note: use function 'labs' instead BRIGHTNESS_FACTOR * abs( ^~~ labs create.c:114:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetColor(display, colormap, colorname, color_index, ^ create.c:194:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateColors(display, attributes, ct, ncolors, ^ create.c:194:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:347:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmCreateImage(display, attrib, image_return, shapeimage_return, attributes) ^ create.c:347:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:523:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateXImage(display, visual, depth, width, height, image_return) ^ create.c:523:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:612:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _XReverse_Bytes(bpt, nb) ^ create.c:612:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:625:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpm_xynormalizeimagebits(bp, img) ^ create.c:655:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpm_znormalizeimagebits(bp, img) ^ create.c:696:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _putbits(src, dstoffset, numbits, dst) ^ create.c:696:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:744:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetImagePixels(image, width, height, pixelindex, pixels) ^ create.c:744:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:821:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetImagePixels32(image, width, height, pixelindex, pixels) ^ create.c:821:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:872:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetImagePixels16(image, width, height, pixelindex, pixels) ^ create.c:872:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:907:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetImagePixels8(image, width, height, pixelindex, pixels) ^ create.c:907:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] create.c:930:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetImagePixels1(image, width, height, pixelindex, pixels) ^ create.c:930:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 30 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include misc.c misc.c:17:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmFreeColorTable(colorTable, ncolors) ^ misc.c:17:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] misc.c:34:1: warning: non-void function does not return a value [-Wreturn-type] } ^ misc.c:42:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmInitInternAttrib(attrib) ^ misc.c:42:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] misc.c:51:1: warning: non-void function does not return a value [-Wreturn-type] } ^ misc.c:58:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmFreeInternAttrib(attrib) ^ misc.c:58:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] misc.c:77:1: warning: non-void function does not return a value [-Wreturn-type] } ^ misc.c:83:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] XpmFreeExtensions(extensions, nextensions) ^ misc.c:83:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] misc.c:104:1: warning: non-void function does not return a value [-Wreturn-type] } ^ misc.c:111:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] XpmAttributesSize() ^ misc.c:122:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] XpmFreeAttributes(attributes) ^ misc.c:122:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] misc.c:162:1: warning: non-void function does not return a value [-Wreturn-type] } ^ misc.c:170:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] xpmSetAttributes(attrib, attributes) ^ misc.c:170:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] misc.c:187:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 19 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include rgb.c rgb.c:35:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmReadRgbNames(rgb_fname, rgbn) ^ rgb.c:100:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmGetRgbName(rgbn, rgbn_max, red, green, blue) ^ rgb.c:126:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmFreeRgbNames(rgbn, rgbn_max) ^ 3 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include scan.c scan.c:63:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] storePixel(pixel, pmap, index_return) ^ scan.c:63:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan.c:99:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] storeMaskPixel(pixel, pmap, index_return) ^ scan.c:99:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan.c:135:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmScanImage(display, image, shapeimage, attributes, attrib) ^ scan.c:313:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImagePixels(image, width, height, pmap) ^ scan.c:313:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan.c:387:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImagePixels32(image, width, height, pmap) ^ scan.c:387:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan.c:452:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImagePixels16(image, width, height, pmap) ^ scan.c:452:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan.c:498:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImagePixels8(image, width, height, pmap) ^ scan.c:498:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan.c:531:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImagePixels1(image, width, height, pmap, storeFunc) ^ scan.c:554:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*storeFunc) (pixel, pmap, iptr)) ^ scan.c:562:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*storeFunc) (pixel, pmap, iptr)) ^ scan.c:531:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetImagePixels1(image, width, height, pmap, storeFunc) ^ 17 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include parse.c parse.c:62:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmParseData(data, attrib_return, attributes) ^ parse.c:145:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ parse.c:176:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseValues(data, width, height, ncolors, cpp, ^ parse.c:203:17: warning: call to undeclared function 'atoui'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] *hotspot = atoui(buf, l, x_hotspot) && xpmNextUI(data, y_hotspot); ^ parse.c:176:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseValues(data, width, height, ncolors, cpp, ^ parse.c:212:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseColors(data, ncolors, cpp, colorTablePtr, hashtable) ^ parse.c:268:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (l = xpmNextWord(data, buf)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ parse.c:268:11: note: place parentheses around the assignment to silence this warning while (l = xpmNextWord(data, buf)) { ^ ( ) parse.c:268:11: note: use '==' to turn this assignment into an equality comparison while (l = xpmNextWord(data, buf)) { ^ == parse.c:212:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseColors(data, ncolors, cpp, colorTablePtr, hashtable) ^ parse.c:314:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParsePixels(data, width, height, ncolors, cpp, colorTable, hashtable, pixels) ^ parse.c:314:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse.c:433:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseExtensions(data, extensions, nextensions) ^ parse.c:447:14: warning: call to undeclared function 'xpmGetString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = xpmGetString(data, &string, &l); ^ parse.c:433:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ParseExtensions(data, extensions, nextensions) ^ 13 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include hashtable.c hashtable.c:18:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] AtomMake(name, data) /* makes an atom */ ^ hashtable.c:18:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hashtable.c:82:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmHashSlot(table, s) ^ hashtable.c:109:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] HashTableGrows(table) ^ hashtable.c:109:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hashtable.c:143:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmHashIntern(table, tag, data) ^ hashtable.c:172:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmHashTableInit(table) ^ hashtable.c:195:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmHashTableFree(table) ^ 8 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmWrFFrP.c XpmWrFFrP.c:23:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmWriteFileFromPixmap(display, filename, pixmap, shapemask, attributes) ^ 1 warning generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmRdFToP.c XpmRdFToP.c:14:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmReadFileToPixmap(display, d, filename, pixmap_return, ^ 1 warning generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmCrPFData.c XpmCrPFData.c:14:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmCreatePixmapFromData(display, d, data, pixmap_return, ^ 1 warning generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmCrDataFP.c XpmCrDataFP.c:23:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmCreateDataFromPixmap(display, data_return, pixmap, shapemask, attributes) ^ 1 warning generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmWrFFrI.c XpmWrFFrI.c:42:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmWriteFileFromImage(display, filename, image, shapeimage, attributes) ^ XpmWrFFrI.c:66:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (dot = index(name, '.')) { ~~~~^~~~~~~~~~~~~~~~~~ XpmWrFFrI.c:66:10: note: place parentheses around the assignment to silence this warning if (dot = index(name, '.')) { ^ ( ) XpmWrFFrI.c:66:10: note: use '==' to turn this assignment into an equality comparison if (dot = index(name, '.')) { ^ == XpmWrFFrI.c:74:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (dot = index(s, '.')) { ~~~~^~~~~~~~~~~~~~~ XpmWrFFrI.c:74:14: note: place parentheses around the assignment to silence this warning while (dot = index(s, '.')) { ^ ( ) XpmWrFFrI.c:74:14: note: use '==' to turn this assignment into an equality comparison while (dot = index(s, '.')) { ^ == XpmWrFFrI.c:105:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmWriteData(mdata, attrib, attributes) ^ XpmWrFFrI.c:193:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WriteTransparentColor(file, colors, cpp, mask_pixel, colorTable) ^ XpmWrFFrI.c:209:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = colorTable[mask_pixel][key]) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ XpmWrFFrI.c:209:12: note: place parentheses around the assignment to silence this warning if (s = colorTable[mask_pixel][key]) ^ ( ) XpmWrFFrI.c:209:12: note: use '==' to turn this assignment into an equality comparison if (s = colorTable[mask_pixel][key]) ^ == XpmWrFFrI.c:193:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WriteTransparentColor(file, colors, cpp, mask_pixel, colorTable) ^ XpmWrFFrI.c:219:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WriteOtherColors(file, colors, xcolors, ncolors, cpp, mask_pixel, colorTable, ^ XpmWrFFrI.c:261:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = colorTable[b][key]) ~~^~~~~~~~~~~~~~~~~~~~ XpmWrFFrI.c:261:13: note: place parentheses around the assignment to silence this warning if (s = colorTable[b][key]) ^ ( ) XpmWrFFrI.c:261:13: note: use '==' to turn this assignment into an equality comparison if (s = colorTable[b][key]) ^ == XpmWrFFrI.c:219:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WriteOtherColors(file, colors, xcolors, ncolors, cpp, mask_pixel, colorTable, ^ XpmWrFFrI.c:284:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WritePixels(file, width, height, cpp, pixels, colors) ^ XpmWrFFrI.c:284:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmWrFFrI.c:326:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] WriteExtensions(file, ext, num) ^ XpmWrFFrI.c:326:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 warnings generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmRdFToI.c XpmRdFToI.c:26:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmReadFileToImage(display, filename, image_return, ^ 1 warning generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmCrIFData.c XpmCrIFData.c:14:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmCreateImageFromData(display, data, image_return, ^ 1 warning generated. cc -c -I/usr/X11R6/include -DZPIPE -I/usr/X11R6/include XpmCrDataFI.c XpmCrDataFI.c:47:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmCreateDataFromImage(display, data_return, image, shapeimage, attributes) ^ XpmCrDataFI.c:91:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xpmCreateData(data_return, attrib, attributes) ^ XpmCrDataFI.c:225:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTransparentColor(dataptr, data_size, colors, cpp, mask_pixel, colorTable) ^ XpmCrDataFI.c:242:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s2 = colorTable[mask_pixel][key]) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ XpmCrDataFI.c:242:13: note: place parentheses around the assignment to silence this warning if (s2 = colorTable[mask_pixel][key]) { ^ ( ) XpmCrDataFI.c:242:13: note: use '==' to turn this assignment into an equality comparison if (s2 = colorTable[mask_pixel][key]) { ^ == XpmCrDataFI.c:225:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateTransparentColor(dataptr, data_size, colors, cpp, mask_pixel, colorTable) ^ XpmCrDataFI.c:261:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateOtherColors(dataptr, data_size, colors, xcolors, ncolors, cpp, ^ XpmCrDataFI.c:304:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s2 = colorTable[b][key]) { ~~~^~~~~~~~~~~~~~~~~~~~ XpmCrDataFI.c:304:14: note: place parentheses around the assignment to silence this warning if (s2 = colorTable[b][key]) { ^ ( ) XpmCrDataFI.c:304:14: note: use '==' to turn this assignment into an equality comparison if (s2 = colorTable[b][key]) { ^ == XpmCrDataFI.c:261:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateOtherColors(dataptr, data_size, colors, xcolors, ncolors, cpp, ^ XpmCrDataFI.c:336:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreatePixels(dataptr, width, height, cpp, pixels, colors) ^ XpmCrDataFI.c:336:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmCrDataFI.c:363:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CountExtensions(ext, num, ext_size, ext_nlines) ^ XpmCrDataFI.c:363:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XpmCrDataFI.c:388:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CreateExtensions(dataptr, offset, ext, num, ext_nlines) ^ XpmCrDataFI.c:388:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 warnings generated. rm -f libXpm.a ar qc libXpm.a data.o create.o misc.o rgb.o scan.o parse.o hashtable.o XpmWrFFrP.o XpmRdFToP.o XpmCrPFData.o XpmCrDataFP.o XpmWrFFrI.o XpmRdFToI.o XpmCrIFData.o XpmCrDataFI.o ranlib libXpm.a 2>/dev/null || : cp -p ../xpm/libXpm.a ../../lib/icon/libIgpx.a cd ../xpm; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done cd src/rtt; /opt/pkg/bin/bmake cc -I/usr/X11R6/include -I/opt/pkg/include -c rttparse.c rttgram.y:1095:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void xfree(p) ^ 1 warning generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttmain.c rttmain.c:76:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ rttmain.c:242:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void trans(src_file) ^ rttmain.c:353:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void add_tdef(name) ^ rttmain.c:353:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttmain.c:368:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void put_c_fl(fname, keep) ^ rttmain.c:392:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void yyerror(s) ^ 6 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttlex.c rttlex.c:169:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int int_suffix(s) ^ rttlex.c:169:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 2 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttsym.c rttsym.c:75:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct sym_entry *sym_lkup(image) ^ rttsym.c:93:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct sym_entry *sym_add(tok_id, image, id_type, nest_lvl) ^ rttsym.c:153:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *lbl(t) ^ rttsym.c:172:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void push_cntxt(lvl_incr) ^ rttsym.c:227:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void unuse(t_lst, lvl) ^ rttsym.c:242:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_sym(sym) ^ rttsym.c:260:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int alloc_tnd(typ, init, lvl) ^ rttsym.c:330:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dst_alloc(cnv_typ, var) ^ rttsym.c:368:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void add_def(dcltor) ^ rttsym.c:368:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttsym.c:420:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void id_def(dcltor, init) ^ rttsym.c:487:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void func_def(head) ^ rttsym.c:511:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void s_prm_def(u_ident, d_ident) ^ rttsym.c:532:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void add_s_prm(ident, param_num, flags) ^ rttsym.c:532:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttsym.c:555:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void var_args(ident) ^ rttsym.c:589:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void d_lst_typ(dcls) ^ rttsym.c:605:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void dcl_typ(dcl) ^ rttsym.c:605:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttsym.c:626:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void dcltor_typ(dcltor, tqual) ^ rttsym.c:626:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttsym.c:690:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void tnd_strct(t) ^ rttsym.c:711:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void tnd_union(t) ^ 23 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttnode.c rttnode.c:6:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *node0(id, tok) ^ rttnode.c:21:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *node1(id, tok, n1) ^ rttnode.c:38:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *node2(id, tok, n1, n2) ^ rttnode.c:57:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *node3(id, tok, n1, n2, n3) ^ rttnode.c:78:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *node4(id, tok, n1, n2, n3, n4) ^ rttnode.c:103:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *sym_node(tok) ^ rttnode.c:131:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *comp_nd(tok, dcls, stmts) ^ rttnode.c:150:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *arith_nd(tok, p1, p2, c_int, ci_act, intgr, i_act, dbl, d_act) ^ rttnode.c:193:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct node *dest_node(tok) ^ rttnode.c:211:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_tree(n) ^ 10 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttout.c rttout.c:90:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void chk_nl(indent) ^ rttout.c:90:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:110:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void line_dir(nxt_line, new_fname) ^ rttout.c:110:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:162:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void prt_str(s, indent) ^ rttout.c:174:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void tok_line(t, indent) ^ rttout.c:174:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:214:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void prt_tok(t, indent) ^ rttout.c:214:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:249:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void untend(indent) ^ rttout.c:249:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:270:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void tnd_var(sym, strct_ptr, access, indent) ^ rttout.c:270:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:321:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void prt_var(n, indent) ^ rttout.c:321:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:433:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int does_call(expr) ^ rttout.c:433:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:484:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void prt_runerr(t, num, val, indent) ^ rttout.c:484:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:519:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *typ_name(typcd, tok) ^ rttout.c:539:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void typ_asrt(typcd, desc, tok, indent) ^ rttout.c:539:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:605:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int retval_dcltor(dcltor, indent) ^ rttout.c:605:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:663:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void cnv_fnc(t, typcd, src, dflt, dest, indent) ^ rttout.c:663:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:793:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *cnv_name(typcd, dflt, dflt_to_ptr) ^ rttout.c:858:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ret_value(t, n, indent) ^ rttout.c:858:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:1072:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ret_1_arg(t, args, typcd, vwrd_asgn, arg_rep, indent) ^ rttout.c:1072:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:1105:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void chk_rsltblk(indent) ^ rttout.c:1105:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:1128:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void failure(indent, brace) ^ rttout.c:1128:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:1164:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int c_walk(n, indent, brace) ^ rttout.c:1863:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int call_ret(n) ^ rttout.c:1904:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ld_prmloc(parminfo) ^ rttout.c:1923:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void sv_prmloc(parminfo) ^ rttout.c:1944:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void mrg_prmloc(parminfo) ^ rttout.c:1981:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int typ_case(var, slct_lst, dflt, walk, maybe_var, indent) ^ rttout.c:1981:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:2244:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void chk_conj(n) ^ rttout.c:2244:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:2306:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int len_sel(sel, strt_prms, end_prms, indent) ^ rttout.c:2306:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:2338:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int rt_walk(n, indent, brace) ^ rttout.c:2338:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:2761:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void spcl_dcls(op_params) ^ rttout.c:2930:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void spcl_start(op_params) ^ rttout.c:2930:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:2954:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void tend_ary(n) ^ rttout.c:2954:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3038:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void parm_tnd(sym) ^ rttout.c:3038:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3062:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void parm_locs(op_params) ^ rttout.c:3062:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3100:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int real_def(n) ^ rttout.c:3100:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3124:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int only_proto(n) ^ rttout.c:3124:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3170:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int tdef_or_extr(n) ^ rttout.c:3170:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3195:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dclout(n) ^ rttout.c:3209:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fncout(head, prm_dcl, block) ^ rttout.c:3264:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void defout(n) ^ rttout.c:3307:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void comp_def(n) ^ rttout.c:3307:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3482:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void interp_def(n) ^ rttout.c:3482:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttout.c:3689:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void keyconst(t) ^ rttout.c:3799:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void keepdir(t) ^ 72 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttmisc.c rttmisc.c:34:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ttol(t) ^ rttmisc.c:65:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct token *chk_exct(tok) ^ rttmisc.c:80:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int icn_typ(typ) ^ 3 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttdb.c rttdb.c:60:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void loaddb(dbname) ^ rttdb.c:155:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void max_pre(tbl, pre) ^ rttdb.c:155:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:186:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct srcfile *src_lkup(srcname) ^ rttdb.c:219:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void add_dpnd(sfile, c_name) ^ rttdb.c:234:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void clr_dpnd(srcname) ^ rttdb.c:243:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dumpdb(dbname) ^ rttdb.c:314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void prt_impls(db, sect, tbl, num, sort_ary, cmp) ^ rttdb.c:314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:474:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_inlin(db, il) ^ rttdb.c:545:34: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "\n%d ", il->u[indx++].n); /* selection number */ ~~ ^~~~~~~~~~~~~~~ %ld rttdb.c:570:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[0].n); /* error number */ ~~ ^~~~~~~~~~ %ld rttdb.c:577:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[0].n); /* error number */ ~~ ^~~~~~~~~~ %ld rttdb.c:652:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[0].n); /* symbol table index */ ~~ ^~~~~~~~~~ %ld rttdb.c:659:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[0].n); /* symbol table index */ ~~ ^~~~~~~~~~ %ld rttdb.c:660:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[1].n); /* subscripting index */ ~~ ^~~~~~~~~~ %ld rttdb.c:674:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[1].n); /* number of local tended */ ~~ ^~~~~~~~~~ %ld rttdb.c:736:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[5].n); /* num string bufs */ ~~ ^~~~~~~~~~ %ld rttdb.c:737:29: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", il->u[6].n); /* num cset bufs */ ~~ ^~~~~~~~~~ %ld rttdb.c:474:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_inlin(db, il) ^ rttdb.c:830:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int put_case(db, il) ^ rttdb.c:830:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:859:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_typcd(db, typcd) ^ rttdb.c:859:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:916:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_ilc(db, ilc) ^ rttdb.c:964:38: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "$goto %d ", ilc->n); /* goto label */ ~~ ^~~~~~ %ld rttdb.c:969:32: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", ilc->n); /* label */ ~~ ^~~~~~ %ld rttdb.c:972:37: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "$lbl %d ", ilc->n); /* label */ ~~ ^~~~~~ %ld rttdb.c:916:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_ilc(db, ilc) ^ rttdb.c:992:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_var(db, code, ilc) ^ rttdb.c:1003:26: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(db, "%d ", ilc->n); /* offset into a symbol table */ ~~ ^~~~~~ %ld rttdb.c:992:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_var(db, code, ilc) ^ rttdb.c:1010:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ret_flag(db, flag, may_fthru) ^ rttdb.c:1034:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ rttdb.c:1010:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ret_flag(db, flag, may_fthru) ^ rttdb.c:1042:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void put_ret(db, ilc) ^ rttdb.c:1042:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1065:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int name_cmp(p1, p2) ^ rttdb.c:1065:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1081:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int op_cmp(p1, p2) ^ rttdb.c:1081:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1102:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void prt_dpnd(db) ^ rttdb.c:1102:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1150:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int src_cmp(p1, p2) ^ rttdb.c:1150:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1165:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int prt_c_fl(db, clst, line_left) ^ rttdb.c:1165:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1194:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void full_lst(fname) ^ rttdb.c:1223:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void impl_fnc(name) ^ rttdb.c:1238:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void impl_key(name) ^ rttdb.c:1253:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int set_impl(name, tbl, num_impl, pre) ^ rttdb.c:1253:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void set_prms(ptr) ^ rttdb.c:1314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttdb.c:1349:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void impl_op(op_sym, name) ^ rttdb.c:1429:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void set_r_seq(min, max, resume) ^ 56 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttinlin.c rttinlin.c:57:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void in_line(n) ^ rttinlin.c:132:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_code *il_walk(n) ^ rttinlin.c:132:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:696:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_code *il_var(n) ^ rttinlin.c:696:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:722:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_code *abstrcomp(n, indx_stor, chng_stor, escapes) ^ rttinlin.c:722:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:880:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void abstrsnty(t, typcd, indx_stor, chng_stor) ^ rttinlin.c:880:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:911:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int body_anlz(n, does_break, may_mod, const_cast, all) ^ rttinlin.c:911:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1303:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lcl_tend(n) ^ rttinlin.c:1303:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1362:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void chkrettyp(n) ^ rttinlin.c:1362:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1381:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_code *body_fnc(n) ^ rttinlin.c:1381:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1802:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int strct_typ(typ, is_reg) ^ rttinlin.c:1802:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1841:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int is_addr(dcltor, modifier) ^ rttinlin.c:1841:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1887:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void chng_ploc(typcd, src) ^ rttinlin.c:1887:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1918:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void cnt_bufs(cnv_typ) ^ rttinlin.c:1918:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttinlin.c:1937:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int mrg_abstr(sum, typ) ^ rttinlin.c:1937:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c rttilc.c rttilc.c:54:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct il_c *inlin_c(n, may_mod) ^ rttilc.c:68:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct il_c *simpl_dcl(tqual, addr_of, sym) ^ rttilc.c:92:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct il_c *parm_dcl(addr_of, sym) ^ rttilc.c:125:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void add_ptr(dcltor) ^ rttilc.c:125:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:187:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct il_c *bdy_prm(addr_of, just_desc, sym, may_mod) ^ rttilc.c:206:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct il_c *ilc_dcl(tqual, dcltor, init) ^ rttilc.c:243:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_chnl(t) ^ rttilc.c:243:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:261:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_tok(t) ^ rttilc.c:261:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:297:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_str(s) ^ rttilc.c:297:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:348:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void new_ilc(il_c_type) ^ rttilc.c:348:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:359:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void alloc_ilc(il_c_type) ^ rttilc.c:359:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:378:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct il_c *sep_ilc(s1, n, s2) ^ rttilc.c:378:21: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:406:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_var(sym, just_desc, may_mod) ^ rttilc.c:406:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:496:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_walk(n, may_mod, const_cast) ^ rttilc.c:496:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:1089:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_cnv(cnv_typ, src, dflt, dest) ^ rttilc.c:1089:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:1155:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_ret(t, ilc_typ, n) ^ rttilc.c:1155:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:1284:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_goto(lbl) ^ rttilc.c:1284:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:1298:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_cgoto(neg, cond, lbl) ^ rttilc.c:1298:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:1318:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void ilc_lbl(lbl) ^ rttilc.c:1318:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rttilc.c:1334:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void chkabsret(tok, ret_typ) ^ rttilc.c:1365:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void just_type(typ, indent, ilc) ^ 35 warnings generated. cc -c -I/usr/X11R6/include ../preproc/pout.c ../preproc/pout.c:10:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void output(out_file) ^ 1 warning generated. cc -c -I/usr/X11R6/include ../preproc/pchars.c cc -c -I/usr/X11R6/include ../preproc/perr.c ../preproc/perr.c:28:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void errt1(t, s) ^ ../preproc/perr.c:38:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void errfl1(f, l, s) ^ ../preproc/perr.c:52:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void err1(s) ^ ../preproc/perr.c:64:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void errt2(t, s1, s2) ^ ../preproc/perr.c:75:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void errfl2(f, l, s1, s2) ^ ../preproc/perr.c:90:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void err2(s1, s2) ^ ../preproc/perr.c:103:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void errt3(t, s1, s2, s3) ^ ../preproc/perr.c:115:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void errfl3(f, l, s1, s2, s3) ^ ../preproc/perr.c:133:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void addrmlst(fname, f) ^ 9 warnings generated. cc -c -I/usr/X11R6/include ../preproc/pmem.c ../preproc/pmem.c:15:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct macro *new_macro(mname, category, multi_line, prmlst, body) ^ ../preproc/pmem.c:39:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct token *new_token(id, image, fname, line) ^ ../preproc/pmem.c:59:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct token *copy_t(t) ^ ../preproc/pmem.c:75:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct tok_lst *new_t_lst(tok) ^ ../preproc/pmem.c:89:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct id_lst *new_id_lst(id) ^ ../preproc/pmem.c:104:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct char_src *new_cs(fname, f, bufsize) ^ ../preproc/pmem.c:128:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct mac_expand *new_me(m, args, exp_args) ^ ../preproc/pmem.c:148:20: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct paste_lsts *new_plsts(trigger, tlst, plst) ^ ../preproc/pmem.c:178:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void push_src(flag, ref) ^ ../preproc/pmem.c:199:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_t(t) ^ ../preproc/pmem.c:209:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_t_lst(tlst) ^ ../preproc/pmem.c:222:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_id_lst(ilst) ^ ../preproc/pmem.c:235:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_m(m) ^ ../preproc/pmem.c:248:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_m_lst(m) ^ ../preproc/pmem.c:261:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_plsts(plsts) ^ ../preproc/pmem.c:270:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void rel_sbuf(sbuf) ^ 16 warnings generated. cc -c -I/usr/X11R6/include ../preproc/bldtok.c ../preproc/bldtok.c:86:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int pp_tok_id(s) ^ ../preproc/bldtok.c:86:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/bldtok.c:115:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct token *chck_wh_sp(cs) ^ ../preproc/bldtok.c:218:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else { ^ ../preproc/bldtok.c:115:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct token *chck_wh_sp(cs) ^ ../preproc/bldtok.c:262:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct token *char_str(delim, tok_id) ^ ../preproc/bldtok.c:262:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/bldtok.c:293:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct token *hdr_tok(delim, tok_id, cs) ^ ../preproc/bldtok.c:293:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/bldtok.c:377:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../preproc/bldtok.c:405:22: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ../preproc/bldtok.c:759:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 12 warnings generated. cc -c -I/usr/X11R6/include ../preproc/macro.c ../preproc/macro.c:45:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct macro **m_find(mname) ^ ../preproc/macro.c:45:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:60:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int eq_id_lst(lst1, lst2) ^ ../preproc/macro.c:60:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:77:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int eq_tok_lst(lst1, lst2) ^ ../preproc/macro.c:77:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:182:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void m_install(mname, category, multi_line, prmlst, body) ^ ../preproc/macro.c:232:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void m_delete(mname) ^ ../preproc/macro.c:266:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct macro *m_lookup(id) ^ ../preproc/macro.c:279:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (m->mname == file_mac) /* __FILE__ */ ^ ../preproc/macro.c:288:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int parm_indx(id, m) ^ ../preproc/macro.c:288:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:304:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void cpy_str(ldelim, image, rdelim, sbuf) ^ ../preproc/macro.c:304:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:328:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct token *stringize(trigger, me) ^ ../preproc/macro.c:328:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:395:27: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct paste_lsts *paste_parse(t, me) ^ ../preproc/macro.c:395:27: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/macro.c:456:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int *cpy_image(t, s) ^ ../preproc/macro.c:456:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 20 warnings generated. cc -c -I/usr/X11R6/include ../preproc/preproc.c ../preproc/preproc.c:22:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void start_select(t) ^ ../preproc/preproc.c:22:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/preproc.c:136:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void end_select(t) ^ ../preproc/preproc.c:136:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/preproc.c:193:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void incl_file(t) ^ ../preproc/preproc.c:193:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/preproc.c:292:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void define(t) ^ ../preproc/preproc.c:292:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/preproc.c:419:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int expand(t, m) ^ ../preproc/preproc.c:419:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/preproc.c:588:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void toks_to_str(sbuf, t) ^ ../preproc/preproc.c:588:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 12 warnings generated. cc -c -I/usr/X11R6/include ../preproc/evaluate.c ../preproc/evaluate.c:37:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long primary(tp, trigger) ^ ../preproc/evaluate.c:37:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:253:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long unary(tp, trigger) ^ ../preproc/evaluate.c:253:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:281:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long multiplicative(tp, trigger) ^ ../preproc/evaluate.c:281:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long additive(tp, trigger) ^ ../preproc/evaluate.c:314:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:340:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long shift(tp, trigger) ^ ../preproc/evaluate.c:340:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:368:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long relation(tp, trigger) ^ ../preproc/evaluate.c:368:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:404:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long equality(tp, trigger) ^ ../preproc/evaluate.c:404:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:429:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long and(tp, trigger) ^ ../preproc/evaluate.c:429:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:448:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long excl_or(tp, trigger) ^ ../preproc/evaluate.c:448:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:467:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long incl_or(tp, trigger) ^ ../preproc/evaluate.c:467:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:486:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long log_and(tp, trigger) ^ ../preproc/evaluate.c:486:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:505:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static long log_or(tp, trigger) ^ ../preproc/evaluate.c:505:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/evaluate.c:524:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long conditional(tp, trigger) ^ ../preproc/evaluate.c:549:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int eval(trigger) ^ 26 warnings generated. cc -c -I/usr/X11R6/include ../preproc/files.c ../preproc/files.c:24:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void file_src(fname, f) ^ ../preproc/files.c:24:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/files.c:46:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void source(fname) ^ ../preproc/files.c:63:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void include(trigger, fname, system) ^ ../preproc/files.c:143:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void init_files(opt_lst, opt_args) ^ 5 warnings generated. cc -c -I/usr/X11R6/include ../preproc/gettok.c ../preproc/gettok.c:139:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void nxt_non_wh(tp) ^ ../preproc/gettok.c:161:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void advance_tok(tp) ^ ../preproc/gettok.c:180:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void merge_whsp(whsp, next_t, t_src) ^ 3 warnings generated. cc -c -I/usr/X11R6/include ../preproc/pinit.c ../preproc/pinit.c:21:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void init_preproc(fname, opt_lst, opt_args) ^ ../preproc/pinit.c:43:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void mac_opts(opt_lst, opt_args) ^ ../preproc/pinit.c:43:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/pinit.c:90:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void str_src(src_name, s, len) ^ ../preproc/pinit.c:123:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void do_directive(s) ^ ../preproc/pinit.c:123:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/pinit.c:135:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void undef_opt(s, len) ^ ../preproc/pinit.c:135:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../preproc/pinit.c:163:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void define_opt(s, len, dflt) ^ ../preproc/pinit.c:163:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 10 warnings generated. cc -L/opt/pkg/lib -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 cp rtt ../../bin cd src/icont; /opt/pkg/bin/bmake cc -I/usr/X11R6/include -I/opt/pkg/include -c tunix.c cc -I/usr/X11R6/include -I/opt/pkg/include -c tglobals.c cc -I/usr/X11R6/include -I/opt/pkg/include -c util.c util.c:33:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pointer tcalloc(m, n) ^ util.c:47:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pointer trealloc(table, tblfree, size, unit_size, min_units, tbl_name) ^ util.c:86:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned int round2(n) ^ 3 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c trans.c trans.c:29:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int trans(ifiles, tgtdir) ^ trans.c:61:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void trans1(filename, tgtdir) ^ trans.c:61:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] trans.c:120:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void writecheck(rc) ^ 4 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c tcode.c tcode.c:73:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void codegen(t) ^ tcode.c:85:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int traverse(t) ^ tcode.c:85:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:664:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void binop(op) ^ tcode.c:664:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:864:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void unopa(op,t) ^ tcode.c:864:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:916:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void unopb(op) ^ tcode.c:916:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1001:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void setloc(n) ^ tcode.c:1001:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1008:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emitfile(n) ^ tcode.c:1008:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1020:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emitline(n) ^ tcode.c:1020:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1052:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emitlab(l) ^ tcode.c:1052:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1058:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emit(s) ^ tcode.c:1058:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1064:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emitl(s, a) ^ tcode.c:1064:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1071:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emitn(s, a) ^ tcode.c:1071:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1078:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void emits(s, a) ^ tcode.c:1078:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tcode.c:1089:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int alclab(n) ^ tcode.c:1089:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c tlex.c In file included from tlex.c:14: ./../common/lextab.h:171:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getopr(ac, cc) ^ In file included from tlex.c:15: ./../common/yylex.h:200:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct toktab *getident(ac, cc) ^ ./../common/yylex.h:200:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./../common/yylex.h:267:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bufcmp(s) ^ ./../common/yylex.h:272:16: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] while (s != '\0' && s1 < lex_sbuf.endimage && *s == *s1) { ^~~~ (void *)0 ./../common/yylex.h:267:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bufcmp(s) ^ ./../common/yylex.h:290:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct toktab *getnum(ac, cc) ^ ./../common/yylex.h:290:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./../common/yylex.h:377:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct toktab *getstring(ac, cc) ^ ./../common/yylex.h:377:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./../common/yylex.h:477:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int octesc(ac) ^ ./../common/yylex.h:477:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./../common/yylex.h:557:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int setfilenm(c) ^ ./../common/yylex.h:557:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] In file included from tlex.c:16: ./../common/error.h:23:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void yyerror(tok, lval, state) ^ ./../common/error.h:54:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *mapterm(typ,val) ^ ./../common/error.h:54:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./../common/error.h:79:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void tfatal(s1, s2) ^ ./../common/error.h:97:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void nfatal(n, s1, s2) ^ ./../common/error.h:136:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void tsyserr(s) ^ ./../common/error.h:152:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void quit(msg) ^ ./../common/error.h:161:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void quitf(msg,arg) ^ 22 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c lnklist.c lnklist.c:21:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void addinvk(name, n) ^ lnklist.c:50:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct lfile *alclfile(name) ^ lnklist.c:50:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lnklist.c:67:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void addlfile(name) ^ 4 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c tparse.c tgram.g:448:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void xfree(p) ^ 1 warning generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c tsym.c tsym.c:94:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void install(name, flag, argcnt) ^ tsym.c:146:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int putloc(id,id_type) ^ tsym.c:165:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void putglob(id, id_type, n_args) ^ tsym.c:165:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:181:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int putlit(id, idtype, len) ^ tsym.c:200:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct tlentry *llookup(id) ^ tsym.c:200:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:215:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct tgentry *glookup(id) ^ tsym.c:215:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:231:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct tcentry *clookup(id,flag) ^ tsym.c:231:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:248:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int klookup(id) ^ tsym.c:337:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct tlentry *alcloc(blink, name, flag) ^ tsym.c:337:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:365:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct tgentry *alcglob(blink, name, flag, nargs) ^ tsym.c:365:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:394:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct tcentry *alclit(blink, name, len, flag) ^ tsym.c:394:24: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tsym.c:422:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void lout(fd) ^ tsym.c:435:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void constout(fd) ^ tsym.c:462:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void rout(fd,name) ^ tsym.c:483:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gout(fd) ^ 22 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c tmem.c cc -I/usr/X11R6/include -I/opt/pkg/include -c tree.c tree.c:17:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr tree1(type) ^ tree.c:27:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr tree2(type, loc_model) ^ tree.c:41:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr tree3(type, loc_model, c) ^ tree.c:57:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr tree4(type, loc_model, c, d) ^ tree.c:74:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr tree5(type, loc_model, c, d, e) ^ tree.c:92:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr tree6(type, loc_model, c, d, e, f) ^ tree.c:111:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr buildarray(a,lb,e,rb) ^ tree.c:126:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr int_leaf(type, loc_model, c) ^ tree.c:142:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr c_str_leaf(type, loc_model, c) ^ tree.c:158:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nodeptr i_str_leaf(type, loc_model, c, d) ^ 10 warnings generated. cc -I/usr/X11R6/include -L/opt/pkg/lib -o newhdr newhdr.c cc -I/usr/X11R6/include -L/opt/pkg/lib -o ixhdr.hdr ixhdr.c ../common/alloc.o ../common/munix.o ./newhdr -o hdr.h ixhdr.hdr cc -I/usr/X11R6/include -I/opt/pkg/include -c link.c link.c:39:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ilink(ifiles,outname) ^ link.c:130:39: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] strcat(script, " \n\f\n" + ((int)(strlen(script) + 4) % 8)); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:135:33: note: expanded from macro 'strcat' __builtin___strcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~~~~~~~~ link.c:130:39: note: use array indexing to silence this warning strcat(script, " \n\f\n" + ((int)(strlen(script) + 4) % 8)); ^ & [ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:135:33: note: expanded from macro 'strcat' __builtin___strcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ link.c:184:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void lwarn(s1, s2, s3) ^ link.c:198:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void lfatal(s1, s2) ^ link.c:212:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void setexe(fname) ^ link.c:212:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c lglob.c lglob.c:284:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void scanfile(filename) ^ lglob.c:284:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lglob.c:345:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void reference(gp) ^ lglob.c:345:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 4 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c lcode.c lcode.c:487:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemit(op, name) ^ lcode.c:487:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:500:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitl(op, lab, name) ^ lcode.c:500:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:523:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitn(op, n, name) ^ lcode.c:523:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:541:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitr(op, loc, name) ^ lcode.c:541:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:565:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitin(op, offset, n, name) ^ lcode.c:565:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:590:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitint(op, i, name) ^ lcode.c:590:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:606:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitcon(k) ^ lcode.c:606:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:687:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void lemitproc(name, nargs, ndyn, nstat, fstat) ^ lcode.c:687:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:1392:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void intout(oint) ^ lcode.c:1392:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:1449:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void wordout(oword) ^ lcode.c:1449:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:1471:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void outblock(addr,count) ^ lcode.c:1471:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lcode.c:1525:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void backpatch(lab) ^ lcode.c:1525:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 24 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c llex.c llex.c:18:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getopc(id) ^ llex.c:162:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long getint(j,wp) ^ llex.c:290:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word getstrlit(l) ^ 3 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c lmem.c lmem.c:119:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void alsolink(name) ^ lmem.c:150:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct lfile *getlfile(lptr) ^ lmem.c:168:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct lfile *alclfile(name) ^ lmem.c:168:22: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 4 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c lsym.c lsym.c:34:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word instid(s) ^ lsym.c:67:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word putident(len, install) ^ lsym.c:121:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int lexeql(l, s1, s2) ^ lsym.c:135:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct ientry *alcident(nam, len) ^ lsym.c:135:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lsym.c:163:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void putlocal(n, id, flags, imperror, procname) ^ lsym.c:221:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct gentry *putglobal(id, flags, nargs, procid) ^ lsym.c:244:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void putconst(n, flags, len, pc, valp) ^ lsym.c:292:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void putfield(fname, gp, fnum) ^ lsym.c:330:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct gentry *glocate(id) ^ lsym.c:344:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct fentry *flocate(id) ^ lsym.c:358:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct gentry *alcglobal(blink, name, flag, nargs, procid) ^ lsym.c:358:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lsym.c:389:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct fentry *alcfhead(blink, name, fid, rlist) ^ lsym.c:389:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lsym.c:414:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct rentry *alcfrec(link, gp, fnum) ^ lsym.c:414:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lsym.c:433:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int blocate(s_indx) ^ 18 warnings generated. cc -I/usr/X11R6/include -I/opt/pkg/include -c opcode.c cc -I/usr/X11R6/include -L/opt/pkg/lib -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 cp icont ../../bin (cd ../../bin; rm -f icon; ln -s icont icon) cd src/runtime; /opt/pkg/bin/bmake ../../bin/rtt -x cnv.r cc -c -I/usr/X11R6/include xcnv.c cnv.r:35:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_c_dbl(s, d) ^ cnv.r:99:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_c_int(s, d) ^ cnv.r:164:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_c_str(s, d) ^ cnv.r:207:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_cset(s, d) ^ cnv.r:218:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Cset)) { ~~~~~~~~~~~^~~~~~~~~ cnv.r:218:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Cset)) { ~ ^ ~ cnv.r:218:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Cset)) { ^~ = cnv.r:247:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_ec_int(s, d) ^ cnv.r:293:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_eint(s, d) ^ cnv.r:340:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_int(s, d) ^ cnv.r:440:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_real(s, d) ^ cnv.r:462:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_str(s, d) ^ cnv.r:512:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_tcset(cbuf, s, d) ^ cnv.r:524:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Cset)) { ~~~~~~~~~~~^~~~~~~~~ cnv.r:524:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Cset)) { ~ ^ ~ cnv.r:524:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Cset)) { ^~ = cnv.r:552:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cnv_tstr(sbuf, s, d) ^ cnv.r:578:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void deref(s, d) ^ cnv.r:644:8: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double getdbl(dp) ^ cnv.r:655:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int tmp_str(sbuf, s, d) ^ cnv.r:655:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cnv.r:696:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int dp_pnmcmp(pne, dp) ^ cnv.r:709:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_proc *bi_strprc(s, arity) ^ cnv.r:751:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_proc *strprc(s, arity) ^ cnv.r:762:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((globals[i]).dword == D_Proc)) ~~~~~~~~~~~~~~~~~~~^~~~~~~~~ cnv.r:762:34: note: remove extraneous parentheses around the comparison to silence this warning if (((globals[i]).dword == D_Proc)) ~ ^ ~ cnv.r:762:34: note: use '=' to turn this equality comparison into an assignment if (((globals[i]).dword == D_Proc)) ^~ = cnv.r:780:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void itos(num, dp, s) ^ cnv.r:780:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cnv.r:825:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int ston(sp, result) ^ cnv.r:825:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cnv.r:1076:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word cvpos(pos, len) ^ cnv.r:1107:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void rtos(n, dp, s) ^ cnv.r:1137:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void cstos(cs, dp, s) ^ cnv.r:1137:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 29 warnings generated. rm xcnv.c ../../bin/rtt -x data.r cc -c -I/usr/X11R6/include xdata.c rm xdata.c ../../bin/rtt -x def.r cc -c -I/usr/X11R6/include xdef.c def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_c_dbl(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_c_int(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_c_str(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_cset(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_ec_int(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_eint(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_int(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_real(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:9:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_str(s, df, d) ^ def.r:14:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:14:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:14:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:141:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_tcset(cbuf, s, df, d) ^ def.r:145:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:145:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:145:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = def.r:159:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int def_tstr(sbuf, s, df, d) ^ def.r:163:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*s).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ def.r:163:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*s).dword == D_Null)) { ~ ^ ~ def.r:163:20: note: use '=' to turn this equality comparison into an assignment if (((*s).dword == D_Null)) { ^~ = 22 warnings generated. rm xdef.c ../../bin/rtt -x errmsg.r cc -c -I/usr/X11R6/include xerrmsg.c errmsg.r:11:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void err_msg(n, v) ^ errmsg.r:90:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void irunerr(n, v) ^ errmsg.r:105:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void drunerr(n, v) ^ 3 warnings generated. rm xerrmsg.c ../../bin/rtt -x extcall.r cc -c -I/usr/X11R6/include xextcall.c rm xextcall.c ../../bin/rtt -x fconv.r cc -c -I/usr/X11R6/include xfconv.c xfconv.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zabs(r_args) ^ fconv.r:79:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zcset(r_args) ^ fconv.r:102:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zinteger(r_args) ^ fconv.r:102:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zreal(r_args) ^ fconv.r:102:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zstring(r_args) ^ fconv.r:102:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Znumeric(r_args) ^ fconv.r:143:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zproc(r_args) ^ fconv.r:172:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[1]).dword == D_Proc)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fconv.r:172:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[1]).dword == D_Proc)) { ~ ^ ~ fconv.r:172:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[1]).dword == D_Proc)) { ^~ = 8 warnings generated. rm xfconv.c ../../bin/rtt -x fload.r cc -c -I/usr/X11R6/include xfload.c fload.r:48:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zloadfunc(r_args) ^ fload.r:112:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int makefunc(d, name, func) ^ fload.r:205:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = (*func)(argc, dargv); ^ fload.r:214:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r).dword == D_Null)) ~~~~~~~~~~^~~~~~~~~ fload.r:214:19: note: remove extraneous parentheses around the comparison to silence this warning if (((r).dword == D_Null)) ~ ^ ~ fload.r:214:19: note: use '=' to turn this equality comparison into an assignment if (((r).dword == D_Null)) ^~ = fload.r:43:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int glue(); ^ void fload.r:191:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int glue(argc, dargv) ^ 6 warnings generated. rm xfload.c ../../bin/rtt -x fmath.r cc -c -I/usr/X11R6/include xfmath.c xfmath.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zsin(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zcos(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ztan(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zacos(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zasin(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zexp(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zsqrt(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zdtor(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zrtod(r_args) ^ fmath.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zatan(r_args) ^ fmath.r:62:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fmath.r:62:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fmath.r:62:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fmath.r:82:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zlog(r_args) ^ fmath.r:90:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fmath.r:90:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fmath.r:90:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = 13 warnings generated. rm xfmath.c ../../bin/rtt -x fmisc.r cc -c -I/usr/X11R6/include xfmisc.c xfmisc.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zargs(r_args) ^ fmisc.r:32:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zchar(r_args) ^ fmisc.r:98:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zcollect(r_args) ^ fmisc.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zcopy(r_args) ^ fmisc.r:282:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zdisplay(r_args) ^ fmisc.r:294:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fmisc.r:294:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fmisc.r:294:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fmisc.r:364:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zerrorclear(r_args) ^ fmisc.r:380:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zfunction(r_args) ^ fmisc.r:399:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ziand(r_args) ^ fmisc.r:431:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zior(r_args) ^ fmisc.r:431:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zixor(r_args) ^ fmisc.r:431:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zicom(r_args) ^ fmisc.r:491:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zimage(r_args) ^ fmisc.r:508:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zishift(r_args) ^ fmisc.r:554:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zord(r_args) ^ fmisc.r:570:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zname(r_args) ^ fmisc.r:623:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zrunerr(r_nargs, r_args) ^ fmisc.r:640:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zseq(r_args) ^ fmisc.r:698:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zserial(r_args) ^ fmisc.r:738:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zsort(r_args) ^ fmisc.r:1034:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int trefcmp(d1, d2) ^ fmisc.r:1050:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int tvalcmp(d1, d2) ^ fmisc.r:1070:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int trcmp3(dp1, dp2) ^ fmisc.r:1079:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int tvcmp4(dp1, dp2) ^ fmisc.r:1088:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zsortf(r_args) ^ fmisc.r:1230:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int nthcmp(d1, d2) ^ fmisc.r:1265:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static dptr nth(d) ^ fmisc.r:1265:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fmisc.r:1313:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ztype(r_args) ^ fmisc.r:1356:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zvariable(r_args) ^ 30 warnings generated. rm xfmisc.c ../../bin/rtt -x fmonitr.r cc -c -I/usr/X11R6/include xfmonitr.c rm xfmonitr.c ../../bin/rtt -x fscan.r cc -c -I/usr/X11R6/include xfscan.c xfscan.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zmove(r_args) ^ fscan.r:68:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zpos(r_args) ^ fscan.r:93:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ztab(r_args) ^ 3 warnings generated. rm xfscan.c ../../bin/rtt -x fstr.r cc -c -I/usr/X11R6/include xfstr.c xfstr.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zcenter(r_args) ^ fstr.r:127:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zdetab(r_nargs, r_args) ^ fstr.r:234:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zentab(r_nargs, r_args) ^ fstr.r:366:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void nxttab(col, tablst, endlst, last, interval) ^ fstr.r:392:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zleft(r_args) ^ fstr.r:443:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zmap(r_args) ^ fstr.r:465:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstr.r:465:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) ~ ^ ~ fstr.r:465:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) ^~ = fstr.r:467:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstr.r:467:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) ~ ^ ~ fstr.r:467:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) ^~ = fstr.r:535:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zrepl(r_args) ^ fstr.r:604:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zreverse(r_args) ^ fstr.r:643:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zright(r_args) ^ fstr.r:690:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ztrim(r_args) ^ 12 warnings generated. rm xfstr.c ../../bin/rtt -x fstranl.r cc -c -I/usr/X11R6/include xfstranl.c xfstranl.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zany(r_args) ^ fstranl.r:21:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:21:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fstranl.r:21:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fstranl.r:25:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:25:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:25:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:32:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:32:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:32:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:46:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[4]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:46:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[4]).dword == D_Null)) { ~ ^ ~ fstranl.r:46:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[4]).dword == D_Null)) { ^~ = fstranl.r:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zbal(r_args) ^ fstranl.r:21:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[4]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:21:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[4]).dword == D_Null)) { ~ ^ ~ fstranl.r:21:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[4]).dword == D_Null)) { ^~ = fstranl.r:25:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[5]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:25:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[5]).dword == D_Null)) { ~ ^ ~ fstranl.r:25:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[5]).dword == D_Null)) { ^~ = fstranl.r:32:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[5]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:32:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[5]).dword == D_Null)) { ~ ^ ~ fstranl.r:32:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[5]).dword == D_Null)) { ^~ = fstranl.r:46:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[6]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:46:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[6]).dword == D_Null)) { ~ ^ ~ fstranl.r:46:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[6]).dword == D_Null)) { ^~ = fstranl.r:129:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zfind(r_args) ^ fstranl.r:21:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:21:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fstranl.r:21:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fstranl.r:25:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:25:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:25:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:32:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:32:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:32:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:46:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[4]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:46:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[4]).dword == D_Null)) { ~ ^ ~ fstranl.r:46:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[4]).dword == D_Null)) { ^~ = fstranl.r:174:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zmany(r_args) ^ fstranl.r:21:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:21:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fstranl.r:21:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fstranl.r:25:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:25:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:25:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:32:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:32:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:32:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:46:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[4]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:46:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[4]).dword == D_Null)) { ~ ^ ~ fstranl.r:46:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[4]).dword == D_Null)) { ^~ = fstranl.r:206:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zmatch(r_args) ^ fstranl.r:21:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:21:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fstranl.r:21:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fstranl.r:25:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:25:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:25:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:32:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:32:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:32:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:46:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[4]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:46:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[4]).dword == D_Null)) { ~ ^ ~ fstranl.r:46:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[4]).dword == D_Null)) { ^~ = fstranl.r:239:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zupto(r_args) ^ fstranl.r:21:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:21:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) { ~ ^ ~ fstranl.r:21:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) { ^~ = fstranl.r:25:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:25:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:25:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:32:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[3]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:32:30: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[3]).dword == D_Null)) { ~ ^ ~ fstranl.r:32:30: note: use '=' to turn this equality comparison into an assignment if (((r_args[3]).dword == D_Null)) { ^~ = fstranl.r:46:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[4]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fstranl.r:46:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[4]).dword == D_Null)) { ~ ^ ~ fstranl.r:46:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[4]).dword == D_Null)) { ^~ = 30 warnings generated. rm xfstranl.c ../../bin/rtt -x fstruct.r cc -c -I/usr/X11R6/include xfstruct.c xfstruct.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zdelete(r_args) ^ fstruct.r:71:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int c_get(hp, res) ^ fstruct.r:121:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zget(r_args) ^ fstruct.r:146:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zpop(r_args) ^ fstruct.r:146:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zkey(r_args) ^ fstruct.r:179:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zinsert(r_args) ^ fstruct.r:285:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zlist(r_args) ^ fstruct.r:342:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zmember(r_args) ^ fstruct.r:391:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zpull(r_args) ^ fstruct.r:446:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void c_push(l, val) ^ fstruct.r:518:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zpush(r_nargs, r_args) ^ fstruct.r:626:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void c_put(l, val) ^ fstruct.r:699:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zput(r_nargs, r_args) ^ fstruct.r:807:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zset(r_args) ^ fstruct.r:896:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ztable(r_args) ^ 15 warnings generated. rm xfstruct.c ../../bin/rtt -x fsys.r cc -c -I/usr/X11R6/include xfsys.c xfsys.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zclose(r_args) ^ fsys.r:78:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zexit(r_args) ^ fsys.r:82:4: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ fsys.r:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zgetenv(r_args) ^ fsys.r:117:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zopen(r_nargs, r_args) ^ fsys.r:273:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((&r_args[3])[j]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:273:39: note: remove extraneous parentheses around the comparison to silence this warning if ((((&r_args[3])[j]).dword == D_Null)) ~ ^ ~ fsys.r:273:39: note: use '=' to turn this equality comparison into an assignment if ((((&r_args[3])[j]).dword == D_Null)) ^~ = fsys.r:332:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:332:33: note: remove extraneous parentheses around the comparison to silence this warning if (((lastEventWin).dword == D_Null)) { ~ ^ ~ fsys.r:332:33: note: use '=' to turn this equality comparison into an assignment if (((lastEventWin).dword == D_Null)) { ^~ = fsys.r:351:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zread(r_args) ^ fsys.r:351:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[1]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:351:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[1]).dword == D_Null)) { ~ ^ ~ fsys.r:351:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[1]).dword == D_Null)) { ^~ = fsys.r:446:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zreads(r_args) ^ fsys.r:447:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[1]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:447:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[1]).dword == D_Null)) { ~ ^ ~ fsys.r:447:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[1]).dword == D_Null)) { ^~ = fsys.r:556:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zremove(r_args) ^ fsys.r:576:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zrename(r_args) ^ fsys.r:600:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zseek(r_args) ^ fsys.r:653:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zsystem(r_args) ^ fsys.r:687:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zwhere(r_args) ^ fsys.r:696:9: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long ftell(); ^ fsys.r:701:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((BlkLoc(r_args[1])->file.status == 0)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ fsys.r:701:40: note: remove extraneous parentheses around the comparison to silence this warning if ((BlkLoc(r_args[1])->file.status == 0)) ~ ^ ~ fsys.r:701:40: note: use '=' to turn this equality comparison into an assignment if ((BlkLoc(r_args[1])->file.status == 0)) ^~ = fsys.r:729:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zstop(r_nargs, r_args) ^ fsys.r:847:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((&r_args[1])[n]).dword == D_File)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:847:42: note: remove extraneous parentheses around the comparison to silence this warning if ((((&r_args[1])[n]).dword == D_File)) { ~ ^ ~ fsys.r:847:42: note: use '=' to turn this equality comparison into an assignment if ((((&r_args[1])[n]).dword == D_File)) { ^~ = fsys.r:783:4: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ fsys.r:788:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zwrite(r_nargs, r_args) ^ fsys.r:847:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((&r_args[1])[n]).dword == D_File)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:847:42: note: remove extraneous parentheses around the comparison to silence this warning if ((((&r_args[1])[n]).dword == D_File)) { ~ ^ ~ fsys.r:847:42: note: use '=' to turn this equality comparison into an assignment if ((((&r_args[1])[n]).dword == D_File)) { ^~ = fsys.r:793:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zwrites(r_nargs, r_args) ^ fsys.r:847:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((&r_args[1])[n]).dword == D_File)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fsys.r:847:42: note: remove extraneous parentheses around the comparison to silence this warning if ((((&r_args[1])[n]).dword == D_File)) { ~ ^ ~ fsys.r:847:42: note: use '=' to turn this equality comparison into an assignment if ((((&r_args[1])[n]).dword == D_File)) { ^~ = fsys.r:793:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zgetch(r_args) ^ fsys.r:941:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zgetche(r_args) ^ fsys.r:956:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zkbhit(r_args) ^ fsys.r:971:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zchdir(r_args) ^ fsys.r:987:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zdelay(r_args) ^ fsys.r:1008:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Zflush(r_args) ^ 31 warnings generated. rm xfsys.c ../../bin/rtt -x fwindow.r cc -c -I/usr/X11R6/include xfwindow.c fwindow.r:33:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZActive(r_args) ^ fwindow.r:51:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZAlert(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZBg(r_nargs, r_args) ^ fwindow.r:112:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZClip(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZClone(r_nargs, r_args) ^ fwindow.r:200:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZColor(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:243:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZColorValue(r_nargs, r_args) ^ fwindow.r:308:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZCopyArea(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZCouple(r_args) ^ fwindow.r:410:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawArc(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawCircle(r_nargs, r_args) ^ fwindow.r:514:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawCurve(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawImage(r_nargs, r_args) ^ fwindow.r:709:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawLine(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawPoint(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawPolygon(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawRectangle(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawSegment(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZDrawString(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEraseArea(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZEvent(r_nargs, r_args) ^ fwindow.r:998:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFg(r_nargs, r_args) ^ fwindow.r:1038:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFillArc(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFillCircle(r_nargs, r_args) ^ fwindow.r:1136:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFillPolygon(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFillRectangle(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFont(r_nargs, r_args) ^ fwindow.r:1243:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZFreeColor(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:243:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZGotoRC(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZGotoXY(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZLower(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZNewColor(r_nargs, r_args) ^ fwindow.r:1391:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZPaletteChars(r_nargs, r_args) ^ fwindow.r:1428:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZPaletteColor(r_nargs, r_args) ^ fwindow.r:1470:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZPaletteKey(r_nargs, r_args) ^ fwindow.r:1519:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZPattern(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZPending(r_nargs, r_args) ^ fwindow.r:1581:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZPixel(r_nargs, r_args) ^ fwindow.r:1682:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZQueryPointer(r_args) ^ fwindow.r:1689:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[1]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fwindow.r:1689:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[1]).dword == D_Null)) { ~ ^ ~ fwindow.r:1689:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[1]).dword == D_Null)) { ^~ = fwindow.r:1710:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZRaise(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZReadImage(r_nargs, r_args) ^ fwindow.r:1801:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZWSync(r_args) ^ fwindow.r:1807:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[1]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~^~~~~~~~~ fwindow.r:1807:27: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[1]).dword == D_Null)) { ~ ^ ~ fwindow.r:1807:27: note: use '=' to turn this equality comparison into an assignment if (((r_args[1]).dword == D_Null)) { ^~ = fwindow.r:1826:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZTextWidth(r_nargs, r_args) ^ fwindow.r:1849:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZUncouple(r_args) ^ fwindow.r:1867:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZWAttrib(r_nargs, r_args) ^ fwindow.r:1887:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((&r_args[1])[n]).dword == D_File)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fwindow.r:1887:39: note: remove extraneous parentheses around the comparison to silence this warning if ((((&r_args[1])[n]).dword == D_File)) { ~ ^ ~ fwindow.r:1887:39: note: use '=' to turn this equality comparison into an assignment if ((((&r_args[1])[n]).dword == D_File)) { ^~ = fwindow.r:1906:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((((&r_args[1])[n]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ fwindow.r:1906:42: note: remove extraneous parentheses around the comparison to silence this warning if ((((&r_args[1])[n]).dword == D_Null)) { ~ ^ ~ fwindow.r:1906:42: note: use '=' to turn this equality comparison into an assignment if ((((&r_args[1])[n]).dword == D_Null)) { ^~ = fwindow.r:2022:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZWDefault(r_nargs, r_args) ^ fwindow.r:2047:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZWFlush(r_nargs, r_args) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ZWriteImage(r_nargs, r_args) ^ 52 warnings generated. rm xfwindow.c ../../bin/rtt -x imain.r cc -c -I/usr/X11R6/include ximain.c imain.r:189:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ixopts(argc, argv, ip) ^ imain.r:189:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] imain.r:290:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern int Omkrec(); ^ 3 warnings generated. rm ximain.c ../../bin/rtt -x imisc.r cc -c -I/usr/X11R6/include ximisc.c /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:25:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ofield(nargs, cargp) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:25:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Omkrec(nargs, cargp) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:25:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olimit(nargs, cargp) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:25:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Obscan(nargs, cargp) ^ /Users/pbulk/build/lang/icon/work/icon.v943src/bin/../src/h/grttin.h:25:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oescan(nargs, cargp) ^ 5 warnings generated. rm ximisc.c ../../bin/rtt -x init.r cc -c -I/usr/X11R6/include xinit.c init.r:180:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static FILE *readhdr(name, hdr) ^ init.r:180:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init.r:269:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void icon_init(name, argcp, argv) ^ init.r:279:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word cbread, longread(); ^ init.r:617:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void env_err(msg, name, val) ^ init.r:617:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init.r:635:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void env_int(name, variable, non_neg, limit) ^ init.r:705:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void error(s1, s2) ^ init.r:721:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void syserr(s) ^ init.r:746:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void c_exit(i) ^ init.r:807:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fatalerr(n, v) ^ init.r:818:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int pstrnmcmp(a, b) ^ 12 warnings generated. rm xinit.c ../../bin/rtt -x interp.r cc -c -I/usr/X11R6/include xinterp.c interp.r:156:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int interp(fsig, cargp) ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:106:40: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*(optab[lastop]))(rargp); ^ interp.r:106:40: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*(optab[lastop]))(rargp); ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:106:40: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*(optab[lastop]))(rargp); ^ interp.r:106:40: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*(optab[lastop]))(rargp); ^ interp.r:86:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*(optab[lastop]))(rargp) == A_Resume) { ^ interp.r:106:40: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*(optab[lastop]))(rargp); ^ interp.r:742:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*bfunc)(nargs, rargp); ^ interp.r:754:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*bfunc)(rargp); ^ interp.r:779:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signal = (*(keytab[(int)opnd]))(rargp); ^ interp.r:1604:27: warning: format specifies type 'unsigned int' but the argument has type 'word' (aka 'long') [-Wformat] (long)lastop, lastop); ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 19 warnings generated. rm xinterp.c ../../bin/rtt -x invoke.r cc -c -I/usr/X11R6/include xinvoke.c invoke.r:149:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int invoke(nargs, cargp, n) ^ 1 warning generated. rm xinvoke.c ../../bin/rtt -x keyword.r cc -c -I/usr/X11R6/include xkeyword.c ../h/kdefs.h:71:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kallocated(r_args) ^ keyword.r:29:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kclock(r_args) ^ keyword.r:46:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kcollections(r_args) ^ keyword.r:61:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kcolumn(r_args) ^ keyword.r:70:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kcurrent(r_args) ^ keyword.r:89:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kdate(r_args) ^ keyword.r:109:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kdateline(r_args) ^ keyword.r:151:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kdigits(r_args) ^ keyword.r:163:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ke(r_args) ^ keyword.r:172:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kerror(r_args) ^ keyword.r:171:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kerrornumber(r_args) ^ keyword.r:184:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kerrortext(r_args) ^ keyword.r:196:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kerrorvalue(r_args) ^ keyword.r:208:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kerrout(r_args) ^ keyword.r:219:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kfail(r_args) ^ keyword.r:228:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Keventcode(r_args) ^ keyword.r:238:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Keventsource(r_args) ^ keyword.r:249:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Keventvalue(r_args) ^ keyword.r:260:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kfeatures(r_args) ^ ../h/features.h:88:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kfile(r_args) ^ keyword.r:294:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Khost(r_args) ^ keyword.r:310:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kinput(r_args) ^ keyword.r:321:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Klcase(r_args) ^ keyword.r:333:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kletters(r_args) ^ keyword.r:345:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Klevel(r_args) ^ keyword.r:345:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kline(r_args) ^ keyword.r:361:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kmain(r_args) ^ keyword.r:371:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Knull(r_args) ^ keyword.r:381:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Koutput(r_args) ^ keyword.r:392:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kphi(r_args) ^ keyword.r:401:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kpi(r_args) ^ keyword.r:410:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kpos(r_args) ^ keyword.r:412:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kprogname(r_args) ^ keyword.r:423:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Krandom(r_args) ^ keyword.r:434:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kregions(r_args) ^ keyword.r:460:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ksource(r_args) ^ keyword.r:472:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kstorage(r_args) ^ keyword.r:501:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ksubject(r_args) ^ keyword.r:511:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ktime(r_args) ^ keyword.r:522:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ktrace(r_args) ^ keyword.r:533:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kdump(r_args) ^ keyword.r:544:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kucase(r_args) ^ keyword.r:556:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kversion(r_args) ^ keyword.r:550:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kwindow(r_args) ^ keyword.r:565:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kcol(r_args) ^ keyword.r:577:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:577:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:577:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:585:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Krow(r_args) ^ keyword.r:584:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:584:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:584:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:592:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kx(r_args) ^ keyword.r:591:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:591:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:591:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:599:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ky(r_args) ^ keyword.r:598:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:598:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:598:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:606:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kinterval(r_args) ^ keyword.r:605:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:605:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:605:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:613:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kcontrol(r_args) ^ keyword.r:612:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:612:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:612:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:621:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kshift(r_args) ^ keyword.r:619:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:619:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:619:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:628:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kmeta(r_args) ^ keyword.r:626:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] {if (((lastEventWin).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ keyword.r:626:31: note: remove extraneous parentheses around the comparison to silence this warning {if (((lastEventWin).dword == D_Null)) { ~ ^ ~ keyword.r:626:31: note: use '=' to turn this equality comparison into an assignment {if (((lastEventWin).dword == D_Null)) { ^~ = keyword.r:635:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Klpress(r_args) ^ keyword.r:687:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kmpress(r_args) ^ keyword.r:691:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Krpress(r_args) ^ keyword.r:695:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Klrelease(r_args) ^ keyword.r:699:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kmrelease(r_args) ^ keyword.r:703:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Krrelease(r_args) ^ keyword.r:707:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kldrag(r_args) ^ keyword.r:711:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kmdrag(r_args) ^ keyword.r:715:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Krdrag(r_args) ^ keyword.r:719:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kresize(r_args) ^ keyword.r:723:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kascii(r_args) ^ keyword.r:735:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Kcset(r_args) ^ 72 warnings generated. rm xkeyword.c ../../bin/rtt -x lmisc.r cc -c -I/usr/X11R6/include xlmisc.c lmisc.r:17:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ocreate(entryp, cargp) ^ lmisc.r:146:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int activate(val, ncp, result) ^ 2 warnings generated. rm xlmisc.c ../../bin/rtt -x oarith.r cc -c -I/usr/X11R6/include xoarith.c oarith.r:14:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Odivide(r_args) ^ oarith.r:52:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ominus(r_args) ^ oarith.r:52:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Omod(r_args) ^ oarith.r:52:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Omult(r_args) ^ oarith.r:52:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oneg(r_args) ^ oarith.r:282:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumber(r_args) ^ oarith.r:315:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oplus(r_args) ^ oarith.r:52:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Opowr(r_args) ^ oarith.r:470:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ripow(r, n, drslt) ^ 9 warnings generated. rm xoarith.c ../../bin/rtt -x oasgn.r cc -c -I/usr/X11R6/include xoasgn.c xoasgn.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oasgn(r_args) ^ oasgn.r:52:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:33: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) ~ ^ ~ oasgn.r:52:33: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) ^~ = oasgn.r:170:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Orasgn(r_args) ^ oasgn.r:52:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_args[2]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:33: note: remove extraneous parentheses around the comparison to silence this warning if (((r_args[2]).dword == D_Null)) ~ ^ ~ oasgn.r:52:33: note: use '=' to turn this equality comparison into an assignment if (((r_args[2]).dword == D_Null)) ^~ = oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[0]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[0]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[0]).dword == D_Null)) ^~ = oasgn.r:196:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Orswap(r_args) ^ oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[3]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[3]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[3]).dword == D_Null)) ^~ = oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[2]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[2]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[2]).dword == D_Null)) ^~ = oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[2]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[2]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[2]).dword == D_Null)) ^~ = oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[3]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[3]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[3]).dword == D_Null)) ^~ = oasgn.r:296:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oswap(r_args) ^ oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[3]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[3]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[3]).dword == D_Null)) ^~ = oasgn.r:52:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[2]).dword == D_Null)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oasgn.r:52:35: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[2]).dword == D_Null)) ~ ^ ~ oasgn.r:52:35: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[2]).dword == D_Null)) ^~ = oasgn.r:376:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int subs_asgn(dest, src) ^ oasgn.r:472:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int tvtbl_asgn(dest, src) ^ 15 warnings generated. rm xoasgn.c ../../bin/rtt -x ocat.r cc -c -I/usr/X11R6/include xocat.c xocat.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ocater(r_args) ^ ocat.r:78:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olconcat(r_args) ^ 2 warnings generated. rm xocat.c ../../bin/rtt -x ocomp.r cc -c -I/usr/X11R6/include xocomp.c xocomp.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumeq(r_args) ^ ocomp.r:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumge(r_args) ^ ocomp.r:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumgt(r_args) ^ ocomp.r:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumle(r_args) ^ ocomp.r:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumlt(r_args) ^ ocomp.r:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onumne(r_args) ^ ocomp.r:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olexeq(r_args) ^ ocomp.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olexne(r_args) ^ ocomp.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olexge(r_args) ^ ocomp.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olexgt(r_args) ^ ocomp.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olexle(r_args) ^ ocomp.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Olexlt(r_args) ^ ocomp.r:144:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oeqv(r_args) ^ ocomp.r:166:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oneqv(r_args) ^ 14 warnings generated. rm xocomp.c ../../bin/rtt -x omisc.r cc -c -I/usr/X11R6/include xomisc.c xomisc.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Orefresh(r_args) ^ omisc.r:61:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Osize(r_args) ^ omisc.r:111:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Otabmat(r_args) ^ omisc.r:175:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Otoby(r_args) ^ omisc.r:223:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oto(r_args) ^ omisc.r:247:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ollist(r_nargs, r_args) ^ 6 warnings generated. rm xomisc.c ../../bin/rtt -x oref.r cc -c -I/usr/X11R6/include xoref.c xoref.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Obang(r_args) ^ oref.r:256:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Orandom(r_args) ^ oref.r:569:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Osect(r_args) ^ oref.r:569:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[0]).dword == D_List)) { ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ oref.r:569:29: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[0]).dword == D_List)) { ~ ^ ~ oref.r:569:29: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[0]).dword == D_List)) { ^~ = oref.r:671:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Osubsc(r_args) ^ 5 warnings generated. rm xoref.c ../../bin/rtt -x oset.r cc -c -I/usr/X11R6/include xoset.c xoset.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ocompl(r_args) ^ oset.r:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Odiff(r_args) ^ oset.r:125:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ointer(r_args) ^ oset.r:219:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ounion(r_args) ^ 4 warnings generated. rm xoset.c ../../bin/rtt -x ovalue.r cc -c -I/usr/X11R6/include xovalue.c xovalue.c:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ononnull(r_args) ^ ovalue.r:16:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[0]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ovalue.r:16:29: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[0]).dword == D_Null)) { ~ ^ ~ ovalue.r:16:29: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[0]).dword == D_Null)) { ^~ = ovalue.r:31:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Onull(r_args) ^ ovalue.r:39:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((r_tend.d[0]).dword == D_Null)) { ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ ovalue.r:39:29: note: remove extraneous parentheses around the comparison to silence this warning if (((r_tend.d[0]).dword == D_Null)) { ~ ^ ~ ovalue.r:39:29: note: use '=' to turn this equality comparison into an assignment if (((r_tend.d[0]).dword == D_Null)) { ^~ = ovalue.r:54:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Ovalue(r_args) ^ ovalue.r:66:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Oconj(r_args) ^ 6 warnings generated. rm xovalue.c ../../bin/rtt -x ralc.r cc -c -I/usr/X11R6/include xralc.c ralc.r:113:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_bignum *alcbignum(n) ^ ralc.r:280:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_file *alcfile(fd, status, name) ^ ralc.r:299:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] union block *alchash(tcode) ^ ralc.r:326:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_slots *alcsegment(nslots) ^ ralc.r:346:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_list *alclist(size) ^ ralc.r:365:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_lelem *alclstb(nslots, first, nused) ^ ralc.r:389:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_real *alcreal(val) ^ ralc.r:415:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_record *alcrecd(nflds, recptr) ^ ralc.r:449:19: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_refresh *alcrefresh(entryx, na, nl) ^ ralc.r:466:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_selem *alcselem(mbr, hn) ^ ralc.r:485:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *alcstr(s, slen) ^ ralc.r:537:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_tvsubs *alcsubs(len, pos, var) ^ ralc.r:571:17: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_tvtbl *alctvtbl(tbl, ref, hashnum) ^ ralc.r:591:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void deallocate(bp) ^ ralc.r:627:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *reserve(region, nbytes) ^ ralc.r:738:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct region *findgap(curr, nbytes) ^ ralc.r:738:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ralc.r:757:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static struct region *newregion(nbytes, stdsize) ^ ralc.r:757:23: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 19 warnings generated. rm xralc.c ../../bin/rtt -x rcoexpr.r cc -c -I/usr/X11R6/include xrcoexpr.c rcoexpr.r:13:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void co_init(sblkp) ^ rcoexpr.r:148:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int co_chng(ncp, valloc, rsltloc, swtch_typ, first) ^ rcoexpr.r:298:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void new_context(fsig, cargp) ^ 3 warnings generated. rm xrcoexpr.c ../../bin/rtt -x rcomp.r cc -c -I/usr/X11R6/include xrcomp.c rcomp.r:10:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int anycmp(dp1, dp2) ^ rcomp.r:194:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int order(dp) ^ rcomp.r:244:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int equiv(dp1, dp2) ^ rcomp.r:326:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int lexcmp(dp1, dp2) ^ rcomp.r:374:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int csetcmp(cs1, cs2) ^ 5 warnings generated. rm xrcomp.c ../../bin/rtt -x rdebug.r cc -c -I/usr/X11R6/include xrdebug.c rdebug.r:43:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void tracebk(lcl_pfp, argp) ^ rdebug.r:97:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void xtrace(bp, nargs, arg, pline, pfile) ^ rdebug.r:97:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rdebug.r:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int get_name(dp1, dp0) ^ rdebug.r:438:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int keyref(bp, dp) ^ rdebug.r:438:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rdebug.r:480:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cotrace(ccp, ncp, swtch_typ, valloc) ^ rdebug.r:533:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void showline(f, l) ^ rdebug.r:533:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rdebug.r:553:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void showlevel(n) ^ rdebug.r:553:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rdebug.r:707:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ctrace(dp, nargs, arg) ^ rdebug.r:731:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void rtrace(dp, rval) ^ rdebug.r:754:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void failtrace(dp) ^ rdebug.r:775:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void strace(dp, rval) ^ rdebug.r:798:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void atrace(dp) ^ rdebug.r:819:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void coacttrace(ccp, ncp) ^ rdebug.r:843:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void corettrace(ccp, ncp) ^ rdebug.r:867:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cofailtrace(ccp, ncp) ^ rdebug.r:894:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int xdisp(fp, dp, count, f) ^ rdebug.r:1012:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int glbcmp(pi, pj) ^ rdebug.r:1012:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 22 warnings generated. rm xrdebug.c ../../bin/rtt -x rlrgint.r cc -c -I/usr/X11R6/include xrlrgint.c rlrgint.r:143:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int mkdesc(x, dx) ^ rlrgint.r:143:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:185:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void itobig(i, x, dx) ^ rlrgint.r:185:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:225:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word bigradix(sign, r, s, end_s, result) ^ rlrgint.r:284:8: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double bigtoreal(da) ^ rlrgint.r:301:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int realtobig(da, dx) ^ rlrgint.r:331:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (sgn = x < 0) ~~~~^~~~~~~ rlrgint.r:331:12: note: place parentheses around the assignment to silence this warning if (sgn = x < 0) ^ ( ) rlrgint.r:331:12: note: use '==' to turn this assignment into an equality comparison if (sgn = x < 0) ^ == rlrgint.r:356:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigtos(da, dx) ^ rlrgint.r:392:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void bigprint(f, da) ^ rlrgint.r:427:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void decout(f, n, l) ^ rlrgint.r:427:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:443:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cpbignum(da, dx) ^ rlrgint.r:462:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigadd(da, db, dx) ^ rlrgint.r:575:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigsub(da, db, dx) ^ rlrgint.r:749:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigmul(da, db, dx) ^ rlrgint.r:786:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigdiv(da, db, dx) ^ rlrgint.r:835:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigmod(da, db, dx) ^ rlrgint.r:888:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigneg(da, dx) ^ rlrgint.r:911:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigpow(da, db, dx) ^ rlrgint.r:987:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigpowri(a, db, drslt) ^ rlrgint.r:1033:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigand(da, db, dx) ^ rlrgint.r:1183:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigor(da, db, dx) ^ rlrgint.r:1333:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigxor(da, db, dx) ^ rlrgint.r:1483:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigshift(da, db, dx) ^ rlrgint.r:1551:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word bigcmp(da, db) ^ rlrgint.r:1585:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int bigrand(da, dx) ^ rlrgint.r:1622:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigaddi(da, i, dx) ^ rlrgint.r:1622:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1666:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigsubi(da, i, dx) ^ rlrgint.r:1666:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1710:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigmuli(da, i, dx) ^ rlrgint.r:1710:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1748:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigdivi(da, i, dx) ^ rlrgint.r:1748:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1785:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigmodi(da, i, dx) ^ rlrgint.r:1785:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1820:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigpowi(da, i, dx) ^ rlrgint.r:1820:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1855:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bigpowii(a, i, dx) ^ rlrgint.r:1855:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1937:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static word bigcmpi(da, i) ^ rlrgint.r:1937:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1976:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static DIGIT add1(u, v, w, n) ^ rlrgint.r:1976:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:1998:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static word sub1(u, v, w, n) ^ rlrgint.r:1998:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2018:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void mul1(u, v, w, n, m) ^ rlrgint.r:2018:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2044:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int div1(a, b, q, r, m, n, tu, tv) ^ rlrgint.r:2044:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2126:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void compl1(u, w, n) ^ rlrgint.r:2126:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2144:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static word cmp1(u, v, n) ^ rlrgint.r:2144:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2163:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static DIGIT addi1(u, k, w, n) ^ rlrgint.r:2163:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2187:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void subi1(u, k, w, n) ^ rlrgint.r:2187:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2210:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static DIGIT muli1(u, k, c, w, n) ^ rlrgint.r:2210:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2235:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static DIGIT divi1(u, k, w, n) ^ rlrgint.r:2235:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2260:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static DIGIT shifti1(u, k, c, w, n) ^ rlrgint.r:2260:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rlrgint.r:2287:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static word cmpi1(u, k, n) ^ rlrgint.r:2287:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 67 warnings generated. rm xrlrgint.c ../../bin/rtt -x rmemmgt.r cc -c -I/usr/X11R6/include xrmemmgt.c rmemmgt.r:264:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void initalloc(codesize) ^ rmemmgt.r:341:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int collect(region) ^ rmemmgt.r:427:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((ws->filep).dword == D_File)) ~~~~~~~~~~~~~~~~~~^~~~~~~~~ rmemmgt.r:427:30: note: remove extraneous parentheses around the comparison to silence this warning if (((ws->filep).dword == D_File)) ~ ^ ~ rmemmgt.r:427:30: note: use '=' to turn this equality comparison into an assignment if (((ws->filep).dword == D_File)) ^~ = rmemmgt.r:429:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((ws->listp).dword == D_List)) ~~~~~~~~~~~~~~~~~~^~~~~~~~~ rmemmgt.r:429:30: note: remove extraneous parentheses around the comparison to silence this warning if (((ws->listp).dword == D_List)) ~ ^ ~ rmemmgt.r:429:30: note: use '=' to turn this equality comparison into an assignment if (((ws->listp).dword == D_List)) ^~ = rmemmgt.r:455:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((kywd_xwin[XKey_Window]).dword == D_File)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ rmemmgt.r:455:40: note: remove extraneous parentheses around the comparison to silence this warning if (((kywd_xwin[XKey_Window]).dword == D_File)) ~ ^ ~ rmemmgt.r:455:40: note: use '=' to turn this equality comparison into an assignment if (((kywd_xwin[XKey_Window]).dword == D_File)) ^~ = rmemmgt.r:457:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((lastEventWin).dword == D_File)) ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ rmemmgt.r:457:30: note: remove extraneous parentheses around the comparison to silence this warning if (((lastEventWin).dword == D_File)) ~ ^ ~ rmemmgt.r:457:30: note: use '=' to turn this equality comparison into an assignment if (((lastEventWin).dword == D_File)) ^~ = rmemmgt.r:559:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void postqual(dp) ^ rmemmgt.r:559:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:595:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void markblock(dp) ^ rmemmgt.r:595:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:801:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void markptr(ptr) ^ rmemmgt.r:801:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:937:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void sweep(ce) ^ rmemmgt.r:937:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:973:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void sweep_stk(ce) ^ rmemmgt.r:973:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:1167:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void scollect(extra) ^ rmemmgt.r:1167:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:1233:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int qlcmp(q1, q2) ^ rmemmgt.r:1233:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:1245:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void adjust(source, dest) ^ rmemmgt.r:1245:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:1280:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void compact(source) ^ rmemmgt.r:1280:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmemmgt.r:1326:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void mvc(n, src, dest) ^ rmemmgt.r:1326:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 26 warnings generated. rm xrmemmgt.c ../../bin/rtt -x rmisc.r cc -c -I/usr/X11R6/include xrmisc.c rmisc.r:24:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int eq(d1, d2) ^ rmisc.r:45:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getvar(s, vp) ^ rmisc.r:251:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] uword hash(dp) ^ rmisc.r:379:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void outimage(f, dp, noimage) ^ rmisc.r:587:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((bp->tvsubs.ssvar).dword == D_Kywdsubj)) { ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ rmisc.r:587:40: note: remove extraneous parentheses around the comparison to silence this warning if (((bp->tvsubs.ssvar).dword == D_Kywdsubj)) { ~ ^ ~ rmisc.r:587:40: note: use '=' to turn this equality comparison into an assignment if (((bp->tvsubs.ssvar).dword == D_Kywdsubj)) { ^~ = rmisc.r:439:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(f, csn);{ ^~~ rmisc.r:439:24: note: treat the string as an argument to avoid this fprintf(f, csn);{ ^ "%s", rmisc.r:686:40: warning: format specifies type 'int' but the argument has type 'word' (aka 'long') [-Wformat] fprintf(f, "external(%d)", ((struct b_external *)BlkLoc(*dp))->blksize); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld rmisc.r:700:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void printimage(f, c, q) ^ rmisc.r:700:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmisc.r:767:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void listimage(f, lp, noimage) ^ rmisc.r:767:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmisc.r:826:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *qsearch(key, base, nel, width, compar) ^ rmisc.r:840:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] r = compar(a, key); ^ rmisc.r:858:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int qtos(dp, sbuf) ^ rmisc.r:892:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int pushact(ce, actvtr) ^ rmisc.r:936:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_coexpr *popact(ce) ^ rmisc.r:986:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct b_coexpr *topact(ce) ^ rmisc.r:1033:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findline(ipc) ^ rmisc.r:1038:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findcol(ipc) ^ rmisc.r:1044:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findloc(ipc) ^ rmisc.r:1082:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findipc(line) ^ rmisc.r:1111:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *findfile(ipc) ^ rmisc.r:1141:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int doimage(c, q) ^ rmisc.r:1212:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getimage(dp1, dp2) ^ rmisc.r:1495:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char *csname(dp) ^ rmisc.r:1495:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rmisc.r:1535:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cssize(dp) ^ rmisc.r:1556:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int printable(c) ^ rmisc.r:1572:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word add(a, b) ^ rmisc.r:1588:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word sub(a, b) ^ rmisc.r:1604:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word mul(a, b) ^ rmisc.r:1627:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word mod3(a, b) ^ rmisc.r:1661:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word div3(a, b) ^ rmisc.r:1677:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word neg(a) ^ rmisc.r:1787:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void retderef(valp, low, high) ^ 35 warnings generated. rm xrmisc.c ../../bin/rtt -x rstruct.r cc -c -I/usr/X11R6/include xrstruct.c rstruct.r:12:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void addmem(ps, pe, pl) ^ rstruct.r:28:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cpslots(dp1, slotptr, i, j) ^ rstruct.r:76:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cplist(dp1, dp2, i, j) ^ rstruct.r:197:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cpset(dp1, dp2, n) ^ rstruct.r:256:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] union block *hmake(tcode, nslots, nelem) ^ rstruct.r:323:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] union block **hchain(pb, hn) ^ rstruct.r:344:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] union block *hgfirst(bp, s) ^ rstruct.r:372:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] union block *hgnext(bp, s, ep) ^ rstruct.r:497:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void hgrow(bp) ^ rstruct.r:558:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void hshrink(bp) ^ rstruct.r:626:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] union block **memb(pb, x, hn, res) ^ 11 warnings generated. rm xrstruct.c ../../bin/rtt -x rsys.r cc -c -I/usr/X11R6/include xrsys.c rsys.r:13:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getstrg(buf, maxi, fbp) ^ rsys.r:60:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void iconhost(hostname) ^ rsys.r:75:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] word longread(s, width, len, fd) ^ rsys.r:106:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int putstr(f, d) ^ rsys.r:126:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int idelay(n) ^ 5 warnings generated. rm xrsys.c ../../bin/rtt -x rwinrsc.r cc -c -I/usr/X11R6/include xrwinrsc.c rxrsc.ri:26:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wclrp alc_rgb(w, s, r, g, b, is_iconcolor) ^ rxrsc.ri:155:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int alc_centry(wd) ^ rxrsc.ri:204:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wclrp alc_color(w, s) ^ rxrsc.ri:228:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void copy_colors(w1, w2) ^ rxrsc.ri:262:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_xcolor(w, c) ^ rxrsc.ri:292:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_xcolors(w, extent) ^ rxrsc.ri:359:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int go_virtual(w) ^ rxrsc.ri:382:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wdp alc_display(s) ^ rxrsc.ri:511:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wfp alc_font(w, s) ^ rxrsc.ri:571:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *xlfd_field(s, i) ^ rxrsc.ri:586:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int xlfd_size(s, n) ^ rxrsc.ri:606:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wfp findfont(w, family, size, flags) ^ rxrsc.ri:688:28: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] sprintf(fontspec, "%.*s%d%s", p - fontlist[champ], ~~^~ ~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ rxrsc.ri:702:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int okfont(spec, size, flags) ^ rxrsc.ri:717:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int fieldcmp(font1, font2, value, field) ^ rxrsc.ri:737:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int fontcmp(font1, font2, size, flags) ^ rxrsc.ri:790:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wfp tryfont(w, s) ^ rxrsc.ri:836:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wcp alc_context(w) ^ rxrsc.ri:865:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wcp clone_context(w) ^ rxrsc.ri:947:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int free_window(ws) ^ rxrsc.ri:967:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_context(wc) ^ rxrsc.ri:982:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_display(wd) ^ rwinrsc.r:38:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_binding(w) ^ 23 warnings generated. rm xrwinrsc.c ../../bin/rtt -x rwinsys.r cc -c -I/usr/X11R6/include xrwinsys.c rxwin.ri:36:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void xdis(w, s, n) ^ rxwin.ri:57:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wputc(ci, w) ^ rxwin.ri:182:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int handle_misc(wd, w) ^ rxwin.ri:182:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:335:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wgetq(w, res) ^ rxwin.ri:362:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void postcursor(w) ^ rxwin.ri:362:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:376:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void scrubcursor(w) ^ rxwin.ri:376:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:394:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wclose(w) ^ rxwin.ri:427:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void wflush(w) ^ rxwin.ri:446:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void wsync(w) ^ rxwin.ri:469:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FILE *wopen(name, lp, attr, n, err_index) ^ rxwin.ri:573:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void makeIcon(w, x, y) ^ rxwin.ri:573:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:623:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wmap(w) ^ rxwin.ri:623:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:856:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int do_config(w, status) ^ rxwin.ri:888:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setheight(w, new_height) ^ rxwin.ri:898:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setwidth(w, new_width) ^ rxwin.ri:908:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setgeometry(w, geo) ^ rxwin.ri:938:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int allowresize(w, on) ^ rxwin.ri:949:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void warpPointer(w, x, y) ^ rxwin.ri:960:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int seticonlabel(w, val) ^ rxwin.ri:984:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setwindowlabel(w, s) ^ rxwin.ri:1001:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setcursor(w, on) ^ rxwin.ri:1016:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setpointer(w, val) ^ rxwin.ri:1035:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setdrawop(w, val) ^ rxwin.ri:1065:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int rebind(w, w2) ^ rxwin.ri:1074:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void setclip(w) ^ rxwin.ri:1088:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void unsetclip(w) ^ rxwin.ri:1097:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getcanvas(w, s) ^ rxwin.ri:1128:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setcanvas(w, s) ^ rxwin.ri:1255:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int seticonicstate(w, s) ^ rxwin.ri:1293:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int seticonpos(w, s) ^ rxwin.ri:1316:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int geticonpos(w, s) ^ rxwin.ri:1329:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void moveWindow(w, x, y) ^ rxwin.ri:1329:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:1342:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int moveResizeWindow(w, x, y, width, height) ^ rxwin.ri:1379:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setfillstyle(w, s) ^ rxwin.ri:1406:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setlinestyle(w, s) ^ rxwin.ri:1432:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setlinewidth(w, linewid) ^ rxwin.ri:1459:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int resetfg(w) ^ rxwin.ri:1472:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setfg(w, s) ^ rxwin.ri:1484:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setfgrgb(w, r, g, b) ^ rxwin.ri:1496:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int isetfg(w, fg) ^ rxwin.ri:1522:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setbg(w, s) ^ rxwin.ri:1537:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setbgrgb(w, r, g, b) ^ rxwin.ri:1549:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int isetbg(w, bg) ^ rxwin.ri:1577:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setgamma(w, gamma) ^ rxwin.ri:1592:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setdisplay(w, s) ^ rxwin.ri:1609:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setleading(w, i) ^ rxwin.ri:1617:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setimage(w, val) ^ rxwin.ri:1629:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void toggle_fgbg(w) ^ rxwin.ri:1644:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getdisplay(w, answer) ^ rxwin.ri:1659:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getvisual(w, answer) ^ rxwin.ri:1671:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getpos(w) ^ rxwin.ri:1694:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getfg(w, answer) ^ rxwin.ri:1701:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getbg(w, answer) ^ rxwin.ri:1708:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getlinestyle(w, answer) ^ rxwin.ri:1718:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getfntnam(w, answer) ^ rxwin.ri:1725:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getpointername(w, answer) ^ rxwin.ri:1732:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void getdrawop(w, answer) ^ rxwin.ri:1743:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void geticonic(w, answer) ^ rxwin.ri:1765:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setfont(w, s) ^ rxwin.ri:1791:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int handle_exposures(w, event) ^ rxwin.ri:1791:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:1828:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int resizePixmap(w, width, height) ^ rxwin.ri:1889:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int handle_config(w, event) ^ rxwin.ri:1889:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:1930:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void handle_keypress(w, event) ^ rxwin.ri:1930:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:1967:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void handle_mouse(w, event) ^ rxwin.ri:1967:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:2045:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fillrectangles(w, recs, nrecs) ^ rxwin.ri:2069:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void eraseArea(w, x, y, width, height) ^ rxwin.ri:2104:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int copyArea(w, w2, x, y, width, height, x2, y2) ^ rxwin.ri:2242:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getdefault(w, prog, opt, answer) ^ rxwin.ri:2260:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int mutable_color(w, argv, ac, retval) ^ rxwin.ri:2341:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *get_mutable_name(w, mute_index) ^ rxwin.ri:2364:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int set_mutable(w, i, s) ^ rxwin.ri:2381:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void free_mutable(w, mute_index) ^ rxwin.ri:2401:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void freecolor(w, s) ^ rxwin.ri:2428:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int blimage(w, x, y, width, height, ch, s, len) ^ rxwin.ri:2499:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int strimage(w, x, y, width, height, e, s, len, on_icon) ^ rxwin.ri:2589:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int capture(w, x, y, width, height, data) ^ rxwin.ri:2674:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static XImage *getximage(w, x, y, width, height, init) ^ rxwin.ri:2674:16: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:2710:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int readimage(w, filename, x, y, status) ^ rxwin.ri:2744:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getpixel_init(w, imem) ^ rxwin.ri:2763:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getpixel_term(w, imem) ^ rxwin.ri:2775:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int getpixel(w, x, y, rv, s, imem) ^ rxwin.ri:2820:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int query_pointer(w, pp) ^ rxwin.ri:2841:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int query_rootpointer(pp) ^ rxwin.ri:2919:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int SetPattern(w, name, len) ^ rxwin.ri:2973:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int SetPatternBits(w, width, bits, nbits) ^ rxwin.ri:3006:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int remap(w, x, y) ^ rxwin.ri:3057:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int seticonimage(w, dp) ^ rxwin.ri:3135:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int dumpimage(w, filename, x, y, width, height) ^ rxwin.ri:3240:8: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Pixmap loadimage(w, filename, height, width, atorigin, status) ^ rxwin.ri:3240:8: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rxwin.ri:3389:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int nativecolor(w, s, r, g, b) ^ rxwin.ri:3415:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LinearColor lcolor(w, colorcell) ^ rxwin.ri:3431:8: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XColor xcolor(w, c) ^ rxwin.ri:3446:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int raiseWindow(w) ^ rxwin.ri:3457:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int lowerWindow(w) ^ rxwin.ri:3465:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int walert(w, volume) ^ 107 warnings generated. rm xrwinsys.c ../../bin/rtt -x rwindow.r cc -c -I/usr/X11R6/include xrwindow.c rwindow.r:29:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *evquesub(w, i) ^ rwindow.r:53:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wgetevent(w, res) ^ rwindow.r:117:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wgetchne(w, res) ^ rwindow.r:141:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wgetche(w, res) ^ rwindow.r:212:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wlongread(s, elsize, nelem, f) ^ rwindow.r:248:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wgetstrg(s, maxlen, f) ^ rwindow.r:285:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int xyrowcol(dx) ^ rwindow.r:343:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void qevent(ws, e, x, y, t, f) ^ rwindow.r:388:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int setpos(w, s) ^ rwindow.r:388:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rwindow.r:429:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setsize(w, s) ^ rwindow.r:464:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void wputstr(w, s, len) ^ rwindow.r:546:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int parsefont(s, family, style, size) ^ rwindow.r:622:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int parsepattern(s, len, width, nbits, bits) ^ rwindow.r:707:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int parsegeometry(buf, x, y, width, height) ^ rwindow.r:749:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wattrib(w, s, len, answer, abuf) ^ rwindow.r:1012:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((val[1] == 'n')) SETECHOON(w); ~~~~~~~^~~~~~ rwindow.r:1012:25: note: remove extraneous parentheses around the comparison to silence this warning if ((val[1] == 'n')) SETECHOON(w); ~ ^ ~ rwindow.r:1012:25: note: use '=' to turn this equality comparison into an assignment if ((val[1] == 'n')) SETECHOON(w); ^~ = rwindow.r:1352:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int rectargs(w, argc, argv, i, px, py, pw, ph) ^ rwindow.r:1412:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int docircles(w, argc, argv, fill) ^ rwindow.r:1497:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void genCurve(w, p, n, helper) ^ rwindow.r:1589:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void drawCurve(w, p, n) ^ rwindow.r:1600:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ulcmp(p1, p2) ^ rwindow.r:1620:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int sicmp(sip1, sip2) ^ rwindow.r:1620:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rwindow.r:1629:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int si_s2i(sip, s) ^ rwindow.r:1645:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *si_i2s(sip, i) ^ 26 warnings generated. rm xrwindow.c ../../bin/rtt -x rcolor.r cc -c -I/usr/X11R6/include xrcolor.c rcolor.r:80:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int parsecolor(w, buf, r, g, b) ^ rcolor.r:160:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int colorphrase(buf, r, g, b) ^ rcolor.r:160:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rcolor.r:320:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double rgbval(n1, n2, hue) ^ rcolor.r:320:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rcolor.r:544:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int palnum(d) ^ rcolor.r:551:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if (((*d).dword == D_Null)) { ~~~~~~~~~~~^~~~~~~~~ rcolor.r:551:20: note: remove extraneous parentheses around the comparison to silence this warning if (((*d).dword == D_Null)) { ~ ^ ~ rcolor.r:551:20: note: use '=' to turn this equality comparison into an assignment if (((*d).dword == D_Null)) { ^~ = rcolor.r:570:18: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct palentry *palsetup(p) ^ rcolor.r:667:7: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *rgbkey(p, r, g, b) ^ 9 warnings generated. rm xrcolor.c ../../bin/rtt -x rimage.r cc -c -I/usr/X11R6/include xrimage.c rimage.r:76:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int readGIF(filename, p, imd) ^ rimage.r:106:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfread(filename, p) ^ rimage.r:106:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:151:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfheader(f) ^ rimage.r:151:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:172:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfskip(f) ^ rimage.r:172:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:199:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void gfcontrol(f) ^ rimage.r:199:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:219:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfimhdr(f) ^ rimage.r:219:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:240:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfmap(f, p) ^ rimage.r:240:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:311:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfrdata(f) ^ rimage.r:311:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:365:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfrcode(f) ^ rimage.r:365:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:389:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void gfinsert(prev, c) ^ rimage.r:389:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:410:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gffirst(c) ^ rimage.r:410:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:425:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void gfgen(c) ^ rimage.r:425:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:438:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void gfput(b) ^ rimage.r:438:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:476:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int writeGIF(w, filename, x, y, width, height) ^ rimage.r:496:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int gfwrite(w, filename, x, y, width, height) ^ rimage.r:496:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:628:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void gfmktree(tree) ^ rimage.r:628:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rimage.r:645:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void gfout(tcode) ^ rimage.r:645:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 32 warnings generated. rm xrimage.c cd ../common; /opt/pkg/bin/bmake cd ../h; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done if [ "x-L../../lib/icon -lIgpx -L/usr/X11R6/lib -lX11" != "x" ]; then /opt/pkg/bin/bmake xpm; fi cd ../xpm; /opt/pkg/bin/bmake libXpm.a `libXpm.a' is up to date. cp -p ../xpm/libXpm.a ../../lib/icon/libIgpx.a cd ../xpm; for f in *.h; do sed -e 's:../h/::g;s:../xpm/::g' $f > ../../lib/icon/$f; done cc -dynamic -o iconx xcnv.o xdata.o xdef.o xerrmsg.o xextcall.o xfconv.o xfload.o xfmath.o xfmisc.o xfmonitr.o xfscan.o xfstr.o xfstranl.o xfstruct.o xfsys.o xfwindow.o ximain.o ximisc.o xinit.o xinterp.o xinvoke.o xkeyword.o xlmisc.o xoarith.o xoasgn.o xocat.o xocomp.o xomisc.o xoref.o xoset.o xovalue.o xralc.o xrcoexpr.o xrcomp.o xrdebug.o xrlrgint.o xrmemmgt.o xrmisc.o xrstruct.o xrsys.o xrwinrsc.o xrwinsys.o xrwindow.o xrcolor.o xrimage.o ../common/long.o ../common/time.o ../common/rswitch.o ../common/xwindow.o ../common/alloc.o ../common/filepart.o ../common/munix.o -L../../lib/icon -lIgpx -L/usr/X11R6/lib -lX11 -lm ld: library not found for -lX11 clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake[1]: stopped in /Users/pbulk/build/lang/icon/work/icon.v943src/src/runtime *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/lang/icon/work/icon.v943src *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/lang/icon *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/lang/icon