>>> Building on exopi-2 under games/xskat BDEPENDS = [devel/imake;devel/imake-cf] DIST = [games/xskat:xskat-4.0.tar.gz] FULLPKGNAME = xskat-4.0p3 Avoided depends for imake-1.0.9 imake-cf-1.0.7p0 distfiles size=179059 >>> Running build in games/xskat at 1713348408.53 ===> games/xskat ===> Building from scratch xskat-4.0p3 ===> xskat-4.0p3 depends on: imake-* -> imake-1.0.9 ===> xskat-4.0p3 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: X11 c xcb ===> found X11.18.0 c.100.0 xcb.4.1 ===> Checking files for xskat-4.0p3 `/exopi-cvs/ports/distfiles/xskat-4.0.tar.gz' is up to date. >> (SHA256) xskat-4.0.tar.gz: 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] VOID di_liste(); ^ xdial.c:2521:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '':return ''; ^ xdial.c:2521:19: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '':return ''; ^ xdial.c:2522:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '':return ''; ^ xdial.c:2522:19: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '':return ''; ^ xdial.c:2523:8: warning: illegal character encoding in character literal [-Winvalid-source-encoding] case '':return ''; ^ xdial.c:2523:19: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] VOID di_bockevents(); ^ xdial.c:3301:25: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] tkl[i].t[ln]="<<<"+i; ~~~~~^~ xdial.c:3301:25: note: use array indexing to silence this warning tkl[i].t[ln]="<<<"+i; ^ & [ ] xdial.c:3302:25: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] tgr[i].t[ln]=">>>"+2-i; ~~~~~^~ xdial.c:3302:25: note: use array indexing to silence this warning 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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] "As","10","Knig","Dame","Bube","9","8","7", ^~~~ text.c:38:23: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Schellen","Rot","Grn","Eicheln", ^~~~ text.c:39:15: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "As","10","Knig","Ober","Unter","9","8","7", ^~~~ text.c:44:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Drcken","spielt ","ouvert Hand","ouvert","Hand","Ouvert", ^~~~ text.c:45:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "berlegt","Gereizt bis: %d","Lschen"," spielte ", ^~~~ text.c:45:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "berlegt","Gereizt bis: %d","Lschen"," spielte ", ^~~~ text.c:47:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "berreizt !","Gegner nicht Schneider !","Gegner nicht schwarz !", ^~~~ text.c:52:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding] " Lschen ? "," Spiel ","Schneider","Schwarz","Spielen"," Hinweis ", ^~~~ text.c:55:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Ouvert schliet schwarz angesagt", ^~~~ text.c:56:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "ein (auer bei Null natrlich).", ^~~~ ~~~~ text.c:57:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Du hast hher gereizt als der", ^~~~ text.c:67:9: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Ursprnglicher Skat", ^~~~ text.c:72:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] COPYRIGHT,URL, ^~~~~~~~~ text.c:31:35: note: expanded from macro 'COPYRIGHT' #define COPYRIGHT "Copyright 2004 Gunter Gerhardt" ^~~~ text.c:79:20: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Sortieren","Aufwrts","Abwrts","Alternierend","Sequentiell", ^~~~ text.c:79:30: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Sortieren","Aufwrts","Abwrts","Alternierend","Sequentiell", ^~~~ text.c:87:35: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Optionen"," Computer ","Spielstrke","--","-","0","+","++", ^~~~ text.c:89:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Vorschlge"," Varianten ", ^~~~ text.c:94:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Buben drfen nicht geschoben werden.", ^~~~ text.c:95:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Unter drfen nicht geschoben werden.", ^~~~ text.c:100:35: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Vorhand wechselt:","Start","Zurck", ^~~~ text.c:102:7: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Abkrzung","Fragen","Nie", ^~~~ text.c:110:19: warning: illegal character encoding in string literal [-Winvalid-source-encoding] " Benutzeroberflche ","Tastatur", ^~~~ text.c:111:7: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Men-Taste","Jede", ^~~~ text.c:114:14: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Spitze","zhlt 2","Spitze verloren !","Spitze !", ^~~~ text.c:126:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Blatt","Franzsisch","Franzsisch (4 Farben)", ^~~~ text.c:126:31: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Blatt","Franzsisch","Franzsisch (4 Farben)", ^~~~ text.c:130:52: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "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] " Lokales Spiel ber LAN ", ^~~~ text.c:133:25: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Eigenen Spieltisch erffnen", ^~~~ text.c:138:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Spieltisch erffnen", ^~~~ text.c:141:27: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Ggf. nach dem Spiel zurcknehmen.", ^~~~ text.c:144:11: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "(Schliet dieses Fenster)", ^~~~ text.c:145:20: warning: illegal character encoding in string literal [-Winvalid-source-encoding] " Internet-Spiel ber IRC ", ^~~~ text.c:157:51: warning: illegal character encoding in string literal [-Winvalid-source-encoding] " 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] "/nick name, /nick - ndere Namen oder zeige ihn an", ^~~~ text.c:169:33: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "/list, /list text - zeige Kanle (die xskat/text enthalten)", ^~~~ text.c:173:27: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "/quote command args - fr Spezialisten", ^~~~ text.c:178:7: warning: illegal character encoding in string literal [-Winvalid-source-encoding] " - ndere Regeln (n ist eine Zahl, b ist true/false)", ^~~~ text.c:220:3: warning: illegal character encoding in string literal [-Winvalid-source-encoding] COPYRIGHT,URL, ^~~~~~~~~ text.c:31:35: note: expanded from macro 'COPYRIGHT' #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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 irc.c(irc.o:(irc_xinput)): warning: strcpy() is almost always misused, please use strlcpy() irc.c(irc.o:(irc_pr_sd)): warning: sprintf() is often misused, please use snprintf() 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 1713348425.35 ===> 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 1713348428.58 ===> games/xskat ===> Cleaning for xskat-4.0p3 >>> Ended at 1713348429.19 max_stuck=2.11/build=16.72/package=3.31/clean=0.71