>>> Building on exopi-4 under games/xskat BDEPENDS = [devel/imake;devel/imake-cf] DIST = [games/xskat:xskat-4.0.tar.gz] FULLPKGNAME = xskat-4.0p3 (Junk lock obtained for exopi-4 at 1764616634.11) >>> Running depends in games/xskat at 1764616634.15 last junk was in sysutils/dwdiff /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 >>> Running show-prepare-results in games/xskat at 1764616635.07 ===> games/xskat ===> Building from scratch xskat-4.0p3 ===> xskat-4.0p3 depends on: imake-* -> imake-1.0.10 ===> xskat-4.0p3 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: X11 c xcb ===> found X11.19.0 c.102.2 xcb.4.1 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for exopi-4 at 1764616635.50) distfiles size=179059 >>> Running build in games/xskat at 1764616635.53 ===> games/xskat ===> Checking files for xskat-4.0p3 `/exopi-cvs/ports/distfiles/xskat-4.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xskat-4.0p3 ===> Patching for xskat-4.0p3 ===> 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 xskat-4.0p3 ===> Configuring for xskat-4.0p3 mv -f Makefile Makefile.bak imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -- skat.c ramsch.c null.c bitmaps.c xio.c xdial.c irc.c text.c > .depend ===> Building for xskat-4.0p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c skat.c skat.c:33:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 33 | int left(s) | ^ In file included from skat.c:29: ./defs.h:128:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 128 | int left(); | ^ skat.c:39:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 39 | int right(s) | ^ In file included from skat.c:29: ./defs.h:129:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 129 | int right(); | ^ skat.c:45:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 45 | int iscomp(s) | ^ In file included from skat.c:29: ./defs.h:130:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 130 | int iscomp(); | ^ skat.c:51:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 51 | VOID swap(i,j) | ^ In file included from skat.c:29: ./defs.h:131:6: 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] 131 | VOID swap(); | ^ skat.c:61:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 61 | VOID setrnd(s,v) | ^ In file included from skat.c:29: ./defs.h:132:6: 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] 132 | VOID setrnd(); | ^ skat.c:67:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | int rndval(s,m) | ^ In file included from skat.c:29: ./defs.h:133:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 133 | int rndval(); | ^ skat.c:79:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 79 | int rnd(m) | ^ In file included from skat.c:29: ./defs.h:134:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 134 | int rnd(); | ^ skat.c:85:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | VOID synerr(f,s) | ^ In file included from skat.c:29: ./defs.h:135:6: 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 | VOID synerr(); | ^ skat.c:131:13: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | exitus(1); | ^ skat.c:306:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 306 | int lower(c1,c2,n) | ^ In file included from skat.c:29: ./defs.h:139:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 139 | int lower(); | ^ skat.c:338:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 338 | VOID sort(sn) | ^ In file included from skat.c:29: ./defs.h:140:6: 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] 140 | VOID sort(); | ^ skat.c:464:26: warning: passing arguments to 'testnull' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 464 | if (!maxrw[s]) testnull(s); | ^ skat.c:407:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | VOID calc_rw(s) | ^ In file included from skat.c:29: ./defs.h:141:6: 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] 141 | VOID calc_rw(); | ^ skat.c:504:37: warning: passing arguments to 'calc_desk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 504 | for (sn=0;sn=splstp); | ^ xdial.c:708:13: warning: passing arguments to 'di_loesch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 708 | di_loesch(sn); | ^ xdial.c:713:14: warning: passing arguments to 'di_liste' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 713 | di_liste(sn,0); | ^ xdial.c:716:14: warning: passing arguments to 'di_liste' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 716 | di_liste(sn,1); | ^ xdial.c:721:42: warning: passing arguments to 'di_resultdi' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 721 | else if (phase==RESULT) di_resultdi(sn); | ^ xdial.c:724:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 724 | remove_di(sn); | ^ xdial.c:733:28: warning: passing arguments to 'irc_sendsort' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 733 | if (irc_play) irc_sendsort(sn); | ^ xdial.c:734:9: warning: passing arguments to 'initscr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 734 | initscr(sn,1); | ^ xdial.c:737:26: warning: passing arguments to 'di_ende' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 737 | if (bt==21) di_ende(sn); | ^ xdial.c:738:42: warning: passing arguments to 'di_proto' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 738 | else if (bt==19 && splres) di_proto(sn,1,0); | ^ xdial.c:739:32: warning: passing arguments to 'di_liste' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 739 | else if (bt==19) di_liste(sn,1); | ^ xdial.c:740:33: warning: passing arguments to 'di_grafik' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 740 | else if (bt==20) di_grafik(sn); | ^ xdial.c:742:32: warning: passing arguments to 'irc_sendschenken' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 742 | if (irc_play) irc_sendschenken(sn); | ^ xdial.c:743:13: warning: passing arguments to 'di_schenken' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 743 | di_schenken(sn); | ^ xdial.c:745:38: warning: passing arguments to 'di_mehrspieler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 745 | else if (bt==18) di_mehrspieler(sn); | ^ xdial.c:746:31: warning: passing arguments to 'di_copyr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 746 | else if (bt==2) di_copyr(sn); | ^ xdial.c:749:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 749 | remove_di(sn); | ^ xdial.c:751:12: warning: passing arguments to 'di_options' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 751 | di_options(!sn && firstgame?-1:sn); | ^ xdial.c:759:11: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 759 | remove_di(sn); | ^ xdial.c:763:23: warning: passing arguments to 'do_msagen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 763 | if (saho) do_msagen(sager,reizw[reizp]); | ^ xdial.c:764:19: warning: passing arguments to 'do_mhoeren' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 764 | else do_mhoeren(hoerer); | ^ xdial.c:767:12: warning: passing arguments to 'put_fbox' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 767 | put_fbox(sn,TX_DRUECKEN); | ^ xdial.c:773:20: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 773 | if (!ag) remove_di(sn); | ^ xdial.c:778:15: warning: passing arguments to 'create_card' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 778 | create_card(sn,i-1); | ^ xdial.c:783:9: warning: passing arguments to 'initscr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 783 | initscr(sn,2); | ^ xdial.c:784:9: warning: passing arguments to 'setcurs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 784 | setcurs(sn+1); | ^ xdial.c:791:11: warning: passing arguments to 'di_grafik' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | di_grafik(sn); | ^ xdial.c:794:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 794 | di_input(sn,TX_NAME,4,usrname[0],9); | ^ xdial.c:797:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 797 | di_input(sn,TX_NAME,4,usrname[1],9); | ^ xdial.c:802:12: warning: passing arguments to 'di_strateg' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 802 | di_strateg(sn); | ^ xdial.c:806:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 806 | remove_di(sn); | ^ xdial.c:828:17: warning: passing arguments to 'show_hint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 828 | show_hint(sn,0,0); | ^ xdial.c:831:17: warning: passing arguments to 'show_hint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 831 | show_hint(sn,0,0); | ^ xdial.c:832:17: warning: passing arguments to 'show_hint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 832 | show_hint(sn,1,0); | ^ xdial.c:843:17: warning: passing arguments to 'show_hint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 843 | show_hint(sn,0,1); | ^ xdial.c:846:17: warning: passing arguments to 'show_hint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 846 | show_hint(sn,0,1); | ^ xdial.c:847:17: warning: passing arguments to 'show_hint' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 847 | show_hint(sn,1,1); | ^ xdial.c:854:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 854 | di_input(sn,TX_NAME,3,conames[1-(bt&1)][(bt-19)/2],9); | ^ xdial.c:859:14: warning: passing arguments to 'di_varianten' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 859 | di_varianten(sn); | ^ xdial.c:863:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 863 | remove_di(sn); | ^ xdial.c:900:36: warning: passing arguments to 'di_ramschopts' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 900 | if (playramsch) di_ramschopts(sn); | ^ xdial.c:901:39: warning: passing arguments to 'di_bockevents' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 901 | else if (playbock) di_bockevents(sn); | ^ xdial.c:902:30: warning: passing arguments to 'di_geschwindigkeit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 902 | else di_geschwindigkeit(sn); | ^ xdial.c:905:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 905 | remove_di(sn); | ^ xdial.c:910:34: warning: passing arguments to 'di_bockevents' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 910 | if (playbock) di_bockevents(sn); | ^ xdial.c:911:30: warning: passing arguments to 'di_geschwindigkeit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 911 | else di_geschwindigkeit(sn); | ^ xdial.c:914:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 914 | remove_di(sn); | ^ xdial.c:924:25: warning: passing arguments to 'di_geschwindigkeit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 924 | di_geschwindigkeit(sn); | ^ xdial.c:962:11: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 962 | remove_di(sn); | ^ xdial.c:963:43: warning: passing arguments to 'di_mehrspieler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 963 | if (!irc_play && numsp==1) di_mehrspieler(sn); | ^ xdial.c:964:17: warning: passing arguments to 'di_eingabe' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 964 | else di_eingabe(sn); | ^ xdial.c:967:9: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 967 | draw_di(sn,3); | ^ xdial.c:968:9: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 968 | draw_di(sn,bt); | ^ xdial.c:972:29: warning: passing arguments to 'di_lanspiel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 972 | if (bt==2) di_lanspiel(sn); | ^ xdial.c:973:29: warning: passing arguments to 'di_irc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 973 | else if (bt==3) di_irc(sn); | ^ xdial.c:975:9: warning: passing arguments to 'manpage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 975 | manpage("xskat"); | ^ xdial.c:977:9: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 977 | draw_di(sn,bt); | ^ xdial.c:979:22: warning: passing arguments to 'di_eingabe' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 979 | else di_eingabe(sn); | ^ xdial.c:982:33: warning: passing arguments to 'di_eigenertisch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 982 | if (bt==2) di_eigenertisch(sn); | ^ xdial.c:983:38: warning: passing arguments to 'di_anderertisch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 983 | else if (bt==3) di_anderertisch(sn); | ^ xdial.c:984:26: warning: passing arguments to 'di_mehrspieler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 984 | else di_mehrspieler(sn); | ^ xdial.c:991:30: warning: passing arguments to 'di_lanspiel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 991 | if (bt==13) di_lanspiel(sn); | ^ xdial.c:993:17: warning: passing arguments to 'di_eigenertisch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 993 | di_eigenertisch(sn); | ^ xdial.c:996:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 996 | di_input(sn,TX_RECHNER_IP,0,lanip[1],35); | ^ xdial.c:999:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 999 | di_input(sn,TX_RECHNER_IP,0,lanip[2],35); | ^ xdial.c:1001:23: warning: passing arguments to 'di_warteauf' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1001 | else di_warteauf(sn,0,0,0); | ^ xdial.c:1005:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1005 | di_input(sn,TX_RECHNER_IP,1,lanip[0],35); | ^ xdial.c:1008:9: warning: passing arguments to 'manpage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1008 | manpage("xhost"); | ^ xdial.c:1010:9: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1010 | draw_di(sn,bt); | ^ xdial.c:1014:8: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1014 | exitus(0); | ^ xdial.c:1016:23: warning: passing arguments to 'di_lanspiel' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1016 | else di_lanspiel(sn); | ^ xdial.c:1019:22: warning: passing arguments to 'di_eigenertisch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1019 | di_eigenertisch(sn); | ^ xdial.c:1022:32: warning: passing arguments to 'di_mehrspieler' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1022 | if (bt==7) di_mehrspieler(sn); | ^ xdial.c:1024:10: warning: passing arguments to 'di_input' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1024 | di_input(sn,TX_RECHNER_IP,2,irc_hostname,35); | ^ xdial.c:1027:9: warning: passing arguments to 'manpage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1027 | manpage("xskat"); | ^ xdial.c:1029:9: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1029 | draw_di(sn,bt); | ^ xdial.c:1032:23: warning: passing arguments to 'startirc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1032 | if (!fork()) startirc(1); | ^ xdial.c:1033:8: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1033 | exitus(0); | ^ xdial.c:1037:16: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1037 | remove_di(sn); | ^ xdial.c:333:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | VOID hndl_btevent(sn,bt) | ^ In file included from xdial.c:31: ./defs.h:244:6: 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] 244 | VOID hndl_btevent(); | ^ xdial.c:1081:34: warning: passing arguments to 'irc_sendbtev' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1081 | ob!=digui[sn]) irc_sendbtev(sn,bt); | ^ xdial.c:1062:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1062 | VOID button_press(sn,bt,ob) | ^ In file included from xdial.c:31: ./defs.h:245:6: 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] 245 | VOID button_press(); | ^ xdial.c:1095:12: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1095 | change_gc(sn,f?mkpix[sn]:bp,gc); | ^ xdial.c:1104:12: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1104 | change_gc(sn,f?wpix[sn]:bp,gc); | ^ xdial.c:1113:12: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1113 | change_gc(sn,fgpix[sn],gc); | ^ xdial.c:1085:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1085 | VOID draw_wedge(w,bp,sn,f,x,y,s) | ^ In file included from xdial.c:31: ./defs.h:246:6: 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] 246 | VOID draw_wedge(); | ^ xdial.c:1116:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1116 | VOID draw_actbtn(sn,f) | ^ In file included from xdial.c:31: ./defs.h:247:6: 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] 247 | VOID draw_actbtn(); | ^ xdial.c:1139:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1139 | VOID draw_selpos(sn,f) | ^ In file included from xdial.c:31: ./defs.h:248:6: 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] 248 | VOID draw_selpos(); | ^ xdial.c:1169:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1169 | VOID new_selpos(sn,dir) | ^ In file included from xdial.c:31: ./defs.h:249:6: 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] 249 | VOID new_selpos(); | ^ xdial.c:1177:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1177 | VOID new_actbtn(sn,dir) | ^ In file included from xdial.c:31: ./defs.h:250:6: 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] 250 | VOID new_actbtn(); | ^ xdial.c:1274:16: warning: passing arguments to 'calc_poss' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1274 | calc_poss(sn); | ^ xdial.c:1218:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1218 | VOID set_selpos(sn) | ^ In file included from xdial.c:31: ./defs.h:251:6: 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] 251 | VOID set_selpos(); | ^ xdial.c:1351:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1351 | VOID del_selpos(sn) | ^ In file included from xdial.c:31: ./defs.h:252:6: 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] 252 | VOID del_selpos(); | ^ xdial.c:1364:11: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1364 | exitus(0); | ^ xdial.c:1358:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1358 | VOID manpage(subj) | ^ In file included from xdial.c:31: ./defs.h:253:6: 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] 253 | VOID manpage(); | ^ xdial.c:1402:11: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1402 | exitus(0); | ^ xdial.c:1404:14: warning: passing arguments to 'di_warteauf' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1404 | di_warteauf(0,1,s[0],s[1]); | ^ xdial.c:1416:48: warning: passing arguments to 'setcurs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1416 | if (!lost[0] && !lost[1] && !lost[2]) setcurs(0); | ^ xdial.c:1417:8: warning: passing arguments to 'waitt' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1417 | waitt(50,1); | ^ xdial.c:1445:52: warning: passing arguments to 'irc_xinput' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1445 | else if (i && irc_state==IRC_PLAYING && irc_xinput(buf,i)); | ^ xdial.c:1464:15: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1464 | draw_di(sn,3); | ^ xdial.c:1465:15: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1465 | draw_di(sn,4); | ^ xdial.c:1467:13: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1467 | draw_di(sn,2); | ^ xdial.c:1506:19: warning: passing arguments to 'hndl_button' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1506 | hndl_button(sn,selpos[sn].p[i].x1+2,selpos[sn].p[i].y1+2,0,1); | ^ xdial.c:1539:13: warning: passing arguments to 'draw_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1539 | draw_di(sn,i<0?0:i); | ^ xdial.c:1545:15: warning: passing arguments to 'draw_dial' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1545 | draw_dial(sn,i<0?0:i,resdial[sn]); | ^ xdial.c:1554:18: warning: passing arguments to 'hndl_button' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1554 | hndl_button(b-1,x,y,opt,1); | ^ xdial.c:1563:16: warning: passing arguments to 'irc_parse' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1563 | irc_parse(l); | ^ xdial.c:1565:13: warning: passing arguments to 'irc_talk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1565 | irc_talk((char *)0); | ^ xdial.c:1569:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1569 | VOID getob_xywhbd(sn,ob,i,x,y,w,h,bp) | ^ In file included from xdial.c:31: ./defs.h:256:6: 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] 256 | VOID getob_xywhbd(); | ^ xdial.c:1586:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1586 | VOID create_dial(sn,x,y,dy,ob) | ^ In file included from xdial.c:31: ./defs.h:257:6: 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] 257 | VOID create_dial(); | ^ xdial.c:1618:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1618 | VOID findlastex(sn) | ^ In file included from xdial.c:31: ./defs.h:258:6: 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] 258 | VOID findlastex(); | ^ xdial.c:1641:29: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1641 | if (actdial[sn]) remove_di(sn); | ^ xdial.c:1635:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1635 | VOID create_di(sn,ob) | ^ In file included from xdial.c:31: ./defs.h:259:6: 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] 259 | VOID create_di(); | ^ xdial.c:1656:29: warning: passing arguments to 'remove_di' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1656 | if (actdial[sn]) remove_di(sn); | ^ xdial.c:1650:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1650 | VOID create_diopt(sn,ob) | ^ In file included from xdial.c:31: ./defs.h:260:6: 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] 260 | VOID create_diopt(); | ^ xdial.c:1665:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1665 | VOID remove_dial(sn,ob) | ^ In file included from xdial.c:31: ./defs.h:261:6: 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] 261 | VOID remove_dial(); | ^ xdial.c:1672:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1672 | VOID remove_di(sn) | ^ In file included from xdial.c:31: ./defs.h:262:6: 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] 262 | VOID remove_di(); | ^ xdial.c:1692:12: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1692 | change_gc(sn,rev?b3dpix[sn]:w3dpix[sn],gc); | ^ xdial.c:1699:12: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1699 | change_gc(sn,rev?w3dpix[sn]:b3dpix[sn],gc); | ^ xdial.c:1702:12: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1702 | change_gc(sn,fgpix[sn],gc); | ^ xdial.c:1679:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1679 | VOID draw_3d(w,b,sn,x1,y1,x2,y2,rev) | ^ In file included from xdial.c:31: ./defs.h:263:6: 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] 263 | VOID draw_3d(); | ^ xdial.c:1722:16: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1722 | change_gc(sn,btpix[sn],gc); | ^ xdial.c:1725:16: warning: passing arguments to 'change_gc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1725 | change_gc(sn,fgpix[sn],gc); | ^ xdial.c:1775:27: warning: passing arguments to 'change_gcxor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1775 | if (bd) change_gcxor(sn,btpix[sn]^fgpix[sn]^bgpix[sn]); | ^ xdial.c:1778:27: warning: passing arguments to 'change_gcxor' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1778 | if (bd) change_gcxor(sn,fgpix[sn]); | ^ xdial.c:1705:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1705 | VOID draw_dial(sn,i,ob) | ^ In file included from xdial.c:31: ./defs.h:264:6: 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] 264 | VOID draw_dial(); | ^ xdial.c:1784:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1784 | VOID draw_di(sn,idx) | ^ In file included from xdial.c:31: ./defs.h:265:6: 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] 265 | VOID draw_di(); | ^ xdial.c:1830:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1830 | VOID prspnam(txt,sn,ln) | ^ In file included from xdial.c:31: ./defs.h:267:6: 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] 267 | VOID prspnam(); | ^ xdial.c:1855:17: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1855 | x=(s==left(sn)?desk[sn].com1x | ^ xdial.c:1857:17: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1857 | y=(s==left(sn)?desk[sn].com1y | ^ xdial.c:1859:14: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1859 | v_gtext(sn,x,y,0,clr); | ^ xdial.c:1861:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1861 | v_gtext(sn,x,y+charh[sn],0,clr); | ^ xdial.c:1873:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1873 | v_gtext(sn,x,y,0,txt); | ^ xdial.c:1879:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1879 | v_gtext(sn,x,y,0,clr); | ^ xdial.c:1883:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1883 | v_gtext(sn,x,y,0,txt); | ^ xdial.c:1885:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1885 | v_gtext(sn,x,y,0,clr); | ^ xdial.c:1888:13: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1888 | v_gtext(sn,x,y,0,textarr[TX_OUVE_HAND].t[lang[sn]]); | ^ xdial.c:1891:13: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1891 | v_gtext(sn,x,y,0,textarr[TX_OUVE].t[lang[sn]]); | ^ xdial.c:1895:11: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1895 | v_gtext(sn,x,y,0,textarr[TX_SCHW_ANGE].t[lang[sn]]); | ^ xdial.c:1898:11: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1898 | v_gtext(sn,x,y,0,textarr[TX_SCHN_ANGE].t[lang[sn]]); | ^ xdial.c:1901:11: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1901 | v_gtext(sn,x,y,0,textarr[TX_HAND].t[lang[sn]]); | ^ xdial.c:1905:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1905 | v_gtext(sn,x,y,0,clr); | ^ xdial.c:1907:11: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1907 | v_gtext(sn,x,y,0,textarr[TX_UEBERLEGT].t[lang[sn]]); | ^ xdial.c:1910:11: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1910 | v_gtext(sn,x,y,0,textarr[ausspl==s?TX_VORHAND: | ^ xdial.c:1914:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1914 | v_gtext(sn,x,y+charh[sn],0,clr); | ^ xdial.c:1917:9: warning: passing arguments to 'v_gtext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1917 | v_gtext(sn,x,y,0,clr); | ^ xdial.c:1841:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1841 | VOID di_info(sn,th) | ^ In file included from xdial.c:31: ./defs.h:268:6: 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] 268 | VOID di_info(); | ^ xdial.c:1940:10: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1940 | sn=left(sn); | ^ xdial.c:1946:17: warning: passing arguments to 'di_grandhand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1946 | di_grandhand(sn); | ^ xdial.c:1937:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1937 | VOID next_grandhand(sn) | ^ In file included from xdial.c:31: ./defs.h:270:6: 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] 270 | VOID next_grandhand(); | ^ xdial.c:1953:13: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1953 | if (iscomp(sn)) { | ^ xdial.c:1954:22: warning: passing arguments to 'testgrandhand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1954 | if (testgrandhand(sn)) do_grandhand(sn); | ^ xdial.c:1954:40: warning: passing arguments to 'do_grandhand' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1954 | if (testgrandhand(sn)) do_grandhand(sn); | ^ xdial.c:1950:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1950 | VOID di_grandhand(sn) | ^ In file included from xdial.c:31: ./defs.h:271:6: 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] 271 | VOID di_grandhand(); | ^ xdial.c:1964:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1964 | VOID di_term(sn,s) | ^ In file included from xdial.c:31: ./defs.h:272:6: 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] 272 | VOID di_term(); | ^ xdial.c:1980:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1980 | VOID di_ende(sn) | ^ In file included from xdial.c:31: ./defs.h:273:6: 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] 273 | VOID di_ende(); | ^ xdial.c:1987:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1987 | VOID di_loesch(sn) | ^ In file included from xdial.c:31: ./defs.h:274:6: 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] 274 | VOID di_loesch(); | ^ xdial.c:2060:25: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2060 | if (numsp==1 && iscomp(spieler) && briefmsg[0] && !ktr) { | ^ xdial.c:2064:14: warning: passing arguments to 'di_kontra' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2064 | di_kontra(ktrsag); | ^ xdial.c:2075:14: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2075 | if (!iscomp(spieler)) initscr(spieler,1); | ^ xdial.c:2075:32: warning: passing arguments to 'initscr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2075 | if (!iscomp(spieler)) initscr(spieler,1); | ^ xdial.c:2076:13: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2076 | if (iscomp(sn)) { | ^ xdial.c:2077:30: warning: passing arguments to 'sage_kontra' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2077 | di_ktrnext(sn,sage_kontra(sn)); | ^ xdial.c:2077:15: warning: passing arguments to 'di_ktrnext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2077 | di_ktrnext(sn,sage_kontra(sn)); | ^ xdial.c:2080:12: warning: passing arguments to 'initscr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2080 | initscr(sn,1); | ^ xdial.c:2069:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2069 | VOID di_kontra(sn) | ^ In file included from xdial.c:31: ./defs.h:276:6: 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] 276 | VOID di_kontra(); | ^ xdial.c:2099:13: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2099 | if (iscomp(spieler)) { | ^ xdial.c:2100:26: warning: passing arguments to 'sage_re' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2100 | di_ktrnext(sn,sage_re(spieler)); | ^ xdial.c:2100:15: warning: passing arguments to 'di_ktrnext' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2100 | di_ktrnext(sn,sage_re(spieler)); | ^ xdial.c:2085:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2085 | VOID di_rekontra(sn) | ^ In file included from xdial.c:31: ./defs.h:277:6: 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] 277 | VOID di_rekontra(); | ^ xdial.c:2107:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2107 | VOID di_konre(sn) | ^ In file included from xdial.c:31: ./defs.h:278:6: 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] 278 | VOID di_konre(); | ^ xdial.c:2134:19: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2134 | ktrnext=left(ktrsag)==spieler?right(ktrsag):left(ktrsag); | ^ xdial.c:2134:42: warning: passing arguments to 'right' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2134 | ktrnext=left(ktrsag)==spieler?right(ktrsag):left(ktrsag); | ^ xdial.c:2134:55: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2134 | ktrnext=left(ktrsag)==spieler?right(ktrsag):left(ktrsag); | ^ xdial.c:2135:17: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2135 | if (iscomp(ktrnext)) ktrnext=-1; | ^ xdial.c:2136:17: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2136 | if (iscomp(ktrsag)) ktrsag=ktrnext,ktrnext=-1; | ^ xdial.c:2140:18: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2140 | ktrsag=left(ktrsag)==spieler?right(ktrsag):left(ktrsag); | ^ xdial.c:2140:41: warning: passing arguments to 'right' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2140 | ktrsag=left(ktrsag)==spieler?right(ktrsag):left(ktrsag); | ^ xdial.c:2140:54: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2140 | ktrsag=left(ktrsag)==spieler?right(ktrsag):left(ktrsag); | ^ xdial.c:2141:17: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2141 | if (iscomp(ktrsag)) ktrsag=ktrnext; | ^ xdial.c:2160:27: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2160 | if (numsp==1 && iscomp(spieler) && briefmsg[0] && | ^ xdial.c:2127:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2127 | VOID di_ktrnext(sn,f) | ^ In file included from xdial.c:31: ./defs.h:279:6: 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] 279 | VOID di_ktrnext(); | ^ xdial.c:2173:13: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2173 | if (iscomp(spieler)) { | ^ xdial.c:2212:10: warning: passing arguments to 'clr_desk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2212 | clr_desk(0); | ^ xdial.c:2201:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2201 | VOID di_weiter(ini) | ^ In file included from xdial.c:31: ./defs.h:281:6: 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] 281 | VOID di_weiter(); | ^ xdial.c:2231:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2231 | VOID di_wiederweiter(sn) | ^ In file included from xdial.c:31: ./defs.h:282:6: 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] 282 | VOID di_wiederweiter(); | ^ xdial.c:2246:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2246 | VOID di_klopfen(sn) | ^ In file included from xdial.c:31: ./defs.h:283:6: 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] 283 | VOID di_klopfen(); | ^ xdial.c:2262:11: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2262 | msp=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2262:29: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2262 | msp=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2262:43: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2262 | msp=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2263:13: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2263 | if (iscomp(msp)) { | ^ xdial.c:2264:38: warning: passing arguments to 'di_nichtschenken' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2264 | if (kontrastufe) di_nichtschenken(msp); | ^ xdial.c:2253:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2253 | VOID di_schenken(sn) | ^ In file included from xdial.c:31: ./defs.h:284:6: 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] 284 | VOID di_schenken(); | ^ xdial.c:2276:13: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2276 | if (iscomp(spieler)) { | ^ xdial.c:2292:11: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2292 | msp=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2292:29: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2292 | msp=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2292:43: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2292 | msp=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2293:26: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2293 | schenknext=f && !iscomp(msp)?msp:-1; | ^ xdial.c:2287:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2287 | VOID di_wiederschenken(sn,f) | ^ In file included from xdial.c:31: ./defs.h:286:6: 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] 286 | VOID di_wiederschenken(); | ^ xdial.c:2302:10: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2302 | sn=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2302:28: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2302 | sn=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2302:42: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2302 | sn=left(sn)==spieler?left(spieler):left(sn); | ^ xdial.c:2303:14: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2303 | if (!iscomp(sn)) { | ^ xdial.c:2299:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2299 | VOID di_nichtschenken(sn) | ^ In file included from xdial.c:31: ./defs.h:287:6: 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] 287 | VOID di_nichtschenken(); | ^ xdial.c:2317:23: warning: passing arguments to 'save_skat' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2317 | if (vmh) save_skat(vmh+1); | ^ xdial.c:2320:15: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2320 | if (iscomp(sn)) { | ^ xdial.c:2321:23: warning: passing arguments to 'comp_sramsch' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2321 | if (comp_sramsch(sn)) { | ^ xdial.c:2324:15: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2324 | vmh=left(vmh); | ^ xdial.c:2367:14: warning: passing arguments to 'iscomp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2367 | if (!iscomp(spieler)) { | ^ xdial.c:2368:13: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2368 | vmh=left(vmh); | ^ xdial.c:2335:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2335 | int di_verdoppelt(f,kl) | ^ In file included from xdial.c:31: ./defs.h:289:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 289 | int di_verdoppelt(); | ^ xdial.c:2438:11: warning: passing arguments to 'modsum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2438 | modsum(curr,cgv,j,(int *)0,(int *)0,(int *)0,(int *)0); | ^ xdial.c:2445:11: warning: passing arguments to 'modsum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2445 | modsum(curr,cgv,i,&s,&e,&r,&d); | ^ xdial.c:2414:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2414 | VOID list_fun(sn) | ^ In file included from xdial.c:31: ./defs.h:292:6: 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] 292 | VOID list_fun(); | ^ xdial.c:2472:25: warning: passing arguments to 'di_liste' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2472 | if (irc_play) di_liste(irc_pos,1); | ^ xdial.c:2473:29: warning: passing arguments to 'di_liste' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2473 | else if (numsp>1) di_liste(0,1); | ^ xdial.c:2476:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2476 | VOID di_liste(sn,ini) | ^ In file included from xdial.c:31: ./defs.h:294:6: 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] 294 | VOID di_liste(); | ^ xdial.c:2521:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 2521 | case '':return ''; | ^ xdial.c:2521:19: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 2521 | case '':return ''; | ^ xdial.c:2522:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 2522 | case '':return ''; | ^ xdial.c:2522:19: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 2522 | case '':return ''; | ^ xdial.c:2523:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 2523 | case '':return ''; | ^ xdial.c:2523:19: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 2523 | case '':return ''; | ^ xdial.c:2517:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2517 | int ger_toupper(c) | ^ In file included from xdial.c:31: ./defs.h:295:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 295 | int ger_toupper(); | ^ xdial.c:2528:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2528 | VOID pformat(f,spec,txt,fil) | ^ In file included from xdial.c:31: ./defs.h:296:6: 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] 296 | VOID pformat(); | ^ xdial.c:2573:11: warning: passing arguments to 'lower' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2573 | if (lower(stiche[i][s],stiche[j][s],trumpf==-1)) { | ^ xdial.c:2574:8: warning: passing arguments to 'swap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2574 | swap(&stiche[i][s],&stiche[j][s]); | ^ xdial.c:2559:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2559 | VOID prot_fun(sn,f) | ^ In file included from xdial.c:31: ./defs.h:297:6: 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] 297 | VOID prot_fun(); | ^ xdial.c:2635:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2635 | VOID im_skat(sn,ln,s,i) | ^ In file included from xdial.c:31: ./defs.h:298:6: 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] 298 | VOID im_skat(); | ^ xdial.c:2762:27: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2762 | if (prot1.verdopp[left(prot1.anspiel[0])]==1) u2=OB_UNDERLINED; | ^ xdial.c:2763:28: warning: passing arguments to 'right' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2763 | if (prot1.verdopp[right(prot1.anspiel[0])]==1) u3=OB_UNDERLINED; | ^ xdial.c:2842:13: warning: passing arguments to 'right' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2842 | right(prot1.anspiel[0])+1, | ^ xdial.c:2649:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2649 | VOID di_proto(sn,ini,log) | ^ In file included from xdial.c:31: ./defs.h:299:6: 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] 299 | VOID di_proto(); | ^ xdial.c:2894:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2894 | VOID di_resultdi(sn) | ^ In file included from xdial.c:31: ./defs.h:300:6: 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] 300 | VOID di_resultdi(); | ^ xdial.c:2934:19: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2934 | if (spieler==left(sn)) { | ^ xdial.c:2939:14: warning: passing arguments to 'putcard' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2939 | putcard(sn,prot2.skat[i][0],x,y); | ^ xdial.c:2940:14: warning: passing arguments to 'putcard' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2940 | putcard(sn,prot2.skat[i][1],x+desk[sn].cardx,y); | ^ xdial.c:3035:16: warning: passing arguments to 'di_delres' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3035 | di_delres(sn); | ^ xdial.c:3062:13: warning: passing arguments to 'v_gtextnc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3062 | v_gtextnc(sn,0,0,sx,sy,0,textarr[TX_IM_SKAT_IST].t[lang[sn]]); | ^ xdial.c:3069:13: warning: passing arguments to 'v_gtextnc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3069 | v_gtextnc(sn,0,0,sx,sy,0,textarr[TX_URSPRUENG_SKAT].t[lang[sn]]); | ^ xdial.c:2912:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2912 | VOID di_result(be) | ^ In file included from xdial.c:31: ./defs.h:301:6: 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] 301 | VOID di_result(); | ^ xdial.c:3078:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3078 | VOID di_delres(sn) | ^ In file included from xdial.c:31: ./defs.h:302:6: 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] 302 | VOID di_delres(); | ^ xdial.c:3087:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3087 | VOID di_options(sn) | ^ In file included from xdial.c:31: ./defs.h:303:6: 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] 303 | VOID di_options(); | ^ xdial.c:3146:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3146 | VOID di_copyr(sn) | ^ In file included from xdial.c:31: ./defs.h:304:6: 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] 304 | VOID di_copyr(); | ^ xdial.c:3166:15: warning: passing arguments to 'extractnamln' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3166 | extractnamln(3,buf,0); | ^ xdial.c:3158:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3158 | VOID di_grafik(sn) | ^ In file included from xdial.c:31: ./defs.h:305:6: 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] 305 | VOID di_grafik(); | ^ xdial.c:3210:15: warning: passing arguments to 'extractnamln' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3210 | extractnamln(3,buf,ln); | ^ xdial.c:3220:15: warning: passing arguments to 'extractnamln' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3220 | extractnamln(3,buf,ln); | ^ xdial.c:3191:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3191 | VOID di_strateg(sn) | ^ In file included from xdial.c:31: ./defs.h:306:6: 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] 306 | VOID di_strateg(); | ^ xdial.c:3247:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3247 | VOID di_varianten(sn) | ^ In file included from xdial.c:31: ./defs.h:307:6: 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] 307 | VOID di_varianten(); | ^ xdial.c:3262:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3262 | VOID di_ramschopts(sn) | ^ In file included from xdial.c:31: ./defs.h:308:6: 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] 308 | VOID di_ramschopts(); | ^ xdial.c:3271:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3271 | VOID di_bockevents(sn) | ^ In file included from xdial.c:31: ./defs.h:309:6: 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] 309 | VOID di_bockevents(); | ^ xdial.c:3301:25: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 3301 | tkl[i].t[ln]="<<<"+i; | ~~~~~^~ xdial.c:3301:25: note: use array indexing to silence this warning 3301 | tkl[i].t[ln]="<<<"+i; | ^ | & [ ] xdial.c:3302:25: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 3302 | tgr[i].t[ln]=">>>"+2-i; | ~~~~~^~ xdial.c:3302:25: note: use array indexing to silence this warning 3302 | tgr[i].t[ln]=">>>"+2-i; | ^ | & [ ] xdial.c:3286:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3286 | VOID di_geschwindigkeit(sn) | ^ In file included from xdial.c:31: ./defs.h:310:6: 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] 310 | VOID di_geschwindigkeit(); | ^ xdial.c:3315:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3315 | VOID di_mehrspieler(sn) | ^ In file included from xdial.c:31: ./defs.h:311:6: 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] 311 | VOID di_mehrspieler(); | ^ xdial.c:3321:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3321 | VOID di_lanspiel(sn) | ^ In file included from xdial.c:31: ./defs.h:312:6: 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] 312 | VOID di_lanspiel(); | ^ xdial.c:3327:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3327 | VOID di_eigenertisch(sn) | ^ In file included from xdial.c:31: ./defs.h:313:6: 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] 313 | VOID di_eigenertisch(); | ^ xdial.c:3345:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3345 | VOID di_anderertisch(sn) | ^ In file included from xdial.c:31: ./defs.h:314:6: 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] 314 | VOID di_anderertisch(); | ^ xdial.c:3358:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3358 | VOID di_warteauf(sn,u,s2,s3) | ^ In file included from xdial.c:31: ./defs.h:315:6: 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] 315 | VOID di_warteauf(); | ^ xdial.c:3388:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3388 | VOID di_irc(sn) | ^ In file included from xdial.c:31: ./defs.h:316:6: 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] 316 | VOID di_irc(); | ^ xdial.c:3401:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3401 | VOID di_eingabe(sn) | ^ In file included from xdial.c:31: ./defs.h:317:6: 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] 317 | VOID di_eingabe(); | ^ xdial.c:3422:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3422 | VOID di_wieder(sn,f) | ^ In file included from xdial.c:31: ./defs.h:318:6: 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] 318 | VOID di_wieder(); | ^ xdial.c:3436:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 3436 | VOID di_input(sn,ti,di,buf,len) | ^ In file included from xdial.c:31: ./defs.h:319:6: 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] 319 | VOID di_input(); | ^ 436 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c irc.c irc.c:37:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 37 | VOID irc_log(s,in) | ^ In file included from irc.c:30: ./defs.h:34:6: 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] 34 | VOID irc_log(); | ^ irc.c:65:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | VOID irc_out(s) | ^ In file included from irc.c:30: ./defs.h:35:6: 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] 35 | VOID irc_out(); | ^ irc.c:72:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | VOID irc_print(s) | ^ In file included from irc.c:30: ./defs.h:36:6: 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] 36 | VOID irc_print(); | ^ irc.c:85:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | VOID irc_printnl(s) | ^ In file included from irc.c:30: ./defs.h:37:6: 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] 37 | VOID irc_printnl(); | ^ irc.c:158:13: warning: passing arguments to 'irc_talk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | irc_talk(irc_inpbuf); | ^ irc.c:130:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 130 | int irc_xinput(s,l) | ^ In file included from irc.c:30: ./defs.h:39:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 39 | int irc_xinput(); | ^ irc.c:174:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | int irc_match(cmd,s) | ^ In file included from irc.c:30: ./defs.h:40:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 40 | int irc_match(); | ^ irc.c:188:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 188 | VOID irc_sendnick(s) | ^ In file included from irc.c:30: ./defs.h:41:6: 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] 41 | VOID irc_sendnick(); | ^ irc.c:196:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 196 | VOID irc_pr_ss(s1,s2) | ^ In file included from irc.c:30: ./defs.h:42:6: 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] 42 | VOID irc_pr_ss(); | ^ irc.c:204:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 204 | VOID irc_pr_bs(s) | ^ In file included from irc.c:30: ./defs.h:43:6: 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] 43 | VOID irc_pr_bs(); | ^ irc.c:211:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 211 | VOID irc_pr_sd(s,d) | ^ In file included from irc.c:30: ./defs.h:44:6: 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] 44 | VOID irc_pr_sd(); | ^ irc.c:223:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 223 | VOID irc_pr_ramsch(val) | ^ In file included from irc.c:30: ./defs.h:45:6: 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] 45 | VOID irc_pr_ramsch(); | ^ irc.c:230:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 230 | VOID irc_pr_sramsch(val) | ^ In file included from irc.c:30: ./defs.h:46:6: 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] 46 | VOID irc_pr_sramsch(); | ^ irc.c:237:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 237 | VOID irc_pr_rskatloser(val) | ^ In file included from irc.c:30: ./defs.h:47:6: 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] 47 | VOID irc_pr_rskatloser(); | ^ irc.c:244:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 244 | VOID irc_pr_kontra(val) | ^ In file included from irc.c:30: ./defs.h:48:6: 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] 48 | VOID irc_pr_kontra(); | ^ irc.c:251:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 251 | VOID irc_pr_bock(val) | ^ In file included from irc.c:30: ./defs.h:49:6: 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 | VOID irc_pr_bock(); | ^ irc.c:258:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | VOID irc_pr_resumebock(val) | ^ In file included from irc.c:30: ./defs.h:50:6: 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 | VOID irc_pr_resumebock(); | ^ irc.c:265:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 265 | VOID irc_pr_spitze(val) | ^ In file included from irc.c:30: ./defs.h:51:6: 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] 51 | VOID irc_pr_spitze(); | ^ irc.c:272:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | VOID irc_pr_revolution(val) | ^ In file included from irc.c:30: ./defs.h:52:6: 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] 52 | VOID irc_pr_revolution(); | ^ irc.c:279:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 279 | VOID irc_pr_klopfen(val) | ^ In file included from irc.c:30: ./defs.h:53:6: 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] 53 | VOID irc_pr_klopfen(); | ^ irc.c:286:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 286 | VOID irc_pr_schenken(val) | ^ In file included from irc.c:30: ./defs.h:54:6: 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] 54 | VOID irc_pr_schenken(); | ^ irc.c:293:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 293 | VOID irc_pr_oldrules(val) | ^ In file included from irc.c:30: ./defs.h:55:6: 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] 55 | VOID irc_pr_oldrules(); | ^ irc.c:300:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 300 | VOID irc_pr_bockevents(val) | ^ In file included from irc.c:30: ./defs.h:56:6: 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] 56 | VOID irc_pr_bockevents(); | ^ irc.c:331:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 331 | VOID irc_pr_alist(val) | ^ In file included from irc.c:30: ./defs.h:57:6: 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] 57 | VOID irc_pr_alist(); | ^ irc.c:341:47: warning: passing arguments to 'right' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | irc_pr_sd(textarr[TX_GEBER].t[lang[0]],right(val)?right(val):3); | ^ irc.c:341:58: warning: passing arguments to 'right' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | irc_pr_sd(textarr[TX_GEBER].t[lang[0]],right(val)?right(val):3); | ^ irc.c:338:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 338 | VOID irc_pr_start(val) | ^ In file included from irc.c:30: ./defs.h:58:6: 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] 58 | VOID irc_pr_start(); | ^ irc.c:344:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 344 | VOID irc_pr_s1(val) | ^ In file included from irc.c:30: ./defs.h:59:6: 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] 59 | VOID irc_pr_s1(); | ^ irc.c:350:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 350 | VOID irc_showrules(aplayramsch,aplaysramsch,aplaykontra,aplaybock, | ^ irc.c:417:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 417 | VOID irc_incidx(idx,sn) | ^ In file included from irc.c:30: ./defs.h:61:6: 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] 61 | VOID irc_incidx(); | ^ irc.c:423:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 423 | VOID irc_sync(q) | ^ In file included from irc.c:30: ./defs.h:62:6: 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] 62 | VOID irc_sync(); | ^ irc.c:441:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 441 | VOID irc_sendsync(f) | ^ In file included from irc.c:30: ./defs.h:63:6: 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] 63 | VOID irc_sendsync(); | ^ irc.c:484:13: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 484 | exitus(1); | ^ irc.c:563:24: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 563 | playsramsch=istrue(p); | ^ irc.c:569:23: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 569 | rskatloser=istrue(p); | ^ irc.c:591:23: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 591 | resumebock=istrue(p); | ^ irc.c:605:23: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 605 | revolution=istrue(p); | ^ irc.c:611:20: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 611 | klopfen=istrue(p); | ^ irc.c:617:21: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 617 | schenken=istrue(p); | ^ irc.c:623:21: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 623 | oldrules=istrue(p); | ^ irc.c:635:21: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 635 | alist[0]=istrue(p); | ^ irc.c:641:21: warning: passing arguments to 'istrue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 641 | alist[0]=istrue(p)?2:0; | ^ irc.c:649:21: warning: passing arguments to 'left' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 649 | else geber=left(geber); | ^ irc.c:707:10: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 707 | exitus(1); | ^ irc.c:470:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 470 | VOID irc_talk(msg) | ^ In file included from irc.c:30: ./defs.h:66:6: 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] 66 | VOID irc_talk(); | ^ irc.c:735:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 735 | char *irc_copyname(t,f) | ^ In file included from irc.c:30: ./defs.h:67:7: 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 | char *irc_copyname(); | ^ irc.c:746:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 746 | int irc_senderok(s) | ^ In file included from irc.c:30: ./defs.h:68:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 68 | int irc_senderok(); | ^ irc.c:759:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 759 | VOID irc_histsave(sn,s) | ^ In file included from irc.c:30: ./defs.h:69:6: 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] 69 | VOID irc_histsave(); | ^ irc.c:775:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 775 | VOID irc_sendbtev(sn,bt) | ^ In file included from irc.c:30: ./defs.h:70:6: 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 | VOID irc_sendbtev(); | ^ irc.c:785:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 785 | VOID irc_sendxyev(sn,x,y,opt) | ^ In file included from irc.c:30: ./defs.h:71:6: 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] 71 | VOID irc_sendxyev(); | ^ irc.c:795:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 795 | VOID irc_sendsort(sn) | ^ In file included from irc.c:30: ./defs.h:72:6: 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] 72 | VOID irc_sendsort(); | ^ irc.c:806:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 806 | VOID irc_sendschenken(sn) | ^ In file included from irc.c:30: ./defs.h:73:6: 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] 73 | VOID irc_sendschenken(); | ^ irc.c:816:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 816 | VOID irc_sendloeschen(sn) | ^ In file included from irc.c:30: ./defs.h:74:6: 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] 74 | VOID irc_sendloeschen(); | ^ irc.c:826:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 826 | VOID irc_addcmd(sn,idx,p) | ^ In file included from irc.c:30: ./defs.h:75:6: 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] 75 | VOID irc_addcmd(); | ^ irc.c:857:19: warning: passing arguments to 'hndl_btevent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 857 | hndl_btevent(sn,bt); | ^ irc.c:863:20: warning: passing arguments to 'hndl_button' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 863 | if (hndl_button(sn,x,y,opt,0)) { | ^ irc.c:875:12: warning: passing arguments to 'initscr' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 875 | initscr(sn,1); | ^ irc.c:880:16: warning: passing arguments to 'di_schenken' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 880 | di_schenken(sn); | ^ irc.c:885:11: warning: passing arguments to 'setsum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 885 | setsum(1); | ^ irc.c:836:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 836 | int irc_getcmd(sn,fh,q) | ^ In file included from irc.c:30: ./defs.h:76:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 76 | int irc_getcmd(); | ^ irc.c:912:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 912 | VOID irc_getrules(q) | ^ In file included from irc.c:30: ./defs.h:78:6: 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] 78 | VOID irc_getrules(); | ^ irc.c:953:14: warning: passing arguments to 'calc_desk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 953 | calc_desk(i); | ^ irc.c:976:11: warning: passing arguments to 'setrnd' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 976 | setrnd(&seed[0],savseed); | ^ irc.c:977:11: warning: passing arguments to 'setsum' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 977 | setsum(0); | ^ irc.c:931:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 931 | VOID irc_getserverconf(q) | ^ In file included from irc.c:30: ./defs.h:79:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 79 | VOID irc_getserverconf(); | ^ irc.c:1110:16: warning: passing arguments to 'calc_desk' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1110 | calc_desk(i); | ^ irc.c:1059:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1059 | VOID irc_getclientconf(s,q) | ^ In file included from irc.c:30: ./defs.h:83:6: 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] 83 | VOID irc_getclientconf(); | ^ irc.c:1127:34: warning: passing arguments to 'rndval' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1127 | sprintf(nick,"xskat%04d",rndval(&rseed,8191)); | ^ irc.c:1116:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1116 | VOID irc_changenick(send) | ^ In file included from irc.c:30: ./defs.h:84:6: 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] 84 | VOID irc_changenick(); | ^ irc.c:1139:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1139 | VOID irc_nickchanged(oldnick,newnick) | ^ In file included from irc.c:30: ./defs.h:86:6: 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] 86 | VOID irc_nickchanged(); | ^ irc.c:1176:12: warning: passing arguments to 'prspnam' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1176 | prspnam(nam,sn-1,lang[sn-1]); | ^ irc.c:1161:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1161 | VOID irc_msg(nick,q) | ^ In file included from irc.c:30: ./defs.h:87:6: 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] 87 | VOID irc_msg(); | ^ irc.c:1317:10: warning: passing arguments to 'finish' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1317 | finish(sn-1,0); | ^ irc.c:1362:11: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1362 | exitus(1); | ^ irc.c:1190:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1190 | VOID irc_parse(s) | ^ In file included from irc.c:30: ./defs.h:88:6: 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] 88 | VOID irc_parse(); | ^ irc.c:1389:11: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1389 | exitus(1); | ^ irc.c:1393:11: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1393 | exitus(1); | ^ irc.c:1400:13: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1400 | exitus(1); | ^ irc.c:1409:11: warning: passing arguments to 'exitus' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1409 | exitus(1); | ^ irc.c:1450:10: warning: passing arguments to 'waitt' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1450 | waitt(100,0); | ^ 126 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c text.c text.c:36:15: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 36 | "As","10","Knig","Dame","Bube","9","8","7", | ^~~~ text.c:38:23: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 38 | "Schellen","Rot","Grn","Eicheln", | ^~~~ text.c:39:15: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 39 | "As","10","Knig","Ober","Unter","9","8","7", | ^~~~ text.c:44:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 44 | "Drcken","spielt ","ouvert Hand","ouvert","Hand","Ouvert", | ^~~~ text.c:45:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 45 | "berlegt","Gereizt bis: %d","Lschen"," spielte ", | ^~~~ text.c:45:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 45 | "berlegt","Gereizt bis: %d","Lschen"," spielte ", | ^~~~ text.c:47:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 47 | "berreizt !","Gegner nicht Schneider !","Gegner nicht schwarz !", | ^~~~ text.c:52:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 52 | " Lschen ? "," Spiel ","Schneider","Schwarz","Spielen"," Hinweis ", | ^~~~ text.c:55:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 55 | "Ouvert schliet schwarz angesagt", | ^~~~ text.c:56:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 56 | "ein (auer bei Null natrlich).", | ^~~~ ~~~~ text.c:57:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 57 | "Du hast hher gereizt als der", | ^~~~ text.c:67:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 67 | "Ursprnglicher Skat", | ^~~~ text.c:72:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 72 | COPYRIGHT,URL, | ^~~~~~~~~ text.c:31:35: note: expanded from macro 'COPYRIGHT' 31 | #define COPYRIGHT "Copyright 2004 Gunter Gerhardt" | ^~~~ text.c:79:20: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 79 | "Sortieren","Aufwrts","Abwrts","Alternierend","Sequentiell", | ^~~~ text.c:79:30: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 79 | "Sortieren","Aufwrts","Abwrts","Alternierend","Sequentiell", | ^~~~ text.c:87:35: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 87 | "Optionen"," Computer ","Spielstrke","--","-","0","+","++", | ^~~~ text.c:89:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 89 | "Vorschlge"," Varianten ", | ^~~~ text.c:94:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 94 | "Buben drfen nicht geschoben werden.", | ^~~~ text.c:95:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 95 | "Unter drfen nicht geschoben werden.", | ^~~~ text.c:100:35: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 100 | "Vorhand wechselt:","Start","Zurck", | ^~~~ text.c:102:7: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 102 | "Abkrzung","Fragen","Nie", | ^~~~ text.c:110:19: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 110 | " Benutzeroberflche ","Tastatur", | ^~~~ text.c:111:7: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 111 | "Men-Taste","Jede", | ^~~~ text.c:114:14: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 114 | "Spitze","zhlt 2","Spitze verloren !","Spitze !", | ^~~~ text.c:126:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 126 | "Blatt","Franzsisch","Franzsisch (4 Farben)", | ^~~~ text.c:126:31: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 126 | "Blatt","Franzsisch","Franzsisch (4 Farben)", | ^~~~ text.c:130:52: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 130 | "Ein Maus-Klick oder ESC / F1","bringt dieses Men zur Anzeige", | ^~~~ text.c:132:19: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 132 | " Lokales Spiel ber LAN ", | ^~~~ text.c:133:25: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 133 | "Eigenen Spieltisch erffnen", | ^~~~ text.c:138:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 138 | "Spieltisch erffnen", | ^~~~ text.c:141:27: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 141 | "Ggf. nach dem Spiel zurcknehmen.", | ^~~~ text.c:144:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 144 | "(Schliet dieses Fenster)", | ^~~~ text.c:145:20: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 145 | " Internet-Spiel ber IRC ", | ^~~~ text.c:157:51: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 157 | " Wenn alle Mitspieler auf diesem Kanal sind, mu einer /go eingeben,", | ^~~~ text.c:167:24: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 167 | "/nick name, /nick - ndere Namen oder zeige ihn an", | ^~~~ text.c:169:33: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 169 | "/list, /list text - zeige Kanle (die xskat/text enthalten)", | ^~~~ text.c:173:27: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 173 | "/quote command args - fr Spezialisten", | ^~~~ text.c:178:7: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 178 | " - ndere Regeln (n ist eine Zahl, b ist true/false)", | ^~~~ text.c:220:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 220 | COPYRIGHT,URL, | ^~~~~~~~~ text.c:31:35: note: expanded from macro 'COPYRIGHT' 31 | #define COPYRIGHT "Copyright 2004 Gunter Gerhardt" | ^~~~ text.c:350:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 350 | char *idxlang(i) | ^ In file included from text.c:27: ./defs.h:228:7: 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] 228 | char *idxlang(); | ^ text.c:356:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 356 | int langidx(s) | ^ In file included from text.c:27: ./defs.h:229:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 229 | int langidx(); | ^ 43 warnings generated. rm -f xskat cc -o xskat -O2 -L/usr/X11R6/lib -L/usr/local/lib skat.o ramsch.o null.o bitmaps.o xio.o xdial.o irc.o text.o -lX11 -Wl,-rpath,/usr/local/lib ld: warning: skat.c(skat.o:(do_sagen)): warning: sprintf() is often misused, please use snprintf() ld: warning: xdial.c(xdial.o:(info_stich)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: xdial.c(xdial.o:(info_stich)): warning: strcat() is almost always misused, please use strlcat() rm -f xskat._man if test -z "" ; then cd `dirname xskat` && ln -s `basename xskat.man` `basename xskat._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xskat.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xskat._man; fi rm -f xskat-de._man if test -z "" ; then cd `dirname xskat-de` && ln -s `basename xskat-de.man` `basename xskat-de._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xskat-de.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xskat-de._man; fi >>> Running package in games/xskat at 1764616643.29 ===> games/xskat ===> Faking installation for xskat-4.0p3 install -c xskat /exopi-obj/pobj/xskat-4.0/fake-amd64/usr/local/bin/xskat install in . done install -c -m 0444 xskat._man /exopi-obj/pobj/xskat-4.0/fake-amd64/usr/local/man/man1/xskat.1 install -c -m 0444 xskat-de._man /exopi-obj/pobj/xskat-4.0/fake-amd64/usr/local/man/man1/xskat-de.1 install.man in . done ===> Building package for xskat-4.0p3 Create /exopi-cvs/ports/packages/amd64/all/xskat-4.0p3.tgz Creating package xskat-4.0p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********* | 15% checksumming|************** | 23% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|**************************** | 46% checksumming|********************************* | 54% checksumming|************************************** | 62% checksumming|****************************************** | 69% checksumming|*********************************************** | 77% checksumming|**************************************************** | 85% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************************** | 91% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xskat-4.0p3.tgz >>> Running clean in games/xskat at 1764616644.17 ===> games/xskat ===> Cleaning for xskat-4.0p3 >>> Ended at 1764616644.32 max_stuck=0.00/depends=0.91/show-prepare-results=0.48/build=7.76/package=0.89/clean=0.17