=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for libretro-beetle-psx-hw-20200526 mednafen/psx/cpu.cpp:22:13: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma GCC optimize ("unroll-loops") ^ CXX mednafen/psx/irq.cpp mednafen/psx/cpu.cpp:3101:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ mednafen/psx/cpu.cpp:3102:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ mednafen/psx/cpu.cpp:3103:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ mednafen/psx/cpu.cpp:3104:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ mednafen/psx/cpu.cpp:3721:2: warning: array designators are a C99 extension [-Wc99-designator] [PSX_MAP_KERNEL_USER_RAM] = { ^~~~~~~~~~~~~~~~~~~~~~~~~ mednafen/psx/cpu.cpp:3721:2: warning: mixture of designated and non-designated initializers in the same initializer list is a C99 extension [-Wc99-designator] [PSX_MAP_KERNEL_USER_RAM] = { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mednafen/psx/cpu.cpp:3755:2: note: first non-designated initializer is here { ^ CXX mednafen/psx/sio.cpp rsx/rsx_lib_gl.cpp:1600:11: warning: generalized initializer lists are a C++11 extension [-Wc++11-extensions] return {x, y, width, height}; ^~~~~~~~~~~~~~~~~~~~~ CXX mednafen/psx/timer.cpp CXX mednafen/psx/dma.cpp CXX mednafen/psx/frontio.cpp CXX mednafen/psx/gte.cpp CXX mednafen/psx/input/gamepad.cpp CXX mednafen/psx/input/dualanalog.cpp CXX mednafen/psx/mdec.cpp 1 warning generated. CXX rsx/rsx_lib_gl.cpp In file included from mednafen/psx/gpu.cpp:28: mednafen/psx/gpu_common.h:27:11: warning: no case matching constant switch condition '-1' switch(BlendMode) ^~~~~~~~~ mednafen/psx/gpu_common.h:81:7: note: in instantiation of function template specialization 'PlotPixelBlend<-1>' requested here PlotPixelBlend(bg_pix, &fore_pix); ^ mednafen/psx/gpu_polygon.cpp:193:6: note: in instantiation of function template specialization 'PlotPixel<-1, false, true>' requested here PlotPixel(gpu, x, y, fbw); ^ mednafen/psx/gpu_polygon.cpp:455:5: note: in instantiation of function template specialization 'DrawSpan' requested here DrawSpan(gpu, yi, GetPolyXFP_Int(lc), GetPolyXFP_Int(rc), ig, idl); ^ mednafen/psx/gpu_polygon.cpp:1176:4: note: in instantiation of function template specialization 'DrawTriangle' requested here DrawTriangle(gpu, vertices); ^ mednafen/psx/gpu.cpp:146:5: note: in instantiation of function template specialization 'Command_DrawPolygon<3, false, false, -1, false, 0, false, true>' requested here Command_DrawPolygon' requested here POLY_HELPER(0x20), ^ mednafen/psx/gpu_common.h:271:5: note: expanded from macro 'POLY_HELPER' { POLY_HELPER_FG(0, cv), POLY_HELPER_FG(1, cv), POLY_HELPER_FG(2, cv), POLY_HELPER_FG(3, cv) }, \ ^ mednafen/psx/gpu_common.h:259:3: note: expanded from macro 'POLY_HELPER_FG' POLY_HELPER_SUB(bm, cv, ((cv & 0x4) ? 0 : 0), 0), \ ^ mednafen/psx/gpu_common.h:255:3: note: expanded from macro 'POLY_HELPER_SUB' G_Command_DrawPolygon<3 + ((cv & 0x8) >> 3), ((cv & 0x10) >> 4), ((cv & 0x4) >> 2), ((cv & 0x2) >> 1) ? bm : -1, ((cv & 1) ^ 1) & ((cv & 0x4) >> 2), tm, mam > ^ CXX mednafen/psx/cdc.cpp 7 warnings generated. CXX mednafen/psx/cpu.cpp CXX mednafen/psx/input/justifier.cpp CXX mednafen/psx/input/negcon.cpp CXX mednafen/psx/input/dualshock.cpp CXX mednafen/psx/input/guncon.cpp CXX mednafen/psx/input/memcard.cpp CXX mednafen/psx/input/multitap.cpp CXX mednafen/psx/input/mouse.cpp CXX mednafen/cdrom/CDAccess.cpp CXX mednafen/cdrom/audioreader.cpp CXX mednafen/cdrom/misc.cpp In file included from mednafen/cdrom/CDAccess_PBP.cpp:34: mednafen/cdrom/CDAccess_PBP.h:56:15: warning: private field 'disc_type' is not used [-Wunused-private-field] uint8_t disc_type; ^ CXX mednafen/cdrom/CDAccess_Image.cpp CXX mednafen/error.cpp CXX mednafen/cdrom/CDAccess_CCD.cpp 1 warning generated. CXX mednafen/cdrom/CDAccess_PBP.cpp CXX mednafen/settings.cpp CXX mednafen/cdrom/cdromif.cpp CXX mednafen/general.cpp CXX mednafen/FileStream.cpp CXX mednafen/Stream.cpp CXX mednafen/state.cpp CXX mednafen/MemoryStream.cpp CXX mednafen/video/Deinterlacer.cpp CXX mednafen/mednafen-endian.cpp CXX mednafen/video/surface.cpp CXX mednafen/mempatcher.cpp CC libretro-common/glsym/glsym_gl.c CXX mednafen/psx/spu.cpp input.cpp:65:52: warning: suggest braces around initialization of subobject [-Wmissing-braces] static INPUT_DATA input_data[ MAX_CONTROLLERS ] = {0}; ^ {} input.cpp:65:52: warning: suggest braces around initialization of subobject [-Wmissing-braces] static INPUT_DATA input_data[ MAX_CONTROLLERS ] = {0}; ^ {} CC deps/zlib/adler32.c CC libretro-common/glsym/rglgen.c 2 warnings generated. CXX input.cpp CXX rsx/rsx_intf.cpp CC deps/zlib/compress.c CC deps/zlib/gzclose.c CC deps/zlib/crc32.c CC deps/zlib/gzlib.c CC deps/zlib/gzread.c CC deps/zlib/gzwrite.c CC deps/zlib/inffast.c CC libretro-common/glsm/glsm.c CC deps/zlib/uncompr.c CC deps/zlib/inftrees.c CC deps/zlib/deflate.c CXX mednafen/cdrom/CDAccess_CHD.cpp deps/ugui/ugui.c:5326:65: warning: '&' within '|' [-Wbitwise-op-parentheses] color = (((fc & 0xFF) * b + (bc & 0xFF) * (256 - b)) >> 8) & 0xFF |//Blue component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ~ deps/ugui/ugui.c:5326:65: note: place parentheses around the '&' expression to silence this warning color = (((fc & 0xFF) * b + (bc & 0xFF) * (256 - b)) >> 8) & 0xFF |//Blue component ^ ( ) deps/ugui/ugui.c:5327:70: warning: '&' within '|' [-Wbitwise-op-parentheses] (((fc & 0xFF00) * b + (bc & 0xFF00) * (256 - b)) >> 8) & 0xFF00|//Green component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ deps/ugui/ugui.c:5327:70: note: place parentheses around the '&' expression to silence this warning (((fc & 0xFF00) * b + (bc & 0xFF00) * (256 - b)) >> 8) & 0xFF00|//Green component ^ ( ) deps/ugui/ugui.c:5328:73: warning: '&' within '|' [-Wbitwise-op-parentheses] (((fc & 0xFF0000) * b + (bc & 0xFF0000) * (256 - b)) >> 8) & 0xFF0000; //Red component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ deps/ugui/ugui.c:5328:73: note: place parentheses around the '&' expression to silence this warning (((fc & 0xFF0000) * b + (bc & 0xFF0000) * (256 - b)) >> 8) & 0xFF0000; //Red component ^ ( ) deps/ugui/ugui.c:5375:75: warning: '&' within '|' [-Wbitwise-op-parentheses] color = (((fc & 0xFF) * b + (bc & 0xFF) * (256 - b)) >> 8) & 0xFF |//Blue component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ~ deps/ugui/ugui.c:5375:75: note: place parentheses around the '&' expression to silence this warning color = (((fc & 0xFF) * b + (bc & 0xFF) * (256 - b)) >> 8) & 0xFF |//Blue component ^ ( ) deps/ugui/ugui.c:5376:80: warning: '&' within '|' [-Wbitwise-op-parentheses] (((fc & 0xFF00) * b + (bc & 0xFF00) * (256 - b)) >> 8) & 0xFF00|//Green component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ deps/ugui/ugui.c:5376:80: note: place parentheses around the '&' expression to silence this warning (((fc & 0xFF00) * b + (bc & 0xFF00) * (256 - b)) >> 8) & 0xFF00|//Green component ^ ( ) deps/ugui/ugui.c:5377:83: warning: '&' within '|' [-Wbitwise-op-parentheses] (((fc & 0xFF0000) * b + (bc & 0xFF0000) * (256 - b)) >> 8) & 0xFF0000; //Red component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ deps/ugui/ugui.c:5377:83: note: place parentheses around the '&' expression to silence this warning (((fc & 0xFF0000) * b + (bc & 0xFF0000) * (256 - b)) >> 8) & 0xFF0000; //Red component ^ ( ) CC ugui_tools.c CC deps/zlib/zutil.c CC beetle_psx_globals.c CC libretro_cbs.c CC deps/zlib/trees.c CC mednafen/tremor/bitwise.c CC deps/zlib/inflate.c CC mednafen/tremor/floor0.c CC mednafen/tremor/block.c mednafen/tremor/info.c:49:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if(toupper(s1[c]) != toupper(s2[c])) ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ mednafen/tremor/info.c:49:26: warning: array subscript is of type 'char' [-Wchar-subscripts] if(toupper(s1[c]) != toupper(s2[c])) ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ CC mednafen/tremor/floor1.c CC mednafen/tremor/framing.c 2 warnings generated. CC mednafen/tremor/info.c CC mednafen/tremor/mapping0.c mednafen/tremor/sharedbook.c:233:28: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] abs(b->quantlist[index]),&point); ^ mednafen/tremor/sharedbook.c:233:28: note: use function 'labs' instead abs(b->quantlist[index]),&point); ^~~ labs CC mednafen/tremor/registry.c mednafen/tremor/sharedbook.c:267:28: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] abs(b->quantlist[j*b->dim+k]),&point); ^ mednafen/tremor/sharedbook.c:267:28: note: use function 'labs' instead abs(b->quantlist[j*b->dim+k]),&point); ^~~ labs CC mednafen/tremor/codebook.c CC mednafen/tremor/res012.c CC mednafen/tremor/synthesis.c 6 warnings generated. CC deps/ugui/ugui.c 2 warnings generated. CC mednafen/tremor/sharedbook.c CC mednafen/cdrom/CDUtility.c CC mednafen/tremor/mdct.c CC mednafen/cdrom/galois.c CC mednafen/cdrom/edc_crc32.c CC mednafen/cdrom/recover-raw.c CC mednafen/tremor/window.c libretro-common/streams/file_stream.c:250:17: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*format)) *subfmtiter++ = *format++; /* width */ ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ libretro-common/streams/file_stream.c:288:16: warning: array subscript is of type 'char' [-Wchar-subscripts] else if (isspace(*format)) ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ libretro-common/streams/file_stream.c:290:17: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*bufiter)) bufiter++; ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ CXX libretro.cpp CC mednafen/cdrom/lec.c CC mednafen/md5.c CC libretro-common/streams/file_stream_transforms.c 3 warnings generated. CC libretro-common/file/file_path.c CC libretro-common/streams/file_stream.c CC mednafen/tremor/vorbisfile.c CC libretro-common/file/retro_dirent.c CC mednafen/cdrom/l-ec.c CC libretro-common/compat/fopen_utf8.c CC libretro-common/lists/dir_list.c libretro-common/compat/compat_strcasestr.c:34:21: warning: array subscript is of type 'char' [-Wchar-subscripts] int a_lower = tolower(a[i]); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ libretro-common/compat/compat_strcasestr.c:35:21: warning: array subscript is of type 'char' [-Wchar-subscripts] int b_lower = tolower(b[i]); ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ CC libretro-common/vfs/vfs_implementation.c 2 warnings generated. CC libretro-common/compat/compat_strcasestr.c CC libretro-common/compat/compat_posix_string.c CC libretro-common/compat/compat_strl.c CC libretro-common/memmap/memalign.c CC libretro-common/string/stdstring.c CC libretro-common/lists/string_list.c CC libretro-common/encodings/encoding_utf.c CC libretro-common/rthreads/rthreads.c CC libretro-common/hash/rhash.c CC deps/libkirk/ec.c CC deps/libkirk/bn.c CC deps/libkirk/kirk_engine.c CC deps/libkirk/aes.c CC deps/libkirk/amctrl.c CC pgxp/pgxp_gpu.c CC deps/libkirk/des.c CC pgxp/pgxp_gte.c CC pgxp/pgxp_mem.c CC pgxp/pgxp_main.c CC deps/libkirk/sha1.c CC pgxp/pgxp_debug.c CC deps/flac-1.3.2/src/libFLAC/bitmath.c CC deps/flac-1.3.2/src/libFLAC/crc.c CC deps/flac-1.3.2/src/libFLAC/cpu.c CC pgxp/pgxp_cpu.c CC deps/crypto/md5.c CC pgxp/pgxp_value.c CC deps/crypto/sha1.c CC deps/flac-1.3.2/src/libFLAC/fixed_intrin_sse2.c CC deps/flac-1.3.2/src/libFLAC/fixed_intrin_ssse3.c CC deps/flac-1.3.2/src/libFLAC/float.c CC deps/flac-1.3.2/src/libFLAC/lpc_intrin_sse2.c CC deps/flac-1.3.2/src/libFLAC/lpc_intrin_sse41.c CC deps/flac-1.3.2/src/libFLAC/lpc_intrin_sse.c CC deps/flac-1.3.2/src/libFLAC/lpc_intrin_avx2.c CC deps/flac-1.3.2/src/libFLAC/bitreader.c CC deps/flac-1.3.2/src/libFLAC/fixed.c CC deps/flac-1.3.2/src/libFLAC/memory.c CC deps/flac-1.3.2/src/libFLAC/format.c CC deps/lzma-16.04/C/Alloc.c CC deps/flac-1.3.2/src/libFLAC/md5.c CC deps/flac-1.3.2/src/libFLAC/lpc.c CC deps/lzma-16.04/C/Bra86.c CC deps/lzma-16.04/C/CpuArch.c CC deps/lzma-16.04/C/Bra.c CC deps/flac-1.3.2/src/libFLAC/window.c CC deps/lzma-16.04/C/Delta.c CC deps/lzma-16.04/C/BraIA64.c CC deps/lzma-16.04/C/Lzma86Dec.c CC deps/lzma-16.04/C/Lzma86Enc.c deps/lzma-16.04/C/LzmaEnc.c:1405:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] { ^ deps/lzma-16.04/C/LzmaEnc.c:1401:7: note: previous statement is here if (repIndex == 0) ^ CC deps/flac-1.3.2/src/libFLAC/metadata_iterators.c CC deps/lzma-16.04/C/LzmaLib.c CC deps/lzma-16.04/C/Sort.c CC deps/lzma-16.04/C/LzFind.c CC deps/libchdr/bitstream.c CC deps/libchdr/cdrom.c CC deps/flac-1.3.2/src/libFLAC/metadata_object.c CC deps/libchdr/flac.c CC deps/lightning/lib/jit_disasm.c CC deps/lightning/lib/jit_names.c CC deps/lightning/lib/jit_memory.c CC deps/libchdr/huffman.c CC deps/flac-1.3.2/src/libFLAC/stream_decoder.c CC deps/lzma-16.04/C/LzmaDec.c CC deps/lightning/lib/jit_note.c CC deps/lightning/lib/jit_size.c In file included from deps/lightrec/disassembler.c:26: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/disassembler.c:26: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/disassembler.c:26: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/disassembler.c:26: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ 4 warnings generated. CC deps/lightrec/disassembler.c In file included from deps/lightrec/blockcache.c:17: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/blockcache.c:17: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/blockcache.c:17: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/blockcache.c:17: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ In file included from deps/lightrec/emitter.c:20: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/emitter.c:20: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/emitter.c:20: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/emitter.c:20: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ CC deps/lightning/lib/jit_print.c In file included from deps/lightrec/interpreter.c:17: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/interpreter.c:17: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/interpreter.c:17: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/interpreter.c:17: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ In file included from deps/lightrec/lightrec.c:25: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/lightrec.c:25: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/lightrec.c:25: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/lightrec.c:25: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ 4 warnings generated. CC deps/lightrec/blockcache.c In file included from deps/lightrec/memmanager.c:16: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/memmanager.c:16: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/memmanager.c:16: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/memmanager.c:16: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ 4 warnings generated. CC deps/lightrec/memmanager.c In file included from deps/lightrec/optimizer.c:19: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/optimizer.c:19: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/optimizer.c:19: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/optimizer.c:19: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ CC deps/libchdr/chd.c In file included from deps/lightrec/reaper.c:17: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/reaper.c:17: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/reaper.c:17: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/reaper.c:17: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ 4 warnings generated. CC deps/lightrec/reaper.c 4 warnings generated. CC deps/lightrec/emitter.c 4 warnings generated. 4 warnings generated. In file included from deps/lightrec/regcache.c:17: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/regcache.c:17: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/regcache.c:17: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/regcache.c:17: In file included from ./deps/lightrec/regcache.h:18: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ CC deps/lightrec/lightrec.c In file included from deps/lightrec/recompiler.c:17: ./deps/lightrec/lightrec-private.h:43:10: warning: 'LE32TOH' macro redefined [-Wmacro-redefined] # define LE32TOH(x) (x) ^ /usr/include/sys/endian.h:185:9: note: previous definition is here #define LE32TOH(x) HTOLE32(x) ^ In file included from deps/lightrec/recompiler.c:17: ./deps/lightrec/lightrec-private.h:44:10: warning: 'HTOLE32' macro redefined [-Wmacro-redefined] # define HTOLE32(x) (x) ^ /usr/include/sys/endian.h:169:9: note: previous definition is here #define HTOLE32(x) __CAST(void, (x)) ^ In file included from deps/lightrec/recompiler.c:17: ./deps/lightrec/lightrec-private.h:45:10: warning: 'LE16TOH' macro redefined [-Wmacro-redefined] # define LE16TOH(x) (x) ^ /usr/include/sys/endian.h:184:9: note: previous definition is here #define LE16TOH(x) HTOLE16(x) ^ In file included from deps/lightrec/recompiler.c:17: ./deps/lightrec/lightrec-private.h:46:10: warning: 'HTOLE16' macro redefined [-Wmacro-redefined] # define HTOLE16(x) (x) ^ /usr/include/sys/endian.h:168:9: note: previous definition is here #define HTOLE16(x) __CAST(void, (x)) ^ CC deps/lightrec/optimizer.c 4 warnings generated. CC deps/lightrec/interpreter.c 4 warnings generated. CC deps/lightrec/recompiler.c 4 warnings generated. CC deps/lightrec/regcache.c 1 warning generated. CC deps/lzma-16.04/C/LzmaEnc.c CC deps/lightning/lib/lightning.c 1 warning generated. CXX mednafen/psx/gpu.cpp LD mednafen_psx_hw_libretro.so