p_floor.c: In function 'EV_DoDonut': p_floor.c:918:14: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if ((!s2->lines[i]->flags & ML_TWOSIDED) || ^~~~~~~~~~~~~~~~~~~~ p_floor.c: In function 'EV_DoFloor': p_floor.c:507:22: warning: this statement may fall through [-Wimplicit-fallthrough=] floor->crush = true; ~~~~~~~~~~~~~^~~~~~ p_floor.c:508:7: note: here case raiseFloor: ^~~~ In file included from doomdef.h:62, from d_items.h:38, from d_player.h:43, from doomstat.h:43, from r_data.c:35: r_data.c: In function 'R_InitTextures': r_data.c:143:26: warning: cast increases required alignment of target type [-Wcast-align] nummappatches = LONG(*((const int *)names)); ^ m_swap.h:117:34: note: in definition of macro 'doom_wtohl' #define doom_wtohl(x) (long int)(x) ^ r_data.c:143:19: note: in expansion of macro 'LONG' nummappatches = LONG(*((const int *)names)); ^~~~ r_data.c:259:18: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] for(j=0;jname);j++) ^ r_data.c: In function 'R_ColourMap': r_data.c:415:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (curline) ^ In file included from doomdef.h:49, from d_items.h:38, from d_player.h:43, from doomstat.h:43, from r_data.c:35: r_data.c: In function 'R_PrecacheLevel': r_data.c:668:51: warning: operand of ?: changes signedness from 'int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare] hitlist = malloc((size_t)numtextures > size ? numtextures : size); ^~~~~~~~~~~ z_zone.h:113:37: note: in definition of macro 'malloc' #define malloc(n) Z_Malloc(n,PU_STATIC,0) ^ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o w_wad.o w_wad.c w_wad.c: In function 'W_CheckNumForName': w_wad.c:331:46: warning: comparison of integer expressions of different signedness: 'enum ' and 'int' [-Wsign-compare] lumpinfo[i].li_namespace != li_namespace)) ^~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_genlin.o p_genlin.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o dstrings.o dstrings.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_inter.o p_inter.c p_inter.c: In function 'P_GiveAmmo': p_inter.c:145:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (player->readyweapon == wp_fist || player->readyweapon == wp_pistol) ^~ p_inter.c:148:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o wi_stuff.o wi_stuff.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_draw.o r_draw.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o f_finale.o f_finale.c In file included from r_draw.c:215: r_drawflush.inl: In function 'R_FlushQuad8': r_drawflush.inl:253:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((sizeof(int) == 4) && (((int)source % 4) == 0) && (((int)dest % 4) == 0)) { ^ r_drawflush.inl:253:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((sizeof(int) == 4) && (((int)source % 4) == 0) && (((int)dest % 4) == 0)) { ^ r_drawflush.inl:256:11: warning: cast increases required alignment of target type [-Wcast-align] *(int *)dest = *(int *)source; ^ r_drawflush.inl:256:26: warning: cast increases required alignment of target type [-Wcast-align] *(int *)dest = *(int *)source; ^ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_lights.o p_lights.c p_lights.c: In function 'EV_LightTurnOn': p_lights.c:387:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((temp = getNextSector(sector->lines[j],sector)) && ^~ p_lights.c:391:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' sector->lightlevel = tbright; ^~~~~~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o z_bmalloc.o z_bmalloc.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_map.o p_map.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_main.o r_main.c p_map.c: In function 'P_GetMoveFactor': p_map.c:201:10: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] ((mobj_t*)mo)->movefactor = ORIG_FRICTION_FACTOR; // reset ^ p_map.c:220:10: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] ((mobj_t*)mo)->movefactor = ORIG_FRICTION_FACTOR; // reset ^ p_map.c: In function 'PTR_ShootTraverse': p_map.c:1499:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (li->special) ^~ p_map.c:1502:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (li->flags & ML_TWOSIDED) ^~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o f_wipe.o f_wipe.c r_main.c: In function 'R_ShowStats': r_main.c:540:5: warning: "USE_SDL" is not defined, evaluates to 0 [-Wundef] #if USE_SDL ^~~~~~~ r_draw.c: In function 'R_InitBuffer': r_draw.c:1009:28: warning: cast increases required alignment of target type [-Wcast-align] drawvars.short_topleft = (unsigned short *)(screens[0].data) + viewwindowy*screens[0].short_pitch + viewwindowx; ^ r_draw.c:1010:26: warning: cast increases required alignment of target type [-Wcast-align] drawvars.int_topleft = (unsigned int *)(screens[0].data) + viewwindowy*screens[0].int_pitch + viewwindowx; ^ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: p_map.c: In function 'PIT_ApplyTorque': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:930:30: note: called from here y = finesine[(tantoangle[FixedDiv(y,x)>>DBITS] + ^~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:941:12: note: called from here dist = FixedDiv(FixedMul(dist, (mo->gear < OVERDRIVE) ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ y << -(mo->gear - OVERDRIVE) : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ y >> +(mo->gear - OVERDRIVE)), x); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: p_map.c: In function 'PTR_AimTraverse': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1417:15: note: called from here slope = FixedDiv (openbottom - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1424:15: note: called from here slope = FixedDiv (opentop - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1453:19: note: called from here thingtopslope = FixedDiv (th->z+th->height - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1458:22: note: called from here thingbottomslope = FixedDiv (th->z - shootz, dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: r_main.c: In function 'R_ExecuteSetViewSize': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:257:17: note: called from here focallength = FixedDiv(centerxfrac, finetangent[FINEANGLES/4+FIELDOFVIEW/2]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:417:19: note: called from here yslope[i] = FixedDiv(projectiony, dy); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:423:22: note: called from here distscale[i] = FixedDiv(FRACUNIT,cosadj); ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o z_zone.o z_zone.c In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: r_main.c: In function 'R_Init': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:324:23: note: called from here int scale = FixedDiv ((320/2*FRACUNIT), (j+1)<= aimslope)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1519:23: note: called from here frac = in->frac - FixedDiv (4*FRACUNIT,attackrange); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1563:19: note: called from here thingtopslope = FixedDiv (th->z+th->height - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1568:22: note: called from here thingbottomslope = FixedDiv (th->z - shootz, dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1576:21: note: called from here frac = in->frac - FixedDiv (10*FRACUNIT,attackrange); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z_zone.c: In function 'Z_Malloc': z_zone.c:440:11: warning: cast increases required alignment of target type [-Wcast-align] block = (memblock_t *)((char *) block + HEADER_SIZE); ^ z_zone.c: In function 'Z_Free': z_zone.c:459:23: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) p - HEADER_SIZE); ^ z_zone.c: In function 'Z_ChangeTag': z_zone.c:562:23: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ z_zone.c: In function 'Z_Realloc': z_zone.c:646:27: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_maputl.o p_maputl.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_plane.o r_plane.c In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: p_maputl.c: In function 'P_InterceptVector2': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:147:5: note: called from here FixedDiv(FixedMul((v1->x - v2->x)>>8, v1->dy) + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FixedMul((v2->y - v1->y)>>8, v1->dx), den) : 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_plane.c:53: r_plane.c: In function 'R_ClearPlanes': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_plane.c:214:16: note: called from here baseyscale = FixedDiv (viewcos,projection); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_plane.c:53: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_plane.c:213:16: note: called from here basexscale = FixedDiv (viewsin,projection); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: p_maputl.c: In function 'P_PathTraverse': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:608:15: note: called from here ystep = FixedDiv (y2-y1,D_abs(x2-x1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:615:17: note: called from here ystep = FixedDiv (y2-y1,D_abs(x2-x1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:630:15: note: called from here xstep = FixedDiv (x2-x1,D_abs(y2-y1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:637:17: note: called from here xstep = FixedDiv (x2-x1,D_abs(y2-y1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o md5.o md5.c md5.c: In function 'MD5Final': md5.c:134:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_checksum.o p_checksum.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_patch.o r_patch.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_fps.o r_fps.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_filter.o r_filter.c r_patch.c: In function 'createPatch': r_patch.c:245:20: warning: cast increases required alignment of target type [-Wcast-align] patch->columns = (rcolumn_t*)((unsigned char*)patch->pixels + pixelDataSize); ^ r_patch.c:246:18: warning: cast increases required alignment of target type [-Wcast-align] patch->posts = (rpost_t*)((unsigned char*)patch->columns + columnsDataSize); ^ r_patch.c: In function 'createTextureCompositePatch': r_patch.c:470:30: warning: cast increases required alignment of target type [-Wcast-align] composite_patch->columns = (rcolumn_t*)((unsigned char*)composite_patch->pixels + pixelDataSize); ^ r_patch.c:471:28: warning: cast increases required alignment of target type [-Wcast-align] composite_patch->posts = (rpost_t*)((unsigned char*)composite_patch->columns + columnsDataSize); ^ r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { ^ 0*DMR, 14*DMR, 3*DMR, 13*DMR, 11*DMR, 5*DMR, 8*DMR, 6*DMR, { } { } 12*DMR, 2*DMR, 15*DMR, 1*DMR, 7*DMR, 9*DMR, 4*DMR, 10*DMR { } { }; } r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] // /4 \ ^ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_client.o d_client.c d_client.c: In function 'D_InitNetGame': d_client.c:148:17: warning: pointer targets in initialization of 'char *' from 'byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] char *p = sinfo->wadnames; ^~~~~ d_client.c: In function 'CheckQueuedPackets': d_client.c:420:14: warning: cast increases required alignment of target type [-Wcast-align] int *p = (int*)(queuedpacket[i]+1); ^ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o w_mmap.o w_mmap.c /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_server.o d_server.c d_server.c: In function 'n_players_in_state': d_server.c:234:22: warning: comparison of integer expressions of different signedness: 'enum ' and 'int' [-Wsign-compare] if (playerstate[i] == ps) j++; ^~ d_server.c: In function 'main': d_server.c:492:10: warning: cast increases required alignment of target type [-Wcast-align] n = *(short*)(packet+1); ^ d_server.c:522:32: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(sinfo->wadnames + extrabytes, wadname[i]); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from d_server.c:44: /home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/string.h:122:14: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^~~~~~ d_server.c:573:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose>2) printf("%d requests resend from %d\n", from, ptic(packet)); ~^ ~~~~~~~~~~~~ %ld d_server.c:591:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose) printf("%d quits at %d (%d left)\n", from, ptic(packet),curplayers); ~^ ~~~~~~~~~~~~ %ld d_server.c:578:7: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ d_server.c:596:5: note: here case PKT_EXTRA: ^~~~ /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom-game-server d_server.o POSIX/libposixdoom.a SDL/i_network.o -lSDL_net -L/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lpng -lSDL_mixer -lm /home/naourr/work/instance-0/output-1/host/bin/sparc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom mmus2mid.o am_map.o g_game.o p_mobj.o r_demo.o r_segs.o hu_lib.o lprintf.o p_plats.o r_sky.o d_deh.o hu_stuff.o m_argv.o p_pspr.o m_bbox.o p_saveg.o r_things.o d_items.o m_cheat.o p_setup.o s_sound.o d_main.o p_sight.o sounds.o m_menu.o p_spec.o info.o st_lib.o m_misc.o p_switch.o p_telept.o st_stuff.o m_random.o p_tick.o tables.o p_user.o p_ceilng.o v_video.o doomdef.o p_doors.o p_enemy.o r_bsp.o version.o doomstat.o p_floor.o r_data.o w_wad.o p_genlin.o dstrings.o p_inter.o wi_stuff.o r_draw.o f_finale.o p_lights.o z_bmalloc.o p_map.o r_main.o f_wipe.o z_zone.o p_maputl.o r_plane.o md5.o p_checksum.o r_patch.o r_fps.o r_filter.o d_client.o w_mmap.o SDL/libsdldoom.a -lSDL_net -L/home/naourr/work/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lpng -lSDL_mixer -lm make[4]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/src' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/src' Making all in ICONS make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/ICONS' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/ICONS' Making all in VisualC8 make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/VisualC8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/VisualC8' Making all in VisualC6 make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/VisualC6' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0/VisualC6' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/prboom-2.5.0' >>> prboom 2.5.0 Installing to target /usr/bin/install -D /home/naourr/work/instance-0/output-1/build/prboom-2.5.0/src/prboom /home/naourr/work/instance-0/output-1/target/usr/games/prboom /usr/bin/install -D /home/naourr/work/instance-0/output-1/build/prboom-2.5.0/src/prboom-game-server /home/naourr/work/instance-0/output-1/target/usr/games/prboom-game-server /usr/bin/install -D /home/naourr/work/instance-0/output-1/build/prboom-2.5.0/data/prboom.wad /home/naourr/work/instance-0/output-1/target/usr/share/games/doom/prboom.wad >>> python-aiojobs 0.2.2 Downloading --2020-06-18 05:05:15-- https://files.pythonhosted.org/packages/57/c5/9eb091930d6574002d1721dab5ca15a1bd69ed5dc8e654159d27223cdd3b/aiojobs-0.2.2.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.121.63, 2a04:4e42:1d::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.121.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 136658 (133K) [binary/octet-stream] Saving to: '/home/naourr/work/instance-0/output-1/build/.aiojobs-0.2.2.tar.gz.l8nDc0/output' 0K .......... .......... .......... .......... .......... 37% 4.05M 0s 50K .......... .......... .......... .......... .......... 74% 8.47M 0s 100K .......... .......... .......... ... 100% 26.2M=0.02s 2020-06-18 05:05:15 (6.84 MB/s) - '/home/naourr/work/instance-0/output-1/build/.aiojobs-0.2.2.tar.gz.l8nDc0/output' saved [136658/136658] aiojobs-0.2.2.tar.gz: OK (md5: 8fd929e4ef9bc6560c675a5b11ac6077) aiojobs-0.2.2.tar.gz: OK (sha256: 8e4b3e3d1bdb970bdaf8f8cd5eb4e4ff3e0e01a4abd22b4f73a87002a5ae4005) >>> python-aiojobs 0.2.2 Extracting gzip -d -c /home/naourr/work/instance-0/dl/python-aiojobs/aiojobs-0.2.2.tar.gz | /home/naourr/work/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output-1/build/python-aiojobs-0.2.2 -xf - >>> python-aiojobs 0.2.2 Patching >>> python-aiojobs 0.2.2 Configuring package/pkg-python.mk:26: *** unterminated variable reference. Stop. make: Leaving directory '/home/naourr/work/instance-0/buildroot'