+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dgen-sdl-1.33nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/dgen-sdl-1.33nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for dgen-sdl-1.33nb1 Making all in sdl gmake[1]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/sdl' gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL -I/opt/pkg/include/libdrm -I/usr/include -o pbm2df ../sdl/pbm2df.c ./pbm2df dgenfont_16x26.pbm dgenfont_16x26.cpp Successfully generated dgen font source "dgenfont_16x26.cpp" from "dgenfont_16x26.pbm" ./pbm2df dgenfont_8x13.pbm dgenfont_8x13.cpp Successfully generated dgen font source "dgenfont_8x13.cpp" from "dgenfont_8x13.pbm" ./pbm2df dgenfont_7x5.pbm dgenfont_7x5.cpp Successfully generated dgen font source "dgenfont_7x5.cpp" from "dgenfont_7x5.pbm" /opt/pkg/bin/gmake all-am gmake[2]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/sdl' CXX font.o CXX sdl.o In file included from sdl.cpp:24: /home/pbulk/build/emulators/dgen/work/.buildlink/include/SDL/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined 116 | #define GL_GLEXT_VERSION 29 | In file included from /home/pbulk/build/emulators/dgen/work/.buildlink/include/GL/gl.h:2048, from /home/pbulk/build/emulators/dgen/work/.buildlink/include/SDL/SDL_opengl.h:46, from sdl.cpp:24: /home/pbulk/build/emulators/dgen/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition 54 | #define GL_GLEXT_VERSION 20190911 | CC prompt.o CXX dgenfont_16x26.o CXX dgenfont_8x13.o CXX dgenfont_7x5.o AR libpd.a gmake[2]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/sdl' gmake[1]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/sdl' Making all in musa gmake[1]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/musa' gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL -I/opt/pkg/include/libdrm -I/usr/include -o m68kmake ../musa/m68kmake.c ./m68kmake . ../musa/m68k_in.c Musashi v3.31 68000, 68008, 68010, 68EC020, 68020, 68040 emulator Copyright 1998-2007 Karl Stenerud (karl@mame.net) Generated 1966 opcode handlers from 517 primitives /opt/pkg/bin/gmake all-am gmake[2]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/musa' CC m68kcpu.o CC m68kdasm.o CC m68kops.o AR libmusa68.a gmake[2]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/musa' gmake[1]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/musa' Making all in mz80 gmake[1]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/mz80' gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/SDL -I/opt/pkg/include/libdrm -I/usr/include -o makez80 ../mz80/makez80.c ./makez80 mz80.c -l -s -c MakeZ80 - V3.4-dgen - Copyright 1996-2000 Neil Bradley (neil@synthcom.com) /opt/pkg/bin/gmake all-am gmake[2]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/mz80' CC mz80.o AR libmz80.a gmake[2]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/mz80' gmake[1]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/mz80' Making all in doc gmake[1]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/doc' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33/doc' gmake[1]: Entering directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33' CXX rc.o CC romload.o CXX md.o md.cpp: In member function 'int md::patch(const char*, unsigned int*, unsigned int*, unsigned int*)': md.cpp:1091:10: warning: 'char* std::strncpy(char*, const char*, std::size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 1091 | strncpy(worklist, list, wl_sz); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ md.cpp:1087:17: note: length computed here 1087 | wl_sz = strlen(list) + 1; | ~~~~~~^~~~~~ CXX mdfr.o CC decode.o CXX vdp.o CXX save.o CXX graph.o CC fm.o CXX myfm.o CC sn76496.o CXX ras.o CXX main.o CXX mem.o CC ckvp.o CXX joystick.o CC system.o system.c: In function 'dgen_userdir': system.c:179:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 179 | strncpy(path, pwd->pw_dir, sz_dir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ system.c:156:11: note: length computed here 156 | sz_dir = strlen(pwd->pw_dir); | ^~~~~~~~~~~~~~~~~~~ system.c:179:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 179 | strncpy(path, pwd->pw_dir, sz_dir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ system.c:156:11: note: length computed here 156 | sz_dir = strlen(pwd->pw_dir); | ^~~~~~~~~~~~~~~~~~~ system.c: In function 'dgen_dir': system.c:251:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 251 | strncpy(path, pwd->pw_dir, sz_dir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ system.c:224:11: note: length computed here 224 | sz_dir = strlen(pwd->pw_dir); | ^~~~~~~~~~~~~~~~~~~ system.c:251:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 251 | strncpy(path, pwd->pw_dir, sz_dir); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ system.c:224:11: note: length computed here 224 | sz_dir = strlen(pwd->pw_dir); | ^~~~~~~~~~~~~~~~~~~ system.c: In function 'backslashify': system.c:1130:4: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 1130 | strncpy(&dst[j], tmp, strlen(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC cz80.o CC init.o CC hq2x_32.o CC hq2x_24.o CC hq2x_16.o CC hq3x_32.o CC hq3x_24.o In file included from hqx/src/hq3x_24.c:23: In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3684:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3419:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3448:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3187:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3485:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3071:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3214:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3643:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3383:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3043:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2153:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2461:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2018:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3615:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3158:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2066:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2773:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2398:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1889:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1042:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3354:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1845:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1108:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:514:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1808:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2044:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:824:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2705:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1966:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1198:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3332:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2102:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1992:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1250:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1940:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1477:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:445:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2671:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:233:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2964:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1874:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2005:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1302:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:3135:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:947:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1027:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:917:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1830:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1979:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1276:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:2189:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1224:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:850:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1172:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1005:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:415:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:1596:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:498:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:320:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp1_24' at hqx/src/common.h:281:5, inlined from 'hq3x_24_rb' at hqx/src/hq3x-int.h:137:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ CC hq3x_16.o CC hq4x_32.o CC hq4x_24.o In file included from hqx/src/hq4x_24.c:23: In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:5029:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:5043:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4719:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4724:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4744:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4758:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4422:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4427:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4787:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4792:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4270:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4275:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4447:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4452:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4988:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4995:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4672:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4679:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4232:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4239:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4085:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4090:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2990:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2995:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2309:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2314:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4504:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4160:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4952:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4957:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4382:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4387:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2875:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2880:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3862:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3867:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3325:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3330:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2616:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2621:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1413:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1418:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4634:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4639:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2558:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2563:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1500:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1505:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:686:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:691:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp3_24' at hqx/src/common.h:293:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4607:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2688:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp3_24' at hqx/src/common.h:293:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1099:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1104:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4887:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3215:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3078:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1543:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3754:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3550:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2086:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1456:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp8_24' at hqx/src/common.h:323:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1792:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3274:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3592:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1928:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3392:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2188:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:2128:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1289:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1294:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:3115:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1886:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1248:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:1253:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:444:29: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ In function 'u24cpy', inlined from 'Interpolate_2_24' at hqx/src/common.h:263:9, inlined from 'Interpolate_2_24' at hqx/src/common.h:260:20, inlined from 'Interp3_24' at hqx/src/common.h:293:5, inlined from 'hq4x_24_rb' at hqx/src/hq4x-int.h:4571:25: hqx/src/common.h:67:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 67 | (*dst)[0] = src[0]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:68:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 68 | (*dst)[1] = src[1]; | ~~~~~~~~~~^~~~~~~~ hqx/src/common.h:69:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 69 | (*dst)[2] = src[2]; | ~~~~~~~~~~^~~~~~~~ CC hq4x_16.o CC scale2x.o CC scale3x.o CC scalebit.o CXXLD dgen CC tobin.o CCLD dgen_tobin gmake[1]: Leaving directory '/home/pbulk/build/emulators/dgen/work/dgen-sdl-1.33'