>>> Building on exopi-6 under lang/a60 DIST = [lang/a60:a60-0.23a.tar.gz] FULLPKGNAME = a60-0.23a distfiles size=1160801 >>> Running build in lang/a60 at 1764832990.01 ===> lang/a60 ===> Building from scratch a60-0.23a ===> Verifying specs: ICE SM X11 Xaw Xext Xmu Xt c m ===> found ICE.12.0 SM.9.0 X11.19.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.102.2 m.10.1 ===> Checking files for a60-0.23a `/exopi-cvs/ports/distfiles/a60-0.23a.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for a60-0.23a ===> Patching for a60-0.23a ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.in |--- Makefile.in.orig |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 237. done ===> Applying OpenBSD patch patch-err_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't need an explicit extern vfprintf. | |Index: err.c |--- err.c.orig |+++ err.c -------------------------- Patching file err.c using Plan A... Hunk #1 succeeded at 47. done ===> Applying OpenBSD patch patch-xa60_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Missing stdlib.h and unistd.h | |Index: xa60.c |--- xa60.c.orig |+++ xa60.c -------------------------- Patching file xa60.c using Plan A... Hunk #1 succeeded at 25. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for a60-0.23a ===> Configuring for a60-0.23a Using /exopi-obj/pobj/a60-0.23a/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/a60-0.23a/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for errno.h... (cached) yes checking for bison... yacc checking for a BSD-compatible install... /exopi-obj/pobj/a60-0.23a/bin/install -c checking for xmkmf... 0 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for a60-0.23a cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c main.c main.c:160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | usage_err (s) | ^ main.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 190 | select_verbose (s) | ^ main.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | parse_args(argc, argv) | ^ main.c:441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | nerror_exit (n) | ^ main.c:463:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 463 | main(argc, argv) | ^ 5 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c util.c util.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 149 | xstrdup (s) | ^ util.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | xmalloc (n) | ^ util.c:212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 212 | xrealloc (s, n) | ^ util.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | xfree (s) | ^ util.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 291 | xabort (s) | ^ util.c:311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 311 | say_goodbye (n) | ^ util.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 350 | rm_tmp (s) | ^ util.c:354:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 354 | extern int unlink (); | ^ /usr/include/unistd.h:375:6: note: conflicting prototype is here 375 | int unlink(const char *); | ^ util.c:374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 374 | do_compile (oname, outfname) | ^ 9 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c tree.c tree.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 58 | new_tree (tag) | ^ tree.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | new_mindex (e) | ^ tree.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | new_lhelm (s) | ^ tree.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | new_funcall (sym, parm) | ^ tree.c:127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 127 | print_mindex (idx) | ^ tree.c:141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | print_indent (n) | ^ tree.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | print_assign (t) | ^ tree.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 171 | print_indent_ifstmt (t, n) | ^ tree.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 190 | print_indent_forstmt (t, n) | ^ tree.c:230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 230 | print_proc (t) | ^ tree.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 256 | print_goto (t) | ^ tree.c:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | print_indent_tree (t, ret_if_cont, n) | ^ tree.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | print_tree (t) | ^ 13 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c symtab.c symtab.c:42:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 42 | new_symbol (name, type, tag) | ^ symtab.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 79 | sym_all_type (s, type, own) | ^ symtab.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | find_in_symtab (symtab, name) | ^ symtab.c:105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | append_symtab (s1, s2) | ^ symtab.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 116 | examine_and_append_symtab (s1, s2) | ^ symtab.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | cleanup_identifier (str) | ^ symtab.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | print_bounds (b) | ^ symtab.c:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 178 | print_indent_proc (s, n) | ^ symtab.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | print_indent_switch_decl (s, n) | ^ symtab.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 226 | print_indent_symbol (s, n) | ^ symtab.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 264 | print_indent_symtab (s, n) | ^ symtab.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 320 | add_marked_sym (lhelm) | ^ symtab.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 372 | find_symbol_anywhere (name, block, nscop) | ^ symtab.c:413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 413 | num_bounds (b) | ^ symtab.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 431 | num_symbols (s) | ^ symtab.c:449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 449 | set_by_value (symtab, syms) | ^ symtab.c:483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 483 | replace_type (symtab, syms) | ^ symtab.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 510 | set_idx(symtab, n) | ^ symtab.c:522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 522 | set_actidx (symtab) | ^ symtab.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 534 | make_var_ref (name, mark) | ^ 20 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c type.c cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c stmt.c stmt.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 37 | append_stmt (t1, t2, is_cont) | ^ stmt.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 63 | new_if_stmt (expr) | ^ stmt.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | new_assign_stmt (lhelm, expr) | ^ stmt.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 96 | new_goto_stmt (expr) | ^ 4 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c check.c check.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 48 | check_unop_type (e) | ^ check.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 84 | check_binop_type (e) | ^ check.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 164 | check_lhelm (source, lineno, lhelm) | ^ check.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | check_conv_type (source, lineno, t1, t2) | ^ check.c:274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 274 | check_expr (e) | ^ check.c:362:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] 362 | && ! e->type == ty_string) { | ^ ~~ check.c:362:10: note: add parentheses after the '!' to evaluate the comparison first 362 | && ! e->type == ty_string) { | ^ | ( ) check.c:362:10: note: add parentheses around left hand side expression to silence this warning 362 | && ! e->type == ty_string) { | ^ | ( ) check.c:405:16: warning: passing arguments to 'check_dexprs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 405 | check_dexprs (e); | ^ check.c:410:16: warning: passing arguments to 'check_dexprs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 410 | check_dexprs (e); | ^ check.c:362:20: warning: result of comparison of constant 'ty_string' (4) with boolean expression is always false [-Wtautological-constant-out-of-range-compare] 362 | && ! e->type == ty_string) { | ~~~~~~~~~ ^ ~~~~~~~~~ check.c:429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 429 | check_dexprs (dexpr) | ^ check.c:40:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 40 | static void check_dexprs (); | ^ check.c:505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | check_goto (t) | ^ check.c:521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 521 | check_label (t) | ^ check.c:539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 539 | repl_sym (s) | ^ check.c:39:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 39 | static int repl_sym (); | ^ check.c:563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 563 | check_assign (t) | ^ check.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 606 | check_ifstmt (t) | ^ check.c:644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 644 | check_forstmt (t) | ^ check.c:755:18: warning: implicit conversion from enumeration type 'enum expr_tag' to different enumeration type 'enum type_tag' [-Wenum-conversion] 755 | expr->type = e_fparm; | ~ ^~~~~~~ check.c:692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 692 | check_proc (t) | ^ check.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 783 | check_decl (symtab) | ^ check.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 807 | check (t) | ^ 22 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c expr.c expr.c:54:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 54 | new_expr (tag, type) | ^ expr.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 69 | new_mix_expr (e1, op, e2) | ^ expr.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 98 | new_eswitch (name, expr) | ^ expr.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | append_expr (e1, e2) | ^ expr.c:132:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 132 | void print_expr (e) | ^ expr.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 253 | new_xmix_expr (e1, op, e2) | ^ 6 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c err.c cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c run.c run.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 74 | open_cblock (block) | ^ run.c:99:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | close_cblock (block) | ^ run.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | push_cblock (cb) | ^ run.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | push_valaddr (source, lineno, sym, idx) | ^ run.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | push_spec (source, lineno, sym) | ^ run.c:269:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 269 | void run_dummy (t) | ^ run.c:280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 280 | run_assign (t) | ^ run.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 336 | run_goto (t) | ^ run.c:408:15: warning: passing arguments to 'leave_block' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 408 | leave_block (act_cblock->block); | ^ run.c:432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 432 | run_bounds (bound, size) | ^ run.c:499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 499 | val_str (act, s) | ^ run.c:636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 636 | print_one (sym, act) | ^ run.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 655 | print_activ (cblock) | ^ run.c:678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 678 | activate_block (cblock) | ^ run.c:806:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 806 | leave_block (block) | ^ run.c:50:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 50 | static void leave_block (); | ^ run.c:907:11: warning: passing arguments to 'do_this' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 907 | do_this (stmt); | ^ run.c:902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 902 | do_stmts (stmt, ret_if_cont) | ^ run.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 917 | run_block (t) | ^ run.c:950:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 950 | void run_ifstmt (t) | ^ run.c:980:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 980 | one_for_step (fstmt, felm) | ^ run.c:1066:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1066 | void run_forstmt (t) | ^ run.c:1088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1088 | push_parameters (ex) | ^ run.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | exec_fcall (source, lineno, sym, func) | ^ run.c:1174:15: warning: passing arguments to 'store_data' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1174 | store_data (&ev, act, parm); | ^ run.c:1217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1217 | get_sym_data (sym) | ^ run.c:1241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1241 | get_swact (sym) | ^ run.c:1274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1274 | push_spec_pexpr (pexpr) | ^ run.c:1360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1360 | run_proc (t) | ^ run.c:1413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1413 | assign_vals (push_back) | ^ run.c:1513:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1513 | (*t->runme)(t); | ^ run.c:1505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1505 | do_this (t) | ^ run.c:49:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 49 | static void do_this (); | ^ 33 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c eval.c eval.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 92 | do_unop (op) | ^ eval.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | bop_err (ev1, ev2, s) | ^ eval.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | eval_do_plus (ev1, ev2) | ^ eval.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 179 | eval_do_minus (ev1, ev2) | ^ eval.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | eval_do_times (ev1, ev2) | ^ eval.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 233 | eval_do_rdiv (ev1, ev2) | ^ eval.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 264 | eval_do_idiv (ev1, ev2) | ^ eval.c:295:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 295 | eval_do_pow (ev1, ev2) | ^ eval.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 459 | eval_do_and (ev1, ev2) | ^ eval.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 470 | eval_do_or (ev1, ev2) | ^ eval.c:481:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 481 | eval_do_equiv (ev1, ev2) | ^ eval.c:492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 492 | eval_do_impl (ev1, ev2) | ^ eval.c:503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 503 | eval_do_less (ev1, ev2) | ^ eval.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 534 | eval_do_notgreater (ev1, ev2) | ^ eval.c:565:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 565 | eval_do_equal (ev1, ev2) | ^ eval.c:596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 596 | eval_do_notless (ev1, ev2) | ^ eval.c:627:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 627 | eval_do_greater (ev1, ev2) | ^ eval.c:658:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 658 | eval_do_notequal (ev1, ev2) | ^ eval.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 693 | do_binop (op) | ^ eval.c:760:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 760 | do_deref (source, lineno) | ^ eval.c:804:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 804 | store_arr (ev, act, sym) | ^ eval.c:889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 889 | store_data (ev, act, sym) | ^ In file included from eval.c:33: In file included from ./run.h:29: ./eval.h:135:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 135 | extern void store_data (); | ^ 23 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c bltin.c In file included from bltin.c:39: ./a60-mkc.inc:290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 290 | b_sign (x) | ^ ./a60-mkc.inc:297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 297 | b_entier (x) | ^ ./a60-mkc.inc:334:15: warning: passing arguments to 'time' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 334 | rnum = time ((long) 0) & 0xffffffl; | ^ ./a60-mkc.inc:352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 352 | b_outreal (chan, val) | ^ ./a60-mkc.inc:396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | b_outint (chan, val) | ^ ./a60-mkc.inc:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | b_outstr (chan, val) | ^ ./a60-mkc.inc:455:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 455 | b_outsym (chan, val, idx) | ^ ./a60-mkc.inc:499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 499 | b_insym (chan, str) | ^ ./a60-mkc.inc:531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 531 | b_inreal (chan) | ^ ./a60-mkc.inc:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 566 | b_ininteger (chan) | ^ ./a60-mkc.inc:600:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 600 | b_print (val, f1, f2) | ^ ./a60-mkc.inc:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | b_length (s) | ^ bltin.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 51 | bltin_pi (sym, nparm) | ^ bltin.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | bltin_rand (sym, nparm) | ^ bltin.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | bltin_vprint (sym, nparm) | ^ bltin.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 176 | bltin_outreal (sym, nparm) | ^ bltin.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 213 | bltin_outinteger (sym, nparm) | ^ bltin.c:245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 245 | bltin_outstring (sym, nparm) | ^ bltin.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 287 | bltin_outsymbol (sym, nparm) | ^ bltin.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 332 | bltin_insymbol (sym, nparm) | ^ bltin.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 395 | bltin_inreal (sym, nparm) | ^ bltin.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 446 | bltin_ininteger (sym, nparm) | ^ bltin.c:497:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 497 | bltin_length (sym, nparm) | ^ bltin.c:554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 554 | bltin_print (sym, nparm) | ^ bltin.c:591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 591 | bltin_write (sym, nparm) | ^ bltin.c:631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 631 | get_val_and_rdata (sym, val_data, ret_data) | ^ bltin.c:695:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 695 | BLTIN_MATH_HEAD(bltin_abs) | ^ bltin.c:700:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 700 | BLTIN_MATH_HEAD(bltin_sqrt) | ^ bltin.c:709:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 709 | BLTIN_MATH_HEAD(bltin_sin) | ^ bltin.c:713:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 713 | BLTIN_MATH_HEAD(bltin_cos) | ^ bltin.c:717:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 717 | BLTIN_MATH_HEAD(bltin_arctan) | ^ bltin.c:721:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 721 | BLTIN_MATH_HEAD(bltin_ln) | ^ bltin.c:730:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 730 | BLTIN_MATH_HEAD(bltin_exp) | ^ bltin.c:741:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 741 | bltin_sign (sym, nparm) | ^ bltin.c:764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 764 | bltin_entier (sym, nparm) | ^ bltin.c:788:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 788 | init_new_symbol (name, type, bltin) | ^ bltin.c:812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 812 | init_parmsym (name, type, tag) | ^ 37 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c doeval.c doeval.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 41 | do_eval_switchexpr (sym, ex) | ^ doeval.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 111 | do_eval_arrval (lhelm) | ^ doeval.c:229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 229 | do_push_lhelm (lhelm) | ^ doeval.c:285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 285 | do_eval_lhelm (lhelm) | ^ doeval.c:348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 348 | do_eval_expr (ex) | ^ doeval.c:508:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 508 | do_eval_pexpr (pex) | ^ 6 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c mkc.c mkc.c:160:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 160 | extern char *getenv(); | ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here 110 | char *getenv(const char *); | ^ mkc.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | mark_fp_def (sym) | ^ mkc.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 279 | no_ext_ref (sym) | ^ mkc.c:291:17: warning: passing arguments to 'is_val_pf' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 291 | if (is_val_pf (mroot->sym) && no_ext_ref (mroot->sym)) | ^ mkc.c:292:20: warning: passing arguments to 'mkc_def_valproc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | mkc_def_valproc (mroot->sym); | ^ mkc.c:294:19: warning: passing arguments to 'mkc_def_bnproc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | mkc_def_bnproc (mroot->sym); | ^ mkc.c:345:13: warning: passing arguments to 'mkc_expr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 345 | mkc_expr (ex); | ^ mkc.c:349:13: warning: passing arguments to 'mkc_expr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 349 | mkc_expr (ex); | ^ mkc.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 305 | mkc_vprint (t) | ^ mkc.c:365:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 365 | mkc_indent (n) | ^ mkc.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 385 | mkc_string (s) | ^ mkc.c:409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 409 | mkc_sname (sym) | ^ mkc.c:475:12: warning: passing arguments to 'mkc_expr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 475 | mkc_expr (idx->expr); | ^ mkc.c:465:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 465 | static void mkc_idx (sym, idx) | ^ mkc.c:519:13: warning: passing arguments to 'mkc_fcall' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 519 | mkc_fcall (e->u.lhelm->u.fcall); | ^ mkc.c:490:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 490 | mkc_expr (e) | ^ mkc.c:145:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 145 | static void mkc_expr (); | ^ mkc.c:589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 589 | mkc_pf_call (fcall) | ^ mkc.c:617:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 617 | mkc_proc (t) | ^ mkc.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 639 | is_val_pf (sym) | ^ mkc.c:150:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 150 | static int is_val_pf (); | ^ mkc.c:714:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 714 | mkc_doit (s->u.pproc->block->stmt, 0, 4); | ^ mkc.c:657:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 657 | mkc_def_valproc (s) | ^ mkc.c:147:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 147 | static void mkc_def_valproc (); | ^ mkc.c:790:13: warning: passing arguments to 'mkc_lparm' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 790 | mkc_lparm (s->u.pproc->block->symtab); | ^ mkc.c:796:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 796 | mkc_doit (s->u.pproc->block->stmt, 0, 4); | ^ mkc.c:734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 734 | mkc_def_bnproc (s) | ^ mkc.c:148:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 148 | static void mkc_def_bnproc (); | ^ mkc.c:818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 818 | mkc_lparm (parm) | ^ mkc.c:149:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 149 | static void mkc_lparm (); | ^ mkc.c:853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 853 | mkc_bounds (s, n) | ^ mkc.c:969:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 969 | mkc_doit (s->u.pproc->block->stmt, 0, 0); | ^ mkc.c:900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 900 | mkc_symtab (s, n) | ^ mkc.c:994:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 994 | mkc_fcall (fcall) | ^ mkc.c:144:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 144 | static void mkc_fcall (); | ^ mkc.c:1011:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1011 | mkc_assign (t) | ^ mkc.c:1046:11: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1046 | mkc_doit (t->u.ifstmt->tthen, 1, n+4); | ^ mkc.c:1052:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1052 | mkc_doit (t->u.ifstmt->telse, 1, n+4); | ^ mkc.c:1039:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1039 | mkc_ifstmt (t, n) | ^ mkc.c:1068:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1068 | mkc_doit (fs->stmt, 0, n); | ^ mkc.c:1083:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1083 | mkc_doit (fs->stmt, 0, n); | ^ mkc.c:1103:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | mkc_doit (fs->stmt, 0, n); | ^ mkc.c:1118:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1118 | mkc_doit (fs->stmt, 0, n+2); | ^ mkc.c:1060:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1060 | mkc_forstmt (t, n) | ^ mkc.c:1134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1134 | mkc_doit (t, ret_if_cont, n) | ^ mkc.c:146:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 146 | static void mkc_doit (); | ^ 46 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c a60-scan.c a60-scan.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | asc_str (s, len) | ^ a60-scan.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 152 | s_text (yytext) | ^ a60-scan.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 169 | yyerror(s) | ^ a60-scan.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | yywarning (s) | ^ a60-scan.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | get_keyword (s) | ^ a60-scan.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 332 | is_char (c) | ^ a60-scan.c:339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 339 | is_digit (c) | ^ a60-scan.c:346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 346 | is_white (c) | ^ a60-scan.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 361 | ci_strncmp (s1, s2, n) | ^ a60-scan.c:387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 387 | my_pow10 (n) | ^ a60-scan.c:444:19: warning: passing arguments to 'skip_over_whites' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 444 | skip_over_whites (c); | ^ a60-scan.c:453:10: warning: passing arguments to 's_unput' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 453 | s_unput (c); /* flush back */ | ^ a60-scan.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 460 | expand_inbuf (n) | ^ a60-scan.c:477:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 477 | fill_inbuf (n) | ^ a60-scan.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 567 | s_unput (c) | ^ a60-scan.c:70:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 70 | static void s_unput (); | ^ a60-scan.c:614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 614 | scan_white (c) | ^ a60-scan.c:626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 626 | skip_over_whites (c) | ^ a60-scan.c:68:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 68 | static void skip_over_whites (); | ^ a60-scan.c:689:20: warning: passing arguments to 'skip_end_comment' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 689 | skip_end_comment (1); /* quotes active */ | ^ a60-scan.c:817:22: warning: passing arguments to 'skip_end_comment' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 817 | skip_end_comment (0); | ^ a60-scan.c:757:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 757 | scan_identifier (ch) | ^ a60-scan.c:849:19: warning: passing arguments to 'scan_exp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 849 | return scan_exp (rval + frac); | ^ a60-scan.c:836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 836 | scan_frac (num) | ^ a60-scan.c:873:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 873 | scan_exp (num) | ^ a60-scan.c:65:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 65 | static int scan_exp (); | ^ a60-scan.c:922:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 922 | scan_number (ch) | ^ a60-scan.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 968 | skip_unknown (ch) | ^ a60-scan.c:1130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1130 | end_delim (str, str_len, quoted_comment) | ^ a60-scan.c:1176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1176 | skip_end_comment (quoted_comment) | ^ a60-scan.c:67:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 67 | static void skip_end_comment (); | ^ a60-scan.c:1231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1231 | scan_special (ch) | ^ 32 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c a60-ptab.c cc -o a60 main.o util.o tree.o symtab.o type.o stmt.o check.o expr.o err.o run.o eval.o bltin.o doeval.o mkc.o a60-scan.o a60-ptab.o -lm ld: warning: util.c(util.o:(xstrdup)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: util.c(util.o:(do_compile)): warning: sprintf() is often misused, please use snprintf() cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -I/usr/X11R6/include -o xa60 xa60.c -L/usr/X11R6/lib -lXaw -lXt -lSM -lICE -lXext -lXmu -lX11 xa60.c:180:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | append_text (w, str) | ^ xa60.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | set_caret (lno) | ^ xa60.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 232 | save_file (txt) | ^ xa60.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | cb_clear (w, text_ptr, call_data) | ^ xa60.c:269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 269 | cb_save (w, text_ptr, call_data) | ^ xa60.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 286 | cb_bexit (w, text_ptr, call_data) | ^ xa60.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 298 | cb_go (w, text_ptr, call_data) | ^ xa60.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 315 | is_error_line (s) | ^ xa60.c:335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 335 | process_a60 (fp) | ^ xa60.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 400 | main (argc, argv) | ^ 10 warnings generated. ld: warning: xa60.c(/tmp/xa60-62a09f.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in lang/a60 at 1764832999.72 ===> lang/a60 ===> Faking installation for a60-0.23a /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 a60.man /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/man/man1/a60.1 /exopi-obj/pobj/a60-0.23a/bin/install -c -s -m 755 a60 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/bin install -d -m 755 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 a60-mkc.inc /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -s -m 755 xa60 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/bin /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 xa60.man /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/man/man1/xa60.1 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 /exopi-obj/pobj/a60-0.23a/a60-0.23a/a60.info /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/info /exopi-obj/pobj/a60-0.23a/bin/install -d -m 755 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/doc/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 /exopi-obj/pobj/a60-0.23a/a60-0.23a/RRA60.ps /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/doc/a60 /exopi-obj/pobj/a60-0.23a/bin/install -d -m 755 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/examples/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 /exopi-obj/pobj/a60-0.23a/a60-0.23a/examples/*.a60 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/examples/a60 ===> Building package for a60-0.23a Create /exopi-cvs/ports/packages/amd64/all/a60-0.23a.tgz Creating package a60-0.23a reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 17% checksumming|************ | 19% checksumming|************** | 22% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************* | 42% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 58% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************* | 20% archiving|************** | 22% archiving|**************** | 25% archiving|***************** | 27% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/a60-0.23a.tgz >>> Running clean in lang/a60 at 1764833003.14 ===> lang/a60 ===> Cleaning for a60-0.23a >>> Ended at 1764833003.55 max_stuck=0.00/build=9.70/package=3.39/clean=0.49