>>> Building on exopi-2 under games/omega DIST = [games/omega:omega-0.90.4-src.tar.gz] FULLPKGNAME = omega-0.90.4p3 distfiles size=341346 >>> Running build in games/omega at 1713476870.85 ===> games/omega ===> Building from scratch omega-0.90.4p3 ===> Verifying specs: c curses ===> found c.100.0 curses.15.0 ===> Checking files for omega-0.90.4p3 `/exopi-cvs/ports/distfiles/omega-0.90.4-src.tar.gz' is up to date. >> (SHA256) omega-0.90.4-src.tar.gz: OK ===> Extracting for omega-0.90.4p3 ===> Patching for omega-0.90.4p3 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 17. Hunk #3 succeeded at 48. done ===> Applying OpenBSD patch patch-compress_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: compress.c |--- compress.c.orig |+++ compress.c -------------------------- Patching file compress.c using Plan A... Hunk #1 succeeded at 296. Hunk #2 succeeded at 306. Hunk #3 succeeded at 467. Hunk #4 succeeded at 671. Hunk #5 succeeded at 940. Hunk #6 succeeded at 1103. Hunk #7 succeeded at 1237. done ===> Applying OpenBSD patch patch-defs_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- defs.h.orig Thu Dec 31 19:07:57 1998 |+++ defs.h Fri Jul 27 20:59:03 2001 -------------------------- Patching file defs.h using Plan A... Hunk #1 succeeded at 45. Hunk #2 succeeded at 572. done ===> Applying OpenBSD patch patch-file_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- file.c.orig Thu Dec 31 19:08:04 1998 |+++ file.c Fri Jul 27 20:59:03 2001 -------------------------- Patching file file.c using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-fixstr_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: fixstr.c |--- fixstr.c.orig |+++ fixstr.c -------------------------- Patching file fixstr.c using Plan A... Hunk #1 succeeded at 15. done ===> Applying OpenBSD patch patch-genclr_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- genclr.c.orig 1998-08-08 14:53:59.000000000 +0200 |+++ genclr.c 2004-01-02 19:43:38.000000000 +0100 -------------------------- Patching file genclr.c using Plan A... Hunk #1 succeeded at 280. Hunk #2 succeeded at 321. done ===> Applying OpenBSD patch patch-inv_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- inv.c.orig Thu Dec 31 19:08:11 1998 |+++ inv.c Fri Jul 27 20:59:03 2001 -------------------------- Patching file inv.c using Plan A... Hunk #1 succeeded at 8. done ===> Applying OpenBSD patch patch-omega_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: omega.c |--- omega.c.orig |+++ omega.c -------------------------- Patching file omega.c using Plan A... Hunk #1 succeeded at 187. done ===> Applying OpenBSD patch patch-save_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- save.c.orig Sat Jan 2 05:00:10 1999 |+++ save.c Sun Oct 7 23:24:29 2001 -------------------------- Patching file save.c using Plan A... Hunk #1 succeeded at 302. Hunk #2 succeeded at 442. done ===> Applying OpenBSD patch patch-scr_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- scr.c.orig Fri Jan 1 22:59:49 1999 |+++ scr.c Fri Jul 27 20:59:03 2001 -------------------------- Patching file scr.c using Plan A... Hunk #1 succeeded at 10. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for omega-0.90.4p3 ===> Configuring for omega-0.90.4p3 ===> Building for omega-0.90.4p3 /usr/bin/make genclr cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c genclr.c genclr.c:125:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (; c = *p; p++) { ~~^~~~ genclr.c:125:14: note: place parentheses around the assignment to silence this warning for (; c = *p; p++) { ^ ( ) genclr.c:125:14: note: use '==' to turn this assignment into an equality comparison for (; c = *p; p++) { ^ == genclr.c:128:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (start = p++; c = *p; p++) { ~~^~~~ genclr.c:128:22: note: place parentheses around the assignment to silence this warning for (start = p++; c = *p; p++) { ^ ( ) genclr.c:128:22: note: use '==' to turn this assignment into an equality comparison for (start = p++; c = *p; p++) { ^ == genclr.c:229:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (p = line; p = strstr (p, PREFIX);) { ~~^~~~~~~~~~~~~~~~~~~~ genclr.c:229:19: note: place parentheses around the assignment to silence this warning for (p = line; p = strstr (p, PREFIX);) { ^ ( ) genclr.c:229:19: note: use '==' to turn this assignment into an equality comparison for (p = line; p = strstr (p, PREFIX);) { ^ == 3 warnings generated. cc genclr.o -o genclr cc -E -DOMEGA_CLRGEN *.[ch] | ./genclr clrgen.c clrgen.h compress.c:107:9: warning: extra tokens at end of #endif directive [-Wextra-tokens] # endif BITS ^ // compress.c:357:8: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif sel ^ // 2 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c omega.c omega.c:199: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 game_restore(argc,argv) ^ omega.c:231: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 main(argc,argv) ^ omega.c:311:3: warning: call to undeclared function 'omega_title'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] omega_title(); ^ omega.c:399: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 inititem(reset) ^ 4 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c abyss.c cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c aux1.c aux1.c:54: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 showroom(i) ^ aux1.c:146: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 p_moveable(x,y) ^ aux1.c:228: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 p_country_moveable(x,y) ^ aux1.c:246: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 searchat(x,y) ^ aux1.c:354: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 fight_monster(m) ^ aux1.c:397: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 damage_item(o) ^ aux1.c:498: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 p_damage(dmg,dtype,fromstring) ^ aux1.c:516: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 p_death(fromstring) ^ aux1.c:532: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 setspot(x,y) ^ aux1.c:600: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 *mstatus_string(m) ^ aux1.c:659: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 gain_experience(amount) ^ aux1.c:693: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 *trapid(trapno) ^ aux1.c:796: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 surrender(m) ^ aux1.c:875: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 threaten(m) ^ aux1.c:937: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 *levelname(level) ^ 15 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c aux2.c aux2.c:12: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 statmod(stat) ^ aux2.c:20: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 p_hit (m,dmg,dtype) ^ aux2.c:68: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 player_miss(m,dtype) ^ aux2.c:94: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 p_fumble(dtype) ^ aux2.c:158: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 movecursor(x,y,dx,dy) ^ aux2.c:172: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 p_immune(dtype) ^ aux2.c:486:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long expval(plevel) ^ aux2.c:506:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long item_value(item) ^ aux2.c:522:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long true_item_value(item) ^ aux2.c:594: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 weapon_use(dmgmod,weapon,m) ^ aux2.c:622: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 *actionlocstr(dir) ^ aux2.c:623:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char dir; ^ ./extern.h:62:30: note: previous declaration is here char *actionlocstr ARGS((char)); ^ aux2.c:636: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 tacplayer(m) ^ aux2.c:688: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 player_hit(hitmod,hitloc,m) ^ aux2.c:690:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char hitloc; ^ ./extern.h:64:30: note: previous declaration is here int player_hit ARGS((int,char,struct monster *)); ^ aux2.c:737: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 toggle_item_use(on) ^ aux2.c:768: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 enter_site(site) ^ aux2.c:788: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 change_environment(new_environment) ^ aux2.c:789:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char new_environment; ^ ./extern.h:67:35: note: previous declaration is here void change_environment ARGS((char)); ^ 19 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c aux3.c aux3.c:395: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 magic_resist(hostile_magic) ^ aux3.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 terrain_check(takestime) ^ aux3.c:729: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 *countryid(terrain) ^ aux3.c:813: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 showknownsites(first, last) ^ aux3.c:930: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 stonecheck(alignment) ^ 5 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c char.c char.c:181: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 fixnpc(status) ^ char.c:252: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 competence_check(attack) ^ 2 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c city.c city.c:9: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 load_city(populate) ^ city.c:303: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 assign_city_function(x,y) ^ city.c:453: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 make_justiciar(i,j) ^ city.c:507: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 mazesite(i,j,populate) ^ city.c:559: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 randommazesite(i,j,populate) ^ city.c:584: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 make_minor_undead(i,j) ^ city.c:596: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 make_major_undead(i,j) ^ 7 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c clrgen.c cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c command1.c cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c command2.c command2.c:162: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 search(searchval) ^ command2.c:936: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 save(compress, force) ^ command2.c:1020:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ command2.c:1063: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 moveplayer(dx,dy) ^ command2.c:1127: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 movepincountry(dx,dy) ^ cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c command3.c 5 warnings generated. command3.c:932: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 hunt(terrain) ^ 1 warning generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c country.c country.c:123: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 load_dlair(empty, populate) ^ country.c:252: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 load_speak(empty, populate) ^ country.c:377: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 load_misle(empty, populate) ^ country.c:473: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 load_temple(deity, populate) ^ country.c:598: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 random_temple_site(i,j,deity,populate) ^ country.c:628: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 make_high_priest(i,j,deity) ^ 6 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c effect1.c effect1.c:8: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 enchant(delta) ^ effect1.c:118: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 bless(blessing) ^ effect1.c:203: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 heal(amount) ^ effect1.c:226: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 fbolt(fx,fy,tx,ty,hit,dmg) ^ effect1.c:232: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 lbolt(fx,fy,tx,ty,hit,dmg) ^ effect1.c:239: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 icebolt(fx,fy,tx,ty,hit,dmg) ^ effect1.c:245: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 nbolt(fx,fy,tx,ty,hit,dmg) ^ effect1.c:253: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 bolt(fx,fy,tx,ty,hit,dmg,dtype) ^ effect1.c:352: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 lball(fx,fy,tx,ty,dmg) ^ effect1.c:358: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 manastorm(x,y,dmg) ^ effect1.c:364: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 snowball(fx,fy,tx,ty,dmg) ^ effect1.c:370: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 fball(fx,fy,tx,ty,dmg) ^ effect1.c:378: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 ball(fx,fy,tx,ty,dmg,dtype) ^ effect1.c:459: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 mondet(blessing) ^ effect1.c:467:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ effect1.c:476: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 objdet(blessing) ^ effect1.c:494: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 identify(blessing) ^ effect1.c:570: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 wish(blessing) ^ effect1.c:647: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 acquire(blessing) ^ 19 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c effect2.c effect2.c:8: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 knowledge(blessing) ^ effect2.c:339: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 flux(blessing) ^ effect2.c:362: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 displace(blessing) ^ effect2.c:377: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 invisible(blessing) ^ effect2.c:392: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 warp(blessing) ^ effect2.c:411: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 alert(blessing) ^ effect2.c:421: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 regenerate(blessing) ^ effect2.c:432: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 haste(blessing) ^ effect2.c:451: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 recover_stat(blessing) ^ effect2.c:477: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 augment(blessing) ^ effect2.c:514: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 breathe(blessing) ^ effect2.c:528: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 i_chaos(o) ^ effect2.c:542: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 i_law(o) ^ effect2.c:556: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 sanctify(blessing) ^ effect2.c:621: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 accuracy(blessing) ^ 15 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c effect3.c effect3.c:7: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 summon(blessing,id) ^ effect3.c:48: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 itemlist(itemindex,num) ^ effect3.c:103: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 cleanse(blessing) ^ effect3.c:139: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 annihilate(blessing) ^ effect3.c:177: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 sleep_monster(blessing) ^ effect3.c:215: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 sleep_player(amount) ^ effect3.c:228: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 hide(x,y) ^ effect3.c:239: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 clairvoyance(vision) ^ effect3.c:271: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 learnspell(blessing) ^ effect3.c:323: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 level_drain(levels,source) ^ effect3.c:341: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 disrupt(x,y,amount) ^ effect3.c:375: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 disintegrate(x,y) ^ effect3.c:503: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 p_teleport(type) ^ effect3.c:537: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 p_poison(toxicity) ^ effect3.c:547: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 apport(blessing) ^ effect3.c:574: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 strategic_teleport(blessing) ^ effect3.c:715: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 hero(blessing) ^ effect3.c:732: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 levitate(blessing) ^ effect3.c:770: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 cure(blessing) ^ effect3.c:801: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 disease(amount) ^ effect3.c:812: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 truesight(blessing) ^ effect3.c:827: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 dispel(blessing) ^ effect3.c:913: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 polymorph(blessing) ^ effect3.c:989: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 hellfire(x,y,blessing) ^ effect3.c:1028: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 drain(blessing) ^ effect3.c:1133: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 illuminate(blessing) ^ effect3.c:1167: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 drain_life(amount) ^ effect3.c:1195: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 inflict_fear(x,y) ^ effect3.c:1231: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 deflection(blessing) ^ 29 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c etc.c etc.c:120: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 learnclericalspells(deity,level) ^ etc.c:229: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 *slotstr(num) ^ etc.c:307: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 *wordnum(num) ^ 3 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c env.c env.c:80: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 load_circle(populate) ^ env.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 make_prime(i,j) ^ env.c:227: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 load_court(populate) ^ env.c:323: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 make_archmage(i,j) ^ 4 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c file.c file.c:27:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FILE *checkfopen(filestring,optionstring) ^ file.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 save_hiscore_npc(npc) ^ file.c:370: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 checkhigh(descrip,behavior) ^ file.c:410: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 extendlog(descrip,lifestatus) ^ file.c:437: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 filescanstring(fd,fstr) ^ file.c:472: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 test_file_access(file_name, mode) ^ file.c:474:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char mode; ^ ./extern.h:296:40: note: previous declaration is here int test_file_access ARGS((char *, char)); ^ file.c:565: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 displayfile(filestr) ^ file.c:600: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 displaycryptfile(filestr) ^ file.c:638: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 copyfile(srcstr) ^ 10 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c gen1.c gen1.c:30: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 clear_level(dungeon_level) ^ gen1.c:41:35: warning: call to undeclared function 'time'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] dungeon_level->last_visited = time((long *) NULL); ^ gen1.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 change_level(fromlevel,tolevel,rewrite_level) ^ gen1.c:66:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char fromlevel,tolevel,rewrite_level; ^ ./extern.h:324:29: note: previous declaration is here void change_level ARGS((char,char,char)); ^ gen1.c:66:16: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char fromlevel,tolevel,rewrite_level; ^ ./extern.h:324:34: note: previous declaration is here void change_level ARGS((char,char,char)); ^ gen1.c:66:24: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char fromlevel,tolevel,rewrite_level; ^ ./extern.h:324:39: note: previous declaration is here void change_level ARGS((char,char,char)); ^ gen1.c:140:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] plv findlevel(dungeon,levelnum) ^ gen1.c:142:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char levelnum; ^ ./extern.h:320:40: note: previous declaration is here plv findlevel ARGS((struct level *,char)); ^ gen1.c:149:31: warning: call to undeclared function 'time'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] dungeon->last_visited = time((long *)NULL); ^ gen1.c:162: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 straggle_corridor(fx,fy,tx,ty,loc,rsi) ^ gen1.c:165:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char rsi; ^ ./extern.h:334:57: note: previous declaration is here void straggle_corridor ARGS((int,int,int,int,Symbol,char)); ^ gen1.c:179: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 makedoor(x,y) ^ gen1.c:210: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 corridor_crawl(fx,fy,sx,sy,n,loc,rsi) ^ gen1.c:213:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char rsi; ^ ./extern.h:326:62: note: previous declaration is here void corridor_crawl ARGS((int *,int *,int,int,int,Symbol,char)); ^ gen1.c:240: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 *roomname(index) ^ gen1.c:323: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 find_stairs(fromlevel,tolevel) ^ gen1.c:324:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char fromlevel; ^ ./extern.h:327:28: note: previous declaration is here void find_stairs ARGS((char,char)); ^ gen1.c:325:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char tolevel; ^ ./extern.h:327:33: note: previous declaration is here void find_stairs ARGS((char,char)); ^ gen1.c:364: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 build_square_room(x,y,l,rsi,baux) ^ gen1.c:366:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char rsi; ^ ./extern.h:322:46: note: previous declaration is here void build_square_room ARGS((int,int,int,char,int)); ^ gen1.c:385: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 build_room(x,y,l,rsi,baux) ^ gen1.c:387:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char rsi; ^ ./extern.h:321:39: note: previous declaration is here void build_room ARGS((int,int,int,char,int)); ^ gen1.c:499: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 sewer_corridor(x,y,dx,dy,locchar) ^ cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c gen2.c 23 warnings generated. gen2.c:14: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 make_stairs(fromlevel) ^ gen2.c:48: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 make_country_screen(terrain) ^ gen2.c:87: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 make_general_map(terrain) ^ gen2.c:335: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 room_corridor(fx,fy,tx,ty,baux) ^ gen2.c:451: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 maze_corridor(fx,fy,tx,ty,rsi,num) ^ gen2.c:453:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char rsi,num; ^ ./extern.h:348:46: note: previous declaration is here void maze_corridor ARGS((int,int,int,int,char,char)); ^ gen2.c:453:10: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char rsi,num; ^ ./extern.h:348:51: note: previous declaration is here void maze_corridor ARGS((int,int,int,int,char,char)); ^ 7 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c guild1.c cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c guild2.c guild2.c:192:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else { ^ 1 warning generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c house.c house.c:9: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 load_house(kind, populate) ^ house.c:185: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 make_house_npc(i,j) ^ house.c:218: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 make_mansion_npc(i,j) ^ 3 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c init.c cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c inv.c inv.c:58:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] long get_money(limit) ^ inv.c:76: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 pickup_at(x,y) ^ inv.c:115: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 key_to_index(key) ^ inv.c:116:13: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'signed char' declared in a previous prototype [-Wknr-promoted-parameter] signed char key; ^ ./extern.h:375:36: note: previous declaration is here int key_to_index ARGS((signed char)); ^ inv.c:129:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] signed char index_to_key(index) ^ inv.c:140: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 aux_slottable(o,slot) ^ inv.c:176: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 drop_at(x,y,o) ^ inv.c:200: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 p_drop_at(x,y,n,o) ^ inv.c:220:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (Level->site[x][y].p_locf == L_VOID_STATION) ^ inv.c:226: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 *itemid(obj) ^ inv.c:296: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 setplustr(obj,pstr) ^ inv.c:314: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 setnumstr(obj,nstr) ^ inv.c:340: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 setchargestr(obj,cstr) ^ inv.c:368: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 give_money(m) ^ inv.c:381: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 givemonster(m,o) ^ inv.c:469: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 conform_lost_object(obj) ^ inv.c:479: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 dispose_lost_objects(n,obj) ^ inv.c:510: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 conform_lost_objects(n,obj) ^ inv.c:533: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 conform_unused_object(obj) ^ inv.c:552: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 getitem(itype) ^ inv.c:618: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 badobject(slotchar) ^ inv.c:619:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char slotchar; ^ ./extern.h:381:25: note: previous declaration is here int badobject ARGS((char)); ^ inv.c:629: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 baditem(slotnum) ^ inv.c:640: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 gain_item(o) ^ inv.c:664: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 push_pack(o) ^ inv.c:675: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 add_to_pack(o) ^ inv.c:689: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 get_to_pack(o) ^ inv.c:704:20: warning: parameter 'index' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int pack_item_cost(index) ^ inv.c:704: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 pack_item_cost(index) ^ inv.c:718: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 use_pack_item(response,slot) ^ inv.c:753:1: warning: non-void function does not return a value [-Wreturn-type] } ^ inv.c:757: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 aux_display_pack(start_item,slot) ^ inv.c:794: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 aux_take_from_pack(slot) ^ inv.c:854: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 aux_top_take_from_pack(slot,display) ^ inv.c:893: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 take_from_pack(slot,display) ^ inv.c:898:1: warning: non-void function does not return a value [-Wreturn-type] } ^ inv.c:903: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 item_inventory(topline) ^ inv.c:1259: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 get_item_number(o) ^ inv.c:1278: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 drop_from_slot(slot) ^ inv.c:1301: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 put_to_pack(slot) ^ inv.c:1326:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pob split_item(num,item) ^ inv.c:1349: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 switch_to_slot(slot) ^ inv.c:1465: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 merge_item(slot) ^ inv.c:1476: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 objequal(o,p) ^ inv.c:1496: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 slottable(o,slot) ^ inv.c:1540: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 item_useable(o,slot) ^ inv.c:1588: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 cursed(obj) ^ inv.c:1604: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 find_item(o,id,chargeval) ^ inv.c:1635: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 find_and_remove_item(id,chargeval) ^ inv.c:1692: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 pack_extra_items(item) ^ inv.c:1734: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 show_inventory_slot(slotnum,topline) ^ 51 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c item.c item.c:7:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pob create_object(itemlevel) ^ item.c:44: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 make_cash(new,level) ^ item.c:54: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 make_food(new,id) ^ item.c:63: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 make_corpse(new,m) ^ item.c:143: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 make_ring(new,id) ^ item.c:154: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 make_thing(new,id) ^ item.c:167: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 make_scroll(new,id) ^ item.c:179: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 make_potion(new,id) ^ item.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 make_weapon(new,id) ^ item.c:206: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 make_shield(new,id) ^ item.c:221: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 make_armor(new,id) ^ item.c:235: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 make_cloak(new,id) ^ item.c:245: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 make_boots(new,id) ^ item.c:254: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 make_stick(new,id) ^ item.c:264: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 make_artifact(new,id) ^ item.c:278: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 shuffle(ids, number) ^ item.c:296: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 *scrollname(id) ^ item.c:364: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 *potionname(id) ^ item.c:393: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 *stickname(id) ^ item.c:421: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 *ringname(id) ^ item.c:450: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 *cloakname(id) ^ item.c:478: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 *bootname(id) ^ item.c:536: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 twohandedp(id) ^ item.c:556: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 item_use(o) ^ 24 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c itemf1.c itemf1.c:11: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 i_no_op(o) ^ itemf1.c:16: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 i_nothing(o) ^ itemf1.c:24: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 i_knowledge(o) ^ itemf1.c:32: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 i_jane_t(o) ^ itemf1.c:68: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 i_flux(o) ^ itemf1.c:78: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 i_enchant(o) ^ itemf1.c:87: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 i_clairvoyance(o) ^ itemf1.c:99: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 i_acquire(o) ^ itemf1.c:111: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 i_teleport(o) ^ itemf1.c:120: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 i_spells(o) ^ itemf1.c:133: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 i_bless(o) ^ itemf1.c:141: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 i_wish(o) ^ itemf1.c:151: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 i_displace(o) ^ itemf1.c:161: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 i_deflect(o) ^ itemf1.c:170: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 i_id(o) ^ itemf1.c:181: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 i_heal(o) ^ itemf1.c:192: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 i_mondet(o) ^ itemf1.c:202: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 i_objdet(o) ^ itemf1.c:212: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 i_neutralize_poison(o) ^ itemf1.c:225: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 i_sleep_self(o) ^ itemf1.c:236: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 i_speed(o) ^ itemf1.c:246: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 i_restore(o) ^ itemf1.c:254: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 i_augment(o) ^ itemf1.c:262: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 i_azoth(o) ^ itemf1.c:296: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 i_regenerate(o) ^ itemf1.c:307: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 i_perm_speed(o) ^ itemf1.c:343: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 i_perm_displace(o) ^ itemf1.c:374: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 i_perm_negimmune(o) ^ itemf1.c:390: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 i_food(o) ^ itemf1.c:402: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 i_stim(o) ^ itemf1.c:412: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 i_pow(o) ^ itemf1.c:419: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 i_poison_food(o) ^ itemf1.c:426: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 i_pepper_food(o) ^ itemf1.c:446: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 i_lembas(o) ^ itemf1.c:455: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 i_cure(o) ^ itemf1.c:461: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 i_immune(o) ^ itemf1.c:473: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 i_breathing(o) ^ itemf1.c:483: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 i_invisible(o) ^ itemf1.c:492: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 i_perm_invisible(o) ^ itemf1.c:526: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 i_warp(o) ^ itemf1.c:535: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 i_alert(o) ^ itemf1.c:544: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 i_charge(o) ^ itemf1.c:568: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 i_fear_resist(o) ^ itemf1.c:587: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 i_pick(o) ^ itemf1.c:628: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 i_key(o) ^ itemf1.c:662: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 i_corpse(o) ^ itemf1.c:750: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 i_accuracy(o) ^ itemf1.c:758: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 i_perm_accuracy(o) ^ itemf1.c:777: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 i_hero(o) ^ itemf1.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 i_perm_hero(o) ^ itemf1.c:824: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 i_levitate(o) ^ itemf1.c:832: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 i_perm_levitate(o) ^ itemf1.c:854: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 i_perm_protection(o) ^ itemf1.c:872: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 i_perm_agility(o) ^ itemf1.c:892: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 i_truesight(o) ^ itemf1.c:900: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 i_perm_truesight(o) ^ itemf1.c:933: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 i_illuminate(o) ^ itemf1.c:941: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 i_perm_illuminate(o) ^ itemf1.c:955: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 i_trap(o) ^ itemf1.c:976: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 i_raise_portcullis(o) ^ 60 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c itemf2.c itemf2.c:12: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 i_perm_knowledge(o) ^ itemf2.c:23: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 i_perm_strength(o) ^ itemf2.c:45: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 i_perm_burden(o) ^ itemf2.c:66: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 i_perm_gaze_immune(o) ^ itemf2.c:73: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 i_perm_fire_resist(o) ^ itemf2.c:80: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 i_perm_poison_resist(o) ^ itemf2.c:107: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 i_perm_regenerate(o) ^ itemf2.c:132: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 i_normal_armor(o) ^ itemf2.c:138: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 i_perm_energy_resist(o) ^ itemf2.c:155: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 i_perm_fear_resist(o) ^ itemf2.c:179: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 i_perm_breathing(o) ^ itemf2.c:210: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 weapon_acidwhip(dmgmod,o,m) ^ itemf2.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 weapon_scythe(dmgmod,o,m) ^ itemf2.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 weapon_demonblade(dmgmod,o,m) ^ itemf2.c:284: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 weapon_lightsabre(dmgmod,o,m) ^ itemf2.c:307: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 weapon_tangle(dmgmod,o,m) ^ itemf2.c:320: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 weapon_arrow(dmgmod,o,m) ^ itemf2.c:332: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 weapon_bolt(dmgmod,o,m) ^ itemf2.c:347: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 weapon_mace_disrupt(dmgmod,o,m) ^ itemf2.c:359: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 weapon_normal_hit(dmgmod,o,m) ^ itemf2.c:369: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 weapon_bare_hands(dmgmod,m) ^ itemf2.c:377: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 i_demonblade(o) ^ itemf2.c:394: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 i_normal_weapon(o) ^ itemf2.c:400: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 i_lightsabre(o) ^ itemf2.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 i_mace_disrupt(o) ^ itemf2.c:415: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 weapon_vorpal(dmgmod,o,m) ^ itemf2.c:430: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 weapon_desecrate(dmgmod,o,m) ^ itemf2.c:457: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 weapon_firestar(dmgmod,o,m) ^ itemf2.c:469: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 weapon_defend(dmgmod,o,m) ^ itemf2.c:494: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 weapon_victrix(dmgmod,o,m) ^ itemf2.c:506: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 i_defend(o) ^ itemf2.c:518: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 i_victrix(o) ^ itemf2.c:536: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 i_desecrate(o) ^ itemf2.c:551: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 i_normal_shield(o) ^ itemf2.c:558: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 i_perm_deflect(o) ^ 35 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c itemf3.c itemf3.c:9: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 i_planes(o) ^ itemf3.c:24: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 i_sceptre(o) ^ itemf3.c:50: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 i_stargem(o) ^ itemf3.c:95: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 i_fear(o) ^ itemf3.c:111: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 i_juggernaut(o) ^ itemf3.c:176: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 i_symbol(o) ^ itemf3.c:216: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 i_crystal(o) ^ itemf3.c:242: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 i_antioch(o) ^ itemf3.c:292: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 i_kolwynia(o) ^ itemf3.c:310: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 i_enchantment(o) ^ itemf3.c:332: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 i_helm(o) ^ itemf3.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 i_death(o) ^ itemf3.c:358: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 i_life(o) ^ itemf3.c:370: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 orbcheck(element) ^ itemf3.c:371:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char element; ^ ./extern.h:556:24: note: previous declaration is here int orbcheck ARGS((char)); ^ itemf3.c:396: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 i_orbfire(o) ^ itemf3.c:419: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 i_orbwater(o) ^ itemf3.c:446: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 i_orbearth(o) ^ itemf3.c:485: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 i_orbair(o) ^ itemf3.c:509: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 i_orbmastery(o) ^ itemf3.c:550: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 i_orbdead(o) ^ itemf3.c:573: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 i_dispel(o) ^ itemf3.c:584: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 i_apport(o) ^ itemf3.c:593: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 i_firebolt(o) ^ itemf3.c:608: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 i_disintegrate(o) ^ itemf3.c:622: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 i_disrupt(o) ^ itemf3.c:638: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 i_lbolt(o) ^ itemf3.c:653: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 i_missile(o) ^ itemf3.c:668: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 i_fireball(o) ^ itemf3.c:684: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 i_snowball(o) ^ itemf3.c:699: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 i_lball(o) ^ itemf3.c:714: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 i_sleep_other(o) ^ itemf3.c:724: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 i_summon(o) ^ itemf3.c:732: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 i_hide(o) ^ itemf3.c:742: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 i_polymorph(o) ^ cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c lev.c 35 warnings generated. lev.c:11: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 make_country_monsters(terrain) ^ lev.c:78: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 populate_level(monstertype) ^ lev.c:262: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 make_site_monster(i,j,mid) ^ lev.c:280:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pmt m_create(x,y,kind,level) ^ lev.c:317:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pmt make_creature(mid) ^ lev.c:440: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 make_site_treasure(i,j,itemlevel) ^ lev.c:450: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 make_specific_treasure(i,j,itemid) ^ 7 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c mmelee.c mmelee.c:8: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 m_hit(m,dtype) ^ mmelee.c:25: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 tacmonster(m) ^ mmelee.c:55: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 monster_melee(m,hitloc,bonus) ^ mmelee.c:57:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char hitloc; ^ ./extern.h:609:47: note: previous declaration is here void monster_melee ARGS((struct monster *,char,int)); ^ mmelee.c:189: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 monster_hit(m,hitloc,bonus) ^ mmelee.c:191:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char hitloc; ^ ./extern.h:607:44: note: previous declaration is here int monster_hit ARGS((struct monster *,char,int)); ^ mmelee.c:227: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 transcribe_monster_actions(m) ^ 7 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c mmove.c mmove.c:9: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 m_smart_move(m) ^ mmove.c:16: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 m_normal_move(m) ^ mmove.c:24: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 m_simple_move(m) ^ mmove.c:79: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 m_move_animal(m) ^ mmove.c:91: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 m_scaredy_move(m) ^ mmove.c:131: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 m_spirit_move(m) ^ mmove.c:151: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 m_flutter_move(m) ^ mmove.c:181: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 m_follow_move(m) ^ mmove.c:192: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 m_confused_move(m) ^ mmove.c:209: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 m_random_move(m) ^ mmove.c:228: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 m_vanish(m) ^ mmove.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 m_teleport(m) ^ mmove.c:256: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 m_move_leash(m) ^ 13 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c mon.c mon.c:12: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 m_pulse(m) ^ mon.c:71: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 movemonster(m,newx,newy) ^ mon.c:87: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 m_pickup(m,o) ^ mon.c:97: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 m_dropstuff(m) ^ mon.c:113: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 m_damage(m,dmg,dtype) ^ mon.c:134: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 m_death(m) ^ mon.c:375: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 monster_move(m) ^ mon.c:389: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 monster_strike(m) ^ mon.c:402: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 monster_special(m) ^ mon.c:412: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 monster_talk(m) ^ mon.c:418: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 monster_action(m,action) ^ mon.c:529: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 make_hiscore_npc(npc,npcid) ^ mon.c:626: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 determine_npc_behavior(npc,level,behavior) ^ mon.c:689: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 make_log_npc(npc) ^ mon.c:755: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 m_trap_dart(m) ^ mon.c:772: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 m_trap_pit(m) ^ mon.c:792: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 m_trap_door(m) ^ mon.c:809: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 m_trap_abyss(m) ^ mon.c:831: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 m_trap_snare(m) ^ mon.c:849: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 m_trap_blade(m) ^ mon.c:866: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 m_trap_fire(m) ^ mon.c:885: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 m_fire(m) ^ mon.c:901: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 m_trap_teleport(m) ^ mon.c:919: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 m_trap_disintegrate(m) ^ mon.c:937: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 m_trap_sleepgas(m) ^ mon.c:955: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 m_trap_acid(m) ^ mon.c:973: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 m_trap_manadrain(m) ^ mon.c:992: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 m_water(m) ^ mon.c:1013: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 m_abyss(m) ^ mon.c:1031: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 m_lava(m) ^ mon.c:1050: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 m_altar(m) ^ mon.c:1131: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 strengthen_death(m) ^ mon.c:1162: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 m_no_op(m) ^ 33 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c move.c move.c:511:5: warning: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usleep(250000); ^ move.c:715:2: warning: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usleep(250000); ^ 2 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c movef.c movef.c:9: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 p_movefunction(movef) ^ movef.c:166: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 m_movefunction(m,movef) ^ 2 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c mspec.c mspec.c:8: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 m_sp_mp(m) ^ mspec.c:28: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 m_sp_ng(m) ^ mspec.c:45: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 m_sp_poison_cloud(m) ^ mspec.c:57: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 m_sp_explode(m) ^ mspec.c:68: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 m_sp_demon(m) ^ mspec.c:102: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 m_sp_acid_cloud(m) ^ mspec.c:111: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 m_sp_escape(m) ^ mspec.c:119: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 m_sp_ghost(m) ^ mspec.c:135: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 m_sp_spell(m) ^ mspec.c:174:9: warning: call to undeclared function 'icebolt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] icebolt(m->x,m->y,Player.x,Player.y,m->hit,30); ^ mspec.c:220: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 m_sp_surprise(m) ^ mspec.c:255: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 m_sp_whistleblower(m) ^ mspec.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 m_sp_seductor(m) ^ mspec.c:287: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 m_sp_demonlover(m) ^ mspec.c:294: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 m_sp_eater(m) ^ mspec.c:316: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 m_sp_dragonlord(m) ^ mspec.c:364: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 m_sp_blackout(m) ^ mspec.c:384: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 m_sp_bogthing(m) ^ mspec.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 m_sp_were(m) ^ mspec.c:448: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 m_sp_servant(m) ^ mspec.c:458: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 m_sp_av(m) ^ mspec.c:468: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 m_sp_lw(m) ^ mspec.c:486: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 m_sp_angel(m) ^ mspec.c:523: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 m_sp_swarm(m) ^ mspec.c:538: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 m_sp_raise(m) ^ mspec.c:559: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 m_sp_mb(m) ^ mspec.c:587: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 m_sp_mirror(m) ^ mspec.c:609: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 m_illusion(m) ^ mspec.c:627: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 m_huge_sounds(m) ^ mspec.c:638: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 m_thief_f(m) ^ mspec.c:675: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 m_summon(m) ^ mspec.c:686: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 m_aggravate(m) ^ mspec.c:705: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 m_sp_merchant(m) ^ mspec.c:723: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 m_sp_court(m) ^ mspec.c:740: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 m_sp_lair(m) ^ mspec.c:761: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 m_sp_prime(m) ^ 36 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c mstrike.c mstrike.c:10: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 m_firebolt(m) ^ mstrike.c:16: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 m_nbolt(m) ^ mstrike.c:23: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 m_lball(m) ^ mstrike.c:29: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 m_fireball(m) ^ mstrike.c:36: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 m_snowball(m) ^ mstrike.c:42: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 m_blind_strike(m) ^ mstrike.c:70: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 m_strike_sonic(m) ^ 7 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c mtalk.c mtalk.c:9: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 m_talk_druid(m) ^ mtalk.c:96: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 m_talk_silent(m) ^ mtalk.c:116: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 m_talk_stupid(m) ^ mtalk.c:135: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 m_talk_greedy(m) ^ mtalk.c:154: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 m_talk_hungry(m) ^ mtalk.c:174: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 m_talk_guard(m) ^ mtalk.c:207: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 m_talk_mp(m) ^ mtalk.c:214: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 m_talk_titter(m) ^ mtalk.c:228: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 m_talk_ninja(m) ^ mtalk.c:238: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 m_talk_thief(m) ^ mtalk.c:257: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 m_talk_assassin(m) ^ mtalk.c:266: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 m_talk_im(m) ^ mtalk.c:306: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 m_talk_man(m) ^ mtalk.c:326: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 m_talk_evil(m) ^ mtalk.c:356: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 m_talk_robot(m) ^ mtalk.c:377: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 m_talk_slithy(m) ^ mtalk.c:384: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 m_talk_mimsy(m) ^ mtalk.c:392: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 m_talk_burble(m) ^ mtalk.c:408: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 m_talk_beg(m) ^ mtalk.c:421: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 m_talk_hint(m) ^ mtalk.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 m_talk_gf(m) ^ mtalk.c:466: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 m_talk_ef(m) ^ mtalk.c:484: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 m_talk_seductor(m) ^ mtalk.c:518: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 m_talk_demonlover(m) ^ mtalk.c:576: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 m_talk_horse(m) ^ mtalk.c:600: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 m_talk_hyena(m) ^ mtalk.c:606: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 m_talk_parrot(m) ^ mtalk.c:613: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 m_talk_servant(m) ^ mtalk.c:652: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 m_talk_animal(m) ^ mtalk.c:668: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 m_talk_scream(m) ^ mtalk.c:681: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 m_talk_archmage(m) ^ mtalk.c:707: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 m_talk_merchant(m) ^ mtalk.c:741: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 m_talk_prime(m) ^ 33 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c priest.c priest.c:124: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 check_sacrilege(deity) ^ priest.c:242: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 increase_priest_rank(deity) ^ priest.c:476: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 make_hp(o) ^ 3 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c save.c save.c:26: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 save_game(compress,savestr) ^ save.c:171: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 save_player(fd) ^ save.c:267: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 save_level(fd,level) ^ save.c:324: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 save_monsters(fd,ml) ^ save.c:369: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 save_item(fd,o) ^ save.c:400: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 save_itemlist(fd,ol) ^ save.c:416: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 save_country(fd) ^ save.c:455: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 ok_outdated(version) ^ save.c:480: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 restore_game(savestr) ^ save.c:595: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 restore_player(fd, version) ^ save.c:699:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pob restore_item(fd, version) ^ save.c:733:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pol restore_itemlist(fd, version) ^ save.c:757: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 restore_level(fd, version) ^ save.c:880: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 restore_hiscore_npc(npc, npcid) ^ save.c:957: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 restore_monsters(fd,level, version) ^ save.c:1018: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 restore_country(fd, version) ^ cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c scr.c 16 warnings generated. scr.c:240: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 print1(s) ^ scr.c:246:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg1w,s); ^ scr.c:246:19: note: treat the string as an argument to avoid this wprintw(Msg1w,s); ^ "%s", scr.c:252: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 nprint1(s) ^ scr.c:257:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg1w,s); ^ scr.c:257:21: note: treat the string as an argument to avoid this wprintw(Msg1w,s); ^ "%s", scr.c:267: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 print2(s) ^ scr.c:273:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg2w,s); ^ scr.c:273:19: note: treat the string as an argument to avoid this wprintw(Msg2w,s); ^ "%s", scr.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 nprint2(s) ^ scr.c:284:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg2w,s); ^ scr.c:284:21: note: treat the string as an argument to avoid this wprintw(Msg2w,s); ^ "%s", scr.c:295: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 print3(s) ^ scr.c:301:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg3w,s); ^ scr.c:301:19: note: treat the string as an argument to avoid this wprintw(Msg3w,s); ^ "%s", scr.c:307: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 nprint3(s) ^ scr.c:312:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg3w,s); ^ scr.c:312:21: note: treat the string as an argument to avoid this wprintw(Msg3w,s); ^ "%s", scr.c:322: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 mprint(s) ^ scr.c:346:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msgw,s); ^ scr.c:346:18: note: treat the string as an argument to avoid this wprintw(Msgw,s); ^ "%s", scr.c:369: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 hide_line(i) ^ scr.c:484: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 setlastxy(new_x, new_y) /* used when changing environments */ ^ scr.c:491: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 litroom(x,y) ^ scr.c:499: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 drawvision(x,y) ^ scr.c:553: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 omshowcursor(x,y) ^ scr.c:569: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 drawspot(x,y) ^ scr.c:587: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 dodrawspot(x,y) ^ scr.c:602: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 blankoutspot(i,j) ^ scr.c:616: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 blotspot(i,j) ^ scr.c:632: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 plotspot(x,y,showmonster) ^ scr.c:643: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 putspot(x,y,c) ^ scr.c:657: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 plotmon(m) ^ scr.c:669: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 drawmonsters(display) ^ scr.c:694: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 erase_monster(m) ^ scr.c:703:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Symbol getspot(x,y,showmonster) ^ scr.c:763:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Timew,month()); ^~~~~~~ scr.c:763:17: note: treat the string as an argument to avoid this wprintw(Timew,month()); ^ "%s", scr.c:765:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Timew,ordinal(day())); ^~~~~~~~~~~~~~ scr.c:765:17: note: treat the string as an argument to avoid this wprintw(Timew,ordinal(day())); ^ "%s", scr.c:831: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 menuaddch(c) ^ scr.c:832:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char c; ^ ./extern.h:890:26: note: previous declaration is here void menuaddch ARGS((char)); ^ scr.c:882: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 menuspellprint(i) ^ scr.c:893:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Menuw,spellid(i)); ^~~~~~~~~~ scr.c:893:17: note: treat the string as an argument to avoid this wprintw(Menuw,spellid(i)); ^ "%s", scr.c:897: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 menuprint(s) ^ scr.c:908:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Menuw,s); ^ scr.c:908:17: note: treat the string as an argument to avoid this wprintw(Menuw,s); ^ "%s", scr.c:926: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 plotchar(pyx,x,y) ^ scr.c:941: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_explosion(pyx,x,y) ^ scr.c:950:5: warning: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usleep(150000); ^ scr.c:988: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 locprint(s) ^ scr.c:992:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Locw,s); ^ scr.c:992:16: note: treat the string as an argument to avoid this wprintw(Locw,s); ^ "%s", scr.c:1015: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 getnumber(range) ^ scr.c:1113: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 maddch(c) ^ scr.c:1114:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char c; ^ ./extern.h:889:23: note: previous declaration is here void maddch ARGS((char)); ^ scr.c:1121: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 display_death(source) ^ scr.c:1128:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printw(Player.name); ^~~~~~~~~~~ scr.c:1128:10: note: treat the string as an argument to avoid this printw(Player.name); ^ "%s", scr.c:1133:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printw(Str4); ^~~~ scr.c:1133:10: note: treat the string as an argument to avoid this printw(Str4); ^ "%s", scr.c:1151:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printw(Player.name); ^~~~~~~~~~~ scr.c:1151:10: note: treat the string as an argument to avoid this printw(Player.name); ^ "%s", scr.c:1177:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printw(Player.name); ^~~~~~~~~~~ scr.c:1177:10: note: treat the string as an argument to avoid this printw(Player.name); ^ "%s", scr.c:1196:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printw(Player.name); ^~~~~~~~~~~ scr.c:1196:10: note: treat the string as an argument to avoid this printw(Player.name); ^ "%s", scr.c:1210: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 mnumprint(n) ^ scr.c:1220: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 mlongprint(n) ^ scr.c:1231: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 menunumprint(n) ^ scr.c:1245: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 menulongprint(n) ^ scr.c:1336:7: warning: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usleep(200000); ^ scr.c:1383: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 screencheck(y) ^ scr.c:1400: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 spreadroomlight(x,y,roomno) ^ scr.c:1414: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 lightspot(x,y) ^ scr.c:1428: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 spreadroomdark(x,y,roomno) ^ scr.c:1468: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 display_inventory_slot(slotnum,topline) ^ scr.c:1487:40: warning: data argument not used by format string [-Wformat-extra-args] wprintw(W,"-- Object 'up in air':",usechar); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ scr.c:1537:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] else wprintw(W,itemid(Player.possessions[slotnum])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scr.c:1537:18: note: treat the string as an argument to avoid this else wprintw(W,itemid(Player.possessions[slotnum])); ^ "%s", scr.c:1541: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 move_slot(oldslot,newslot,maxslot) ^ scr.c:1567: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 display_option_slot(slot) ^ scr.c:1685: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 buffercycle(s) ^ scr.c:1693: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 bufferappend(s) ^ scr.c:1723:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(Msg2w,Stringbuffer[i]); ^~~~~~~~~~~~~~~ scr.c:1723:19: note: treat the string as an argument to avoid this wprintw(Msg2w,Stringbuffer[i]); ^ "%s", 68 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c site1.c site1.c:187: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 buyfromstock(base,numitems) ^ site1.c:355: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 statue_random(x,y) ^ site1.c:444: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 wake_statue(x,y,first) ^ 3 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c site2.c site2.c:135: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 gymtrain(maxstat,stat) ^ site2.c:638: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 sign_print(x,y,signp) ^ 2 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c spell.c spell.c:445: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 *spellid(id) ^ spell.c:633: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 cast_spell(spell) ^ spell.c:745: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 showknownspells(first, last) ^ 3 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c time.c time.c:13: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 time_clock(reset) ^ time.c:80: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 fix_phantom(m) ^ 2 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c trap.c cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c util.c util.c:17: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 inbounds(x,y) ^ util.c:24: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 random_range(k) ^ util.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 screenmod(y) ^ util.c:40: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 offscreen(y) ^ util.c:51: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 hitp(hit,ac) ^ util.c:64: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 distance(x1,y1,x2,y2) ^ util.c:72: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 unblocked(x,y) ^ util.c:91: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 m_unblocked(m,x,y) ^ util.c:164: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 view_unblocked(x,y) ^ util.c:212: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 do_los(pyx,x1,y1,x2,y2) ^ util.c:271: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 do_object_los(pyx,x1,y1,x2,y2) ^ util.c:335: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 los_p(x1,y1,x2,y2) ^ util.c:386: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 view_los_p(x1,y1,x2,y2) ^ util.c:437:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char inversedir(dirindex) ^ util.c:524: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 *getarticle(str) ^ util.c:543: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 *ordinal(number) ^ util.c:638: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 strprefix(prefix,s) ^ util.c:665: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 strmem(c,s) ^ util.c:666:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char c; ^ ./extern.h:1066:22: note: previous declaration is here int strmem ARGS((char,char *)); ^ util.c:696: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 ok_to_free(level) ^ util.c:705: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 free_objlist(pobjlist) ^ util.c:717: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 free_mons_and_objs(mlist) ^ util.c:731: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 free_level(level) ^ util.c:780: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 *salloc(str) ^ util.c:845:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char cryptkey(fname) ^ 25 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c village.c village.c:9: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 load_village(villagenum, populate) ^ village.c:150: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 make_guard(i,j) ^ village.c:161: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 make_sheep(i,j) ^ village.c:172: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 make_food_bin(i,j) ^ village.c:187: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 make_horse(i,j) ^ village.c:199: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 make_merchant(i,j) ^ village.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 assign_village_function(x,y,setup) ^ village.c:273: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 special_village_site(i,j,villagenum) ^ 8 warnings generated. cc -O2 -pipe -DBSD -DOMEGALIB=\"/usr/local/share/omega/\" -c compress.c compress.c:107:9: warning: extra tokens at end of #endif directive [-Wextra-tokens] # endif BITS ^ // compress.c:357:8: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif sel ^ // compress.c:389:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] Usage() { ^ int compress.c:396:1: warning: non-void function does not return a value [-Wreturn-type] } ^ compress.c:478:16: 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 previous declaration [-Wdeprecated-non-prototype] char *cp, *rindex(); ^ compress.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_compression( decomp, file ) ^ compress.c:695:3: warning: call to undeclared function 'writeerr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] writeerr(); ^ compress.c:717:5: warning: call to undeclared function 'cl_hash'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cl_hash( (count_int) hsize_reg); /* clear hash table */ ^ compress.c:747:2: warning: call to undeclared function 'output'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] output ( (code_int) ent ); ^ compress.c:759:6: warning: call to undeclared function 'cl_block'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cl_block (); ^ compress.c:764:5: warning: call to undeclared function 'output'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] output( (code_int)ent ); ^ compress.c:785:2: warning: call to undeclared function 'prratio'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] prratio( stderr, in_count-bytes_out, in_count ); ^ compress.c:817:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] output( code ) ^ int compress.c:895:4: warning: call to undeclared function 'writeerr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] writeerr(); ^ compress.c:932:3: warning: call to undeclared function 'writeerr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] writeerr(); ^ compress.c:817:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] output( code ) ^ compress.c:934:1: warning: non-void function does not return a value [-Wreturn-type] } ^ compress.c:964:2: warning: call to undeclared function 'writeerr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] writeerr(); ^ compress.c:1233:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] writeerr() ^ int compress.c:1241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copystat(ifname, ofname) ^ compress.c:1279:2: warning: call to undeclared function 'utime'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] utime(ofname, timep); /* Update last accessed and modified times */ ^ compress.c:1313:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] cl_block () /* table clear for block compress */ ^ int compress.c:1344:3: warning: call to undeclared function 'cl_hash'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cl_hash ( (count_int) hsize ); ^ compress.c:1353:1: warning: non-void function does not return a value [-Wreturn-type] } ^ compress.c:1355:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] cl_hash(hsize) /* reset code table */ ^ int compress.c:1355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compress.c:1405:1: warning: non-void function does not return a value [-Wreturn-type] } ^ compress.c:1407:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] prratio(stream, num, den) ^ int compress.c:1407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compress.c:1423:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 30 warnings generated. cc omega.o abyss.o aux1.o aux2.o aux3.o char.o city.o clrgen.o command1.o command2.o command3.o country.o effect1.o effect2.o effect3.o etc.o env.o file.o gen1.o gen2.o guild1.o guild2.o house.o init.o inv.o item.o itemf1.o itemf2.o itemf3.o lev.o mmelee.o mmove.o mon.o move.o movef.o mspec.o mstrike.o mtalk.o priest.o save.o scr.o site1.o site2.o spell.o time.o trap.o util.o village.o compress.o -lcurses -ltermcap -o omega abyss.c(abyss.o:(load_abyss)): warning: strcpy() is almost always misused, please use strlcpy() omega.c(omega.o:(initrand)): warning: random() may return deterministic values, is that what you want? aux1.c(aux1.o:(showroom)): warning: strcat() is almost always misused, please use strlcat() command3.c(command3.o:(help)): warning: sprintf() is often misused, please use snprintf() >>> Running package in games/omega at 1713476904.37 ===> games/omega ===> Faking installation for omega-0.90.4p3 mkdir -p /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega cp omega /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/bin/Omega chown root:games /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/bin/Omega chmod 711 /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/bin/Omega; chmod g+s /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/bin/Omega cp lib/* /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega; chown -R root:games /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega chmod 0644 /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/help*.txt /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/license.txt /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/motd.txt /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/thanks.txt /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/update.txt chmod 0660 /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/abyss.txt /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/scroll[1234].txt /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/*.dat chmod 0660 /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/omega.hi /exopi-obj/pobj/omega-0.90.4/fake-amd64/usr/local/share/omega/omega.log ===> Building package for omega-0.90.4p3 Create /exopi-cvs/ports/packages/amd64/all/omega-0.90.4p3.tgz Creating package omega-0.90.4p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/omega-0.90.4p3.tgz >>> Running clean in games/omega at 1713476906.98 ===> games/omega ===> Cleaning for omega-0.90.4p3 >>> Ended at 1713476909.06 max_stuck=0.00/build=33.45/package=2.70/clean=2.12