>>> Building on exopi-5 under games/brogue BDEPENDS = [devel/gmake;devel/sdl2-image;devel/sdl2] DIST = [games/brogue:BrogueCE-1.15.1.tar.gz] FULLPKGNAME = brogue-1.15.1 RDEPENDS = [devel/sdl2;devel/sdl2-image] (Junk lock obtained for exopi-5 at 1773365258.90) >>> Running depends in games/brogue at 1773365258.96 last junk was in textproc/gspell /usr/sbin/pkg_add -aI -Drepair sdl2-2.32.10 sdl2-image-2.8.8 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1p0 sdl2-2.32.10 sdl2-image-2.8.8 /usr/sbin/pkg_add -aI -Drepair sdl2-2.32.10 sdl2-image-2.8.8 >>> Running show-prepare-results in games/brogue at 1773365261.36 ===> games/brogue ===> Building from scratch brogue-1.15.1 ===> brogue-1.15.1 depends on: gmake-* -> gmake-4.4.1p0 ===> brogue-1.15.1 depends on: sdl2-* -> sdl2-2.32.10 ===> brogue-1.15.1 depends on: sdl2-image-* -> sdl2-image-2.8.8 ===> Verifying specs: c m SDL2 SDL2_image ===> found c.102.2 m.10.1 SDL2.0.15 SDL2_image.1.1 gmake-4.4.1p0 sdl2-2.32.10 sdl2-image-2.8.8 (Junk lock released for exopi-5 at 1773365262.21) distfiles size=1380928 >>> Running build in games/brogue at 1773365262.26 ===> games/brogue ===> Checking files for brogue-1.15.1 `/exopi-cvs/ports/distfiles/BrogueCE-1.15.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for brogue-1.15.1 ===> Patching for brogue-1.15.1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | - drop unknown warning -Wformat-overflow=0 | - drop hardcoded -O2 | |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 61. 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 brogue-1.15.1 ===> Configuring for brogue-1.15.1 ===> Building for brogue-1.15.1 mkdir -p vars cmp: unknown option -- - usage: cmp [-l | -s] file1 file2 [skip1 [skip2]] cmp: unknown option -- - usage: cmp [-l | -s] file1 file2 [skip1 [skip2]] cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Architect.c -o src/brogue/Architect.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Architect.c:1732:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1732 | static void addMachines() { | ^ | void src/brogue/Architect.c:1856:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1856 | static void cleanUpLakeBoundaries() { | ^ | void src/brogue/Architect.c:1913:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1913 | static void removeDiagonalOpenings() { | ^ | void src/brogue/Architect.c:2733:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2733 | static void finishDoors() { | ^ | void src/brogue/Architect.c:2760:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2760 | static void clearLevel() { | ^ | void src/brogue/Architect.c:2786:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2786 | static boolean buildABridge() { | ^ | void src/brogue/Architect.c:2877:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2877 | void digDungeon() { | ^ | void src/brogue/Architect.c:2982:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2982 | void updateMapToShore() { | ^ | void src/brogue/Architect.c:3033:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3033 | void setUpWaypoints() { | ^ | void src/brogue/Architect.c:3200:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3200 | void resetDFMessageEligibility() { | ^ | void src/brogue/Architect.c:3573:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3573 | void restoreItems() { | ^ | void 12 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Buttons.c -o src/brogue/Buttons.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Combat.c -o src/brogue/Combat.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Combat.c:983:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 983 | static void decrementWeaponAutoIDTimer() { | ^ | void src/brogue/Combat.c:1327:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1327 | void displayCombatText() { | ^ | void 3 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Dijkstra.c -o src/brogue/Dijkstra.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Globals.c -o src/brogue/Globals.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/GlobalsBase.c -o src/brogue/GlobalsBase.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Grid.c -o src/brogue/Grid.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Grid.c:30:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 30 | short **allocGrid() { | ^ | void 2 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/IO.c -o src/brogue/IO.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/IO.c:75:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 75 | void clearCursorPath() { | ^ | void src/brogue/IO.c:90:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 90 | void hideCursor() { | ^ | void src/brogue/IO.c:97:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 97 | void showCursor() { | ^ | void src/brogue/IO.c:537:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 537 | void mainInputLoop() { | ^ | void src/brogue/IO.c:840:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 840 | void considerCautiousMode() { | ^ | void src/brogue/IO.c:857:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 857 | void commitDraws() { | ^ | void src/brogue/IO.c:890:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 890 | void refreshScreen() { | ^ | void src/brogue/IO.c:910:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 910 | void displayLevel() { | ^ | void src/brogue/IO.c:1076:46: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1076 | static enum monsterTypes randomAnimateMonster() { | ^ | void src/brogue/IO.c:1850:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1850 | void dumpLevelToScreen() { | ^ | void src/brogue/IO.c:1915:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1915 | void blackOutScreen() { | ^ | void src/brogue/IO.c:2206:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2206 | static void displayWaypoints() { | ^ | void src/brogue/IO.c:2226:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2226 | static void displayMachines() { | ^ | void src/brogue/IO.c:2264:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2264 | static void displayChokeMap() { | ^ | void src/brogue/IO.c:2289:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2289 | static void displayLoops() { | ^ | void src/brogue/IO.c:2910:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2910 | void waitForAcknowledgment() { | ^ | void src/brogue/IO.c:2926:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2926 | void waitForKeystrokeOrMouseClick() { | ^ | void src/brogue/IO.c:3009:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3009 | static void dequeueEvent() { | ^ | void src/brogue/IO.c:3015:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3015 | void clearMessageArchive() { | ^ | void src/brogue/IO.c:3206:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3206 | void displayRecentMessages() { | ^ | void src/brogue/IO.c:3356:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3356 | void displayMessageArchive() { | ^ | void src/brogue/IO.c:3517:52: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3517 | void displayMoreSignWithoutWaitingForAcknowledgment() { | ^ | void src/brogue/IO.c:3525:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3525 | void displayMoreSign() { | ^ | void src/brogue/IO.c:3612:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3612 | void updateMessageDisplay() { | ^ | void src/brogue/IO.c:3645:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3645 | void deleteMessages() { | ^ | void src/brogue/IO.c:3653:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3653 | void confirmMessages() { | ^ | void src/brogue/IO.c:4066:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4066 | void printHelpScreen() { | ^ | void src/brogue/IO.c:4188:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4188 | void displayFeatsScreen() { | ^ | void src/brogue/IO.c:4240:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4240 | void printDiscoveriesScreen() { | ^ | void src/brogue/IO.c:4391:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4391 | void printSeed() { | ^ | void src/brogue/IO.c:4475:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4475 | static short estimatedArmorValue() { | ^ | void 32 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Items.c -o src/brogue/Items.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Items.c:34:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 34 | item *initializeItem() { | ^ | void src/brogue/Items.c:1020:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1020 | short numberOfItemsInPack() { | ^ | void src/brogue/Items.c:1029:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1029 | char nextAvailableInventoryCharacter() { | ^ | void src/brogue/Items.c:1192:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1192 | void updateFloorItems() { | ^ | void src/brogue/Items.c:1760:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1760 | static int enchantMagnitude() { | ^ | void src/brogue/Items.c:3167:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3167 | void updateEncumbrance() { | ^ | void src/brogue/Items.c:3195:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3195 | short displayedArmorValue() { | ^ | void src/brogue/Items.c:5187:38: warning: passing 'const item *' (aka 'const struct item *') to parameter of type 'item *' (aka 'struct item *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 5187 | return itemMagicPolarity(theItem) == magicPolarity; | ^~~~~~~ src/brogue/Rogue.h:3408:33: note: passing argument to parameter 'theItem' here 3408 | int itemMagicPolarity(item *theItem); | ^ src/brogue/Items.c:5211:27: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 5211 | || !canSeeMonster(monst) | ^~~~~ src/brogue/Rogue.h:3241:37: note: passing argument to parameter 'monst' here 3241 | boolean canSeeMonster(creature *monst); | ^ src/brogue/Items.c:5255:81: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 5255 | || (isEnemy && theBolt.boltEffect == BE_DOMINATION && (wandDominate(monst) <= 0)) | ^~~~~ src/brogue/Rogue.h:3473:34: note: passing argument to parameter 'monst' here 3473 | short wandDominate(creature *monst); | ^ src/brogue/Items.c:5262:46: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 5262 | return negationWillAffectMonster(monst, true); | ^~~~~ src/brogue/Items.c:3690:52: note: passing argument to parameter 'monst' here 3690 | static boolean negationWillAffectMonster(creature *monst, boolean isBolt) { | ^ src/brogue/Items.c:5626:47: warning: passing 'const item *' (aka 'const struct item *') to parameter of type 'item *' (aka 'struct item *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 5626 | theBolt = boltCatalog[boltForItem(theItem)]; | ^~~~~~~ src/brogue/Items.c:4345:33: note: passing argument to parameter 'theItem' here 4345 | enum boltType boltForItem(item *theItem) { | ^ src/brogue/Items.c:6441:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6441 | void swapLastEquipment() { | ^ | void src/brogue/Items.c:6876:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6876 | short chooseVorpalEnemy() { | ^ | void src/brogue/Items.c:6928:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6928 | void updateIdentifiableItems() { | ^ | void src/brogue/Items.c:7541:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 7541 | static boolean canDrop() { | ^ | void src/brogue/Items.c:7687:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 7687 | void recalculateEquipmentBonuses() { | ^ | void src/brogue/Items.c:7852:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 7852 | void updateRingBonuses() { | ^ | void src/brogue/Items.c:7903:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 7903 | void updatePlayerRegenerationDelay() { | ^ | void src/brogue/Items.c:7949:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 7949 | void shuffleFlavors() { | ^ | void 21 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Light.c -o src/brogue/Light.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Light.c:28:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 28 | void logLights() { | ^ | void src/brogue/Light.c:120:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 120 | void updateMinersLightRadius() { | ^ | void src/brogue/Light.c:156:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 156 | static void updateDisplayDetail() { | ^ | void src/brogue/Light.c:197:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 197 | static void recordOldLights() { | ^ | void src/brogue/Light.c:208:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 208 | void updateLighting() { | ^ | void src/brogue/Light.c:283:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 283 | boolean playerInDarkness() { | ^ | void src/brogue/Light.c:406:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 406 | void deleteAllFlares() { | ^ | void 8 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/MainMenu.c -o src/brogue/MainMenu.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/MainMenu.c:390:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 390 | static void chooseGameVariant() { | ^ | void src/brogue/MainMenu.c:430:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 430 | static void chooseGameMode() { | ^ | void src/brogue/MainMenu.c:471:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 471 | static boolean isFlyoutActive() { | ^ | void src/brogue/MainMenu.c:507:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 507 | static void titleMenu() { | ^ | void src/brogue/MainMenu.c:624:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 624 | int quitImmediately() { | ^ | void src/brogue/MainMenu.c:1101:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1101 | void mainBrogueJunction() { | ^ | void 7 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Math.c -o src/brogue/Math.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Math.c:173:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 173 | uint64_t rand_64bits() { | ^ | void 2 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Monsters.c -o src/brogue/Monsters.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Monsters.c:409:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 409 | void setPlayerDisplayChar() { | ^ | void src/brogue/Monsters.c:911:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 911 | creatureList createCreatureList() { | ^ | void src/brogue/Monsters.c:979:11: warning: variable 'seenMinionCount' set but not used [-Wunused-but-set-variable] 979 | short seenMinionCount = 0, x, y; | ^ src/brogue/Monsters.c:1071:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1071 | void populateMonsters() { | ^ | void src/brogue/Monsters.c:1115:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1115 | void spawnPeriodicHorde() { | ^ | void src/brogue/Monsters.c:3878:43: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 3878 | attack(monst, hitList[i], false); | ^~~~~~~~~~ src/brogue/Rogue.h:3252:50: note: passing argument to parameter 'defender' here 3252 | boolean attack(creature *attacker, creature *defender, boolean lungeAttack); | ^ src/brogue/Monsters.c:4214:28: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 4214 | monsterName(monstName, monst, true); | ^~~~~ src/brogue/Monsters.c:255:39: note: passing argument to parameter 'monst' here 255 | void monsterName(char *buf, creature *monst, boolean includeArticle) { | ^ src/brogue/Monsters.c:4221:36: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 4221 | successChance = wandDominate(monst); | ^~~~~ src/brogue/Rogue.h:3473:34: note: passing argument to parameter 'monst' here 3473 | short wandDominate(creature *monst); | ^ 9 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Movement.c -o src/brogue/Movement.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Movement.c:132:18: warning: passing 'const item *' (aka 'const struct item *') to parameter of type 'item *' (aka 'struct item *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 132 | itemName(theItem, description, true, true, NULL); | ^~~~~~~ src/brogue/Rogue.h:3305:25: note: passing argument to parameter 'theItem' here 3305 | void itemName(item *theItem, char *root, boolean includeDetails, boolean includeArticle, const color *baseColor); | ^ src/brogue/Movement.c:134:22: warning: passing 'const item *' (aka 'const struct item *') to parameter of type 'item *' (aka 'struct item *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 134 | itemName(theItem, description, false, true, NULL); | ^~~~~~~ src/brogue/Rogue.h:3305:25: note: passing argument to parameter 'theItem' here 3305 | void itemName(item *theItem, char *root, boolean includeDetails, boolean includeArticle, const color *baseColor); | ^ src/brogue/Movement.c:568:34: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 568 | && canSeeMonster(hitList[i]) | ^~~~~~~~~~ src/brogue/Rogue.h:3241:37: note: passing argument to parameter 'monst' here 3241 | boolean canSeeMonster(creature *monst); | ^ src/brogue/Movement.c:574:40: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 574 | monsterName(monstName, hitList[i], true); | ^~~~~~~~~~ src/brogue/Rogue.h:3243:43: note: passing argument to parameter 'monst' here 3243 | void monsterName(char *buf, creature *monst, boolean includeArticle); | ^ src/brogue/Movement.c:597:30: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 597 | && canSeeMonster(hitList[i])) { | ^~~~~~~~~~ src/brogue/Rogue.h:3241:37: note: passing argument to parameter 'monst' here 3241 | boolean canSeeMonster(creature *monst); | ^ src/brogue/Movement.c:600:36: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 600 | monsterName(monstName, hitList[i], true); | ^~~~~~~~~~ src/brogue/Rogue.h:3243:43: note: passing argument to parameter 'monst' here 3243 | void monsterName(char *buf, creature *monst, boolean includeArticle); | ^ src/brogue/Movement.c:782:30: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 782 | attack(attacker, hitList[i], false); | ^~~~~~~~~~ src/brogue/Rogue.h:3252:50: note: passing argument to parameter 'defender' here 3252 | boolean attack(creature *attacker, creature *defender, boolean lungeAttack); | ^ src/brogue/Movement.c:1007:45: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 1007 | if (attack(&player, hitList[i], false)) { | ^~~~~~~~~~ src/brogue/Rogue.h:3252:50: note: passing argument to parameter 'defender' here 3252 | boolean attack(creature *attacker, creature *defender, boolean lungeAttack); | ^ src/brogue/Movement.c:1219:41: warning: passing 'const creature *' (aka 'const struct creature *') to parameter of type 'creature *' (aka 'struct creature *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 1219 | if (attack(&player, hitList[i], (rogue.weapon && (rogue.weapon->flags & ITEM_LUNGE_ATTACKS)))) { | ^~~~~~~~~~ src/brogue/Rogue.h:3252:50: note: passing argument to parameter 'defender' here 3252 | boolean attack(creature *attacker, creature *defender, boolean lungeAttack); | ^ src/brogue/Movement.c:1872:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1872 | enum directions adjacentFightingDir() { | ^ | void 11 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/PowerTables.c -o src/brogue/PowerTables.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Recordings.c -o src/brogue/Recordings.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Recordings.c:52:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 52 | static void considerFlushingBufferToFile() { | ^ | void src/brogue/Recordings.c:147:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 147 | void cancelKeystroke() { | ^ | void src/brogue/Recordings.c:223:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 223 | void flushBufferToFile() { | ^ | void src/brogue/Recordings.c:251:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 251 | void fillBufferFromFile() { | ^ | void src/brogue/Recordings.c:266:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 266 | static unsigned char recallChar() { | ^ | void src/brogue/Recordings.c:305:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 305 | static void playbackPanic() { | ^ | void src/brogue/Recordings.c:385:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 385 | static void loadNextAnnotation() { | ^ | void src/brogue/Recordings.c:435:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 435 | void displayAnnotation() { | ^ | void src/brogue/Recordings.c:465:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 465 | void initRecording() { | ^ | void src/brogue/Recordings.c:471:19: warning: unused variable 'mode' [-Wunused-variable] 471 | enum gameMode mode; | ^~~~ src/brogue/Recordings.c:582:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 582 | void RNGCheck() { | ^ | void src/brogue/Recordings.c:599:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 599 | static boolean unpause() { | ^ | void src/brogue/Recordings.c:611:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 611 | static void printPlaybackHelpScreen() { | ^ | void src/brogue/Recordings.c:667:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 667 | static void resetPlayback() { | ^ | void src/brogue/Recordings.c:813:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 813 | void pausePlayback() { | ^ | void src/brogue/Recordings.c:1164:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1164 | void saveGameNoPrompt() { | ^ | void src/brogue/Recordings.c:1181:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1181 | void saveGame() { | ^ | void src/brogue/Recordings.c:1284:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1284 | void switchToPlaying() { | ^ | void src/brogue/Recordings.c:1311:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1311 | boolean loadSavedGame() { | ^ | void src/brogue/Recordings.c:1435:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1435 | void parseFile() { | ^ | void 21 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/RogueMain.c -o src/brogue/RogueMain.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/RogueMain.c:33:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 33 | int rogueMain() { | ^ | void src/brogue/RogueMain.c:39:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | void printBrogueVersion() { | ^ | void src/brogue/RogueMain.c:157:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 157 | static void welcome() { | ^ | void src/brogue/RogueMain.c:173:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 173 | void initializeGameVariant() { | ^ | void src/brogue/RogueMain.c:538:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 538 | static void updateColors() { | ^ | void src/brogue/RogueMain.c:979:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 979 | void removeDeadMonsters() { | ^ | void src/brogue/RogueMain.c:984:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 984 | void freeEverything() { | ^ | void src/brogue/RogueMain.c:1384:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1384 | void enableEasyMode() { | ^ | void 9 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/SeedCatalog.c -o src/brogue/SeedCatalog.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Time.c -o src/brogue/Time.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Time.c:53:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 53 | void updateFlavorText() { | ^ | void src/brogue/Time.c:71:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 71 | void updatePlayerUnderwaterness() { | ^ | void src/brogue/Time.c:552:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 552 | void updateClairvoyance() { | ^ | void src/brogue/Time.c:600:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 600 | static void updateTelepathy() { | ^ | void src/brogue/Time.c:649:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 649 | static void updateScent() { | ^ | void src/brogue/Time.c:676:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 676 | short currentStealthRange() { | ^ | void src/brogue/Time.c:718:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 718 | void demoteVisibility() { | ^ | void src/brogue/Time.c:804:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 804 | static void checkNutrition() { | ^ | void src/brogue/Time.c:883:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 883 | static void handleHealthAlerts() { | ^ | void src/brogue/Time.c:956:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 956 | static void handleXPXP() { | ^ | void src/brogue/Time.c:977:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 977 | static void playerFalls() { | ^ | void src/brogue/Time.c:1224:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1224 | static void updateVolumetricMedia() { | ^ | void src/brogue/Time.c:1324:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1324 | static void updateYendorWardenTracking() { | ^ | void src/brogue/Time.c:1361:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1361 | void monstersFall() { | ^ | void src/brogue/Time.c:1412:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1412 | void updateEnvironment() { | ^ | void src/brogue/Time.c:1522:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1522 | void updateAllySafetyMap() { | ^ | void src/brogue/Time.c:1598:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1598 | void updateSafetyMap() { | ^ | void src/brogue/Time.c:1732:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1732 | void updateSafeTerrainMap() { | ^ | void src/brogue/Time.c:1772:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1772 | static void processIncrementalAutoID() { | ^ | void src/brogue/Time.c:1946:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1946 | static void monstersApproachStairs() { | ^ | void src/brogue/Time.c:1969:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1969 | static void decrementPlayerStatus() { | ^ | void src/brogue/Time.c:2087:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2087 | void autoRest() { | ^ | void src/brogue/Time.c:2146:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2146 | void manualSearch() { | ^ | void src/brogue/Time.c:2187:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2187 | void synchronizePlayerTimeState() { | ^ | void src/brogue/Time.c:2205:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2205 | static void recordCurrentCreatureHealths() { | ^ | void src/brogue/Time.c:2219:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2219 | void playerTurnEnded() { | ^ | void src/brogue/Time.c:2624:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2624 | void resetScentTurnNumber() { // don't want player.scentTurnNumber to roll over the short maxint! | ^ | void 28 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Utilities.c -o src/brogue/Utilities.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] 1 warning generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/brogue/Wizard.c -o src/brogue/Wizard.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/brogue/Wizard.c:91:47: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 91 | static short dialogCreateItemChooseVorpalEnemy() { | ^ | void src/brogue/Wizard.c:305:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 305 | static void dialogCreateMonster() { | ^ | void src/brogue/Wizard.c:439:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 439 | static void dialogCreateItem() { | ^ | void src/brogue/Wizard.c:508:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 508 | void dialogCreateItemOrMonster() { | ^ | void 5 warnings generated. cmp: unknown option -- - usage: cmp [-l | -s] file1 file2 [skip1 [skip2]] cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -DBROGUE_EXTRA_VERSION='""' -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/variants/GlobalsBrogue.c -o src/variants/GlobalsBrogue.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/variants/GlobalsBrogue.c:1066:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1066 | void initializeGameVariantBrogue() { | ^ | void 2 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -DBROGUE_EXTRA_VERSION='""' -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/variants/GlobalsBulletBrogue.c -o src/variants/GlobalsBulletBrogue.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/variants/GlobalsBulletBrogue.c:1080:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1080 | void initializeGameVariantBulletBrogue() { | ^ | void src/variants/GlobalsBulletBrogue.c:1080:6: warning: no previous prototype for function 'initializeGameVariantBulletBrogue' [-Wmissing-prototypes] 1080 | void initializeGameVariantBulletBrogue() { | ^ src/variants/GlobalsBulletBrogue.c:1080:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 1080 | void initializeGameVariantBulletBrogue() { | ^ | static 3 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -DBROGUE_EXTRA_VERSION='""' -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/variants/GlobalsRapidBrogue.c -o src/variants/GlobalsRapidBrogue.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] src/variants/GlobalsRapidBrogue.c:1070:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1070 | void initializeGameVariantRapidBrogue() { | ^ | void 2 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/platform/main.c -o src/platform/main.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] In file included from src/platform/main.c:3: src/platform/platform.h:39:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | void (*gameLoop)(); | ^ | void src/platform/platform.h:79:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 79 | boolean (*takeScreenshot)(); | ^ | void src/platform/main.c:19:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 19 | static void printCommandlineHelp() { | ^ | void 4 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/platform/platformdependent.c -o src/platform/platformdependent.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] In file included from src/platform/platformdependent.c:32: src/platform/platform.h:39:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | void (*gameLoop)(); | ^ | void src/platform/platform.h:79:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 79 | boolean (*takeScreenshot)(); | ^ | void src/platform/platformdependent.c:231:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 231 | boolean shiftKeyIsDown() { | ^ | void src/platform/platformdependent.c:234:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 234 | boolean controlKeyIsDown() { | ^ | void src/platform/platformdependent.c:252:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 252 | boolean takeScreenshot() { | ^ | void src/platform/platformdependent.c:269:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 269 | static void initScores() { | ^ | void src/platform/platformdependent.c:285:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 285 | static short sortScoreBuffer() { | ^ | void src/platform/platformdependent.c:329:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 329 | static short loadScoreBuffer() { | ^ | void src/platform/platformdependent.c:363:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 363 | void loadKeymap() { | ^ | void src/platform/platformdependent.c:404:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 404 | static void saveScoreBuffer() { | ^ | void src/platform/platformdependent.c:421:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 421 | void dumpScores() { | ^ | void src/platform/platformdependent.c:566:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 566 | static struct filelist *newFilelist() { | ^ | void src/platform/platformdependent.c:607:54: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 607 | list->files[list->nfiles].path = ((char *) NULL) + list->nextname; // don't look at them until they are transferred out | ~~~~~~~~~~~~~~~ ^ 14 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/platform/null-platform.c -o src/platform/null-platform.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] In file included from src/platform/null-platform.c:1: src/platform/platform.h:39:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | void (*gameLoop)(); | ^ | void src/platform/platform.h:79:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 79 | boolean (*takeScreenshot)(); | ^ | void src/platform/null-platform.c:3:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3 | static void null_gameLoop() { | ^ | void 4 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/platform/sdl2-platform.c -o src/platform/sdl2-platform.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] In file included from src/platform/sdl2-platform.c:7: src/platform/platform.h:39:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | void (*gameLoop)(); | ^ | void src/platform/platform.h:79:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 79 | boolean (*takeScreenshot)(); | ^ | void src/platform/sdl2-platform.c:246:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 246 | static void _gameLoop() { | ^ | void src/platform/sdl2-platform.c:413:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 413 | static boolean _takeScreenshot() { | ^ | void 5 warnings generated. cc -DDATADIR=/usr/local/share/brogue -DBROGUE_SDL -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -c src/platform/tiles.c -o src/platform/tiles.o warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option] In file included from src/platform/tiles.c:4: src/platform/platform.h:39:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | void (*gameLoop)(); | ^ | void src/platform/platform.h:79:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 79 | boolean (*takeScreenshot)(); | ^ | void src/platform/tiles.c:352:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 352 | static void optimizeTiles() { | ^ | void src/platform/tiles.c:446:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 446 | void initTiles() { | ^ | void src/platform/tiles.c:621:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 621 | void updateScreen() { | ^ | void src/platform/tiles.c:795:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 795 | SDL_Surface *captureScreen() { | ^ | void 7 warnings generated. cmp: unknown option -- - usage: cmp [-l | -s] file1 file2 [skip1 [skip2]] cmp: unknown option -- - usage: cmp [-l | -s] file1 file2 [skip1 [skip2]] cmp: unknown option -- - usage: cmp [-l | -s] file1 file2 [skip1 [skip2]] cc -Isrc/brogue -Isrc/platform -Isrc/variants -std=c99 -Wall -Wpedantic -Werror=implicit -Wno-parentheses -Wno-unused-result -Wformat -Werror=format-security -Wformat-overflow=0 -Wmissing-prototypes -I/usr/local/include -I/usr/local/include/SDL2 -I/usr/X11R6/include -D_REENTRANT -I/usr/X11R6/include -O2 -pipe -o bin/brogue src/brogue/Architect.o src/brogue/Buttons.o src/brogue/Combat.o src/brogue/Dijkstra.o src/brogue/Globals.o src/brogue/GlobalsBase.o src/brogue/Grid.o src/brogue/IO.o src/brogue/Items.o src/brogue/Light.o src/brogue/MainMenu.o src/brogue/Math.o src/brogue/Monsters.o src/brogue/Movement.o src/brogue/PowerTables.o src/brogue/Recordings.o src/brogue/RogueMain.o src/brogue/SeedCatalog.o src/brogue/Time.o src/brogue/Utilities.o src/brogue/Wizard.o src/variants/GlobalsBrogue.o src/variants/GlobalsBulletBrogue.o src/variants/GlobalsRapidBrogue.o src/platform/main.o src/platform/platformdependent.o src/platform/null-platform.o src/platform/sdl2-platform.o src/platform/tiles.o -lm -L/usr/local/lib -lSDL2 -L/usr/X11R6/lib -lSDL2_image ld: warning: Buttons.c(src/brogue/Buttons.o:(setButtonText)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: Buttons.c(src/brogue/Buttons.o:(setButtonText)): warning: strcat() is almost always misused, please use strlcat() ld: warning: Combat.c(src/brogue/Combat.o:(splitMonster)): warning: sprintf() is often misused, please use snprintf() >>> Running package in games/brogue at 1773365284.26 ===> games/brogue ===> Faking installation for brogue-1.15.1 /exopi-obj/pobj/brogue-1.15.1/bin/install -c -s -m 755 /exopi-obj/pobj/brogue-1.15.1/BrogueCE-1.15.1/bin/brogue /exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local/libexec/ /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=games/brogue -DFLAVOR_EXT= -DFULLPKGNAME=brogue-1.15.1 -DHOMEPAGE=https://sites.google.com/site/broguegame/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Anton\ Konyahin\ \ -DPREFIX=/exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=brogue -i -B /exopi-obj/pobj/brogue-1.15.1 -c -m 755 /exopi-cvs/ports/games/brogue/files/brogue /exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local/bin/brogue /exopi-obj/pobj/brogue-1.15.1/bin/install -d -m 755 /exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local/share/brogue/assets /exopi-obj/pobj/brogue-1.15.1/bin/install -c -m 644 /exopi-obj/pobj/brogue-1.15.1/BrogueCE-1.15.1/bin/assets/tiles.png /exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local/share/brogue/assets/tiles.png /exopi-obj/pobj/brogue-1.15.1/bin/install -c -m 644 /exopi-obj/pobj/brogue-1.15.1/BrogueCE-1.15.1/bin/assets/tiles.bin /exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local/share/brogue/assets/tiles.bin /exopi-obj/pobj/brogue-1.15.1/bin/install -c -m 644 /exopi-obj/pobj/brogue-1.15.1/BrogueCE-1.15.1/bin/assets/icon.png /exopi-obj/pobj/brogue-1.15.1/fake-amd64/usr/local/share/brogue/assets/icon.png ===> Building package for brogue-1.15.1 Create /exopi-cvs/ports/packages/amd64/all/brogue-1.15.1.tgz Creating package brogue-1.15.1 reading plist| checking dependencies| checking dependencies|devel/sdl2-image checking dependencies|devel/sdl2 checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************** | 72% archiving|************************************************** | 79% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/brogue-1.15.1.tgz >>> Running clean in games/brogue at 1773365293.35 ===> games/brogue ===> Cleaning for brogue-1.15.1 >>> Ended at 1773365293.75 max_stuck=0.00/depends=2.41/show-prepare-results=0.91/build=21.98/package=9.11/clean=0.44