===> Building for libretro-vecx-20200517 clang -pipe -Os -DGIT_VERSION=\"-pkgsrc\" -O2 -DNDEBUG -D__LIBRETRO__ -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DINLINE=inline -fomit-frame-pointer -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-uninitialized -fPIC -mmacosx-version-min=10.1 -DFRONTEND_SUPPORTS_RGB565 -arch i386 -arch x86_64 -I. -I./libretro-common/include -c -oe6809.o e6809.c clang -pipe -Os -DGIT_VERSION=\"-pkgsrc\" -O2 -DNDEBUG -D__LIBRETRO__ -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DINLINE=inline -fomit-frame-pointer -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-uninitialized -fPIC -mmacosx-version-min=10.1 -DFRONTEND_SUPPORTS_RGB565 -arch i386 -arch x86_64 -I. -I./libretro-common/include -c -oe8910.o e8910.c e8910.c:151:9: warning: comparison of array 'snd_regs' equal to a null pointer is always false [-Wtautological-pointer-compare] if (snd_regs == NULL) ^~~~~~~~ ~~~~ 1 warning generated. e8910.c:151:9: warning: comparison of array 'snd_regs' equal to a null pointer is always false [-Wtautological-pointer-compare] if (snd_regs == NULL) ^~~~~~~~ ~~~~ 1 warning generated. clang -pipe -Os -DGIT_VERSION=\"-pkgsrc\" -O2 -DNDEBUG -D__LIBRETRO__ -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DINLINE=inline -fomit-frame-pointer -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-uninitialized -fPIC -mmacosx-version-min=10.1 -DFRONTEND_SUPPORTS_RGB565 -arch i386 -arch x86_64 -I. -I./libretro-common/include -c -olibretro.o libretro.c libretro.c:342:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] int dx = abs(x1-x0), sx = x0