rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory ../source_subfolder/pixman/pixman-access.c:470:1: warning: unused variable '__dummy__a8r8g8b8' [-Wunused-const-variable] MAKE_ACCESSORS(a8r8g8b8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :86:1: note: expanded from here __dummy__a8r8g8b8 ^ ../source_subfolder/pixman/pixman-access.c:471:1: warning: unused variable '__dummy__x8r8g8b8' [-Wunused-const-variable] MAKE_ACCESSORS(x8r8g8b8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :93:1: note: expanded from here __dummy__x8r8g8b8 ^ ../source_subfolder/pixman/pixman-access.c:472:1: warning: unused variable '__dummy__a8b8g8r8' [-Wunused-const-variable] MAKE_ACCESSORS(a8b8g8r8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :100:1: note: expanded from here __dummy__a8b8g8r8 ^ ../source_subfolder/pixman/pixman-access.c:473:1: warning: unused variable '__dummy__x8b8g8r8' [-Wunused-const-variable] MAKE_ACCESSORS(x8b8g8r8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :107:1: note: expanded from here __dummy__x8b8g8r8 ^ ../source_subfolder/pixman/pixman-access.c:474:1: warning: unused variable '__dummy__x14r6g6b6' [-Wunused-const-variable] MAKE_ACCESSORS(x14r6g6b6); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :114:1: note: expanded from here __dummy__x14r6g6b6 ^ ../source_subfolder/pixman/pixman-access.c:475:1: warning: unused variable '__dummy__b8g8r8a8' [-Wunused-const-variable] MAKE_ACCESSORS(b8g8r8a8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :121:1: note: expanded from here __dummy__b8g8r8a8 ^ ../source_subfolder/pixman/pixman-access.c:476:1: warning: unused variable '__dummy__b8g8r8x8' [-Wunused-const-variable] MAKE_ACCESSORS(b8g8r8x8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :128:1: note: expanded from here __dummy__b8g8r8x8 ^ ../source_subfolder/pixman/pixman-access.c:477:1: warning: unused variable '__dummy__r8g8b8x8' [-Wunused-const-variable] MAKE_ACCESSORS(r8g8b8x8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :135:1: note: expanded from here __dummy__r8g8b8x8 ^ ../source_subfolder/pixman/pixman-access.c:478:1: warning: unused variable '__dummy__r8g8b8a8' [-Wunused-const-variable] MAKE_ACCESSORS(r8g8b8a8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :142:1: note: expanded from here __dummy__r8g8b8a8 ^ ../source_subfolder/pixman/pixman-access.c:479:1: warning: unused variable '__dummy__r8g8b8' [-Wunused-const-variable] MAKE_ACCESSORS(r8g8b8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :149:1: note: expanded from here __dummy__r8g8b8 ^ ../source_subfolder/pixman/pixman-access.c:480:1: warning: unused variable '__dummy__b8g8r8' [-Wunused-const-variable] MAKE_ACCESSORS(b8g8r8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :156:1: note: expanded from here __dummy__b8g8r8 ^ ../source_subfolder/pixman/pixman-access.c:481:1: warning: unused variable '__dummy__r5g6b5' [-Wunused-const-variable] MAKE_ACCESSORS(r5g6b5); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :163:1: note: expanded from here __dummy__r5g6b5 ^ ../source_subfolder/pixman/pixman-access.c:482:1: warning: unused variable '__dummy__b5g6r5' [-Wunused-const-variable] MAKE_ACCESSORS(b5g6r5); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :170:1: note: expanded from here __dummy__b5g6r5 ^ ../source_subfolder/pixman/pixman-bits-image.c:1184:39: warning: incompatible pointer types passing 'const float (int, int)' to parameter of type 'dither_factor_t' (aka 'float (*)(int, int)') [-Wincompatible-pointer-types] buffer = dither_apply_ordered (iter, dither_factor_blue_noise_64); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/pixman/pixman-bits-image.c:1130:60: note: passing argument to parameter 'factor' here dither_apply_ordered (pixman_iter_t *iter, dither_factor_t factor) ^ ../source_subfolder/pixman/pixman-bits-image.c:1189:39: warning: incompatible pointer types passing 'const float (int, int)' to parameter of type 'dither_factor_t' (aka 'float (*)(int, int)') [-Wincompatible-pointer-types] buffer = dither_apply_ordered (iter, dither_factor_bayer_8); ^~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/pixman/pixman-bits-image.c:1130:60: note: passing argument to parameter 'factor' here dither_apply_ordered (pixman_iter_t *iter, dither_factor_t factor) ^ ../source_subfolder/pixman/pixman-access.c:483:1: warning: unused variable '__dummy__a1r5g5b5' [-Wunused-const-variable] MAKE_ACCESSORS(a1r5g5b5); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :177:1: note: expanded from here __dummy__a1r5g5b5 ^ ../source_subfolder/pixman/pixman-access.c:484:1: warning: unused variable '__dummy__x1r5g5b5' [-Wunused-const-variable] MAKE_ACCESSORS(x1r5g5b5); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :184:1: note: expanded from here __dummy__x1r5g5b5 ^ ../source_subfolder/pixman/pixman-access.c:485:1: warning: unused variable '__dummy__a1b5g5r5' [-Wunused-const-variable] MAKE_ACCESSORS(a1b5g5r5); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :4:1: note: expanded from here __dummy__a1b5g5r5 ^ ../source_subfolder/pixman/pixman-access.c:486:1: warning: unused variable '__dummy__x1b5g5r5' [-Wunused-const-variable] MAKE_ACCESSORS(x1b5g5r5); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :11:1: note: expanded from here __dummy__x1b5g5r5 ^ ../source_subfolder/pixman/pixman-access.c:487:1: warning: unused variable '__dummy__a4r4g4b4' [-Wunused-const-variable] MAKE_ACCESSORS(a4r4g4b4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :18:1: note: expanded from here __dummy__a4r4g4b4 ^ ../source_subfolder/pixman/pixman-access.c:488:1: warning: unused variable '__dummy__x4r4g4b4' [-Wunused-const-variable] MAKE_ACCESSORS(x4r4g4b4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :25:1: note: expanded from here __dummy__x4r4g4b4 ^ ../source_subfolder/pixman/pixman-access.c:489:1: warning: unused variable '__dummy__a4b4g4r4' [-Wunused-const-variable] MAKE_ACCESSORS(a4b4g4r4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :32:1: note: expanded from here __dummy__a4b4g4r4 ^ ../source_subfolder/pixman/pixman-access.c:490:1: warning: unused variable '__dummy__x4b4g4r4' [-Wunused-const-variable] MAKE_ACCESSORS(x4b4g4r4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :39:1: note: expanded from here __dummy__x4b4g4r4 ^ ../source_subfolder/pixman/pixman-access.c:491:1: warning: unused variable '__dummy__a8' [-Wunused-const-variable] MAKE_ACCESSORS(a8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :46:1: note: expanded from here __dummy__a8 ^ ../source_subfolder/pixman/pixman-access.c:492:1: warning: unused variable '__dummy__c8' [-Wunused-const-variable] MAKE_ACCESSORS(c8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :53:1: note: expanded from here __dummy__c8 ^ ../source_subfolder/pixman/pixman-access.c:493:1: warning: unused variable '__dummy__g8' [-Wunused-const-variable] MAKE_ACCESSORS(g8); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :60:1: note: expanded from here __dummy__g8 ^ ../source_subfolder/pixman/pixman-access.c:494:1: warning: unused variable '__dummy__r3g3b2' [-Wunused-const-variable] MAKE_ACCESSORS(r3g3b2); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :67:1: note: expanded from here __dummy__r3g3b2 ^ ../source_subfolder/pixman/pixman-access.c:495:1: warning: unused variable '__dummy__b2g3r3' [-Wunused-const-variable] MAKE_ACCESSORS(b2g3r3); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :74:1: note: expanded from here __dummy__b2g3r3 ^ ../source_subfolder/pixman/pixman-access.c:496:1: warning: unused variable '__dummy__a2r2g2b2' [-Wunused-const-variable] MAKE_ACCESSORS(a2r2g2b2); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :81:1: note: expanded from here __dummy__a2r2g2b2 ^ ../source_subfolder/pixman/pixman-access.c:497:1: warning: unused variable '__dummy__a2b2g2r2' [-Wunused-const-variable] MAKE_ACCESSORS(a2b2g2r2); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :88:1: note: expanded from here __dummy__a2b2g2r2 ^ ../source_subfolder/pixman/pixman-access.c:498:1: warning: unused variable '__dummy__x4a4' [-Wunused-const-variable] MAKE_ACCESSORS(x4a4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :95:1: note: expanded from here __dummy__x4a4 ^ ../source_subfolder/pixman/pixman-access.c:499:1: warning: unused variable '__dummy__a4' [-Wunused-const-variable] MAKE_ACCESSORS(a4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :102:1: note: expanded from here __dummy__a4 ^ ../source_subfolder/pixman/pixman-access.c:500:1: warning: unused variable '__dummy__g4' [-Wunused-const-variable] MAKE_ACCESSORS(g4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :109:1: note: expanded from here __dummy__g4 ^ ../source_subfolder/pixman/pixman-access.c:501:1: warning: unused variable '__dummy__c4' [-Wunused-const-variable] MAKE_ACCESSORS(c4); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :116:1: note: expanded from here __dummy__c4 ^ ../source_subfolder/pixman/pixman-access.c:502:1: warning: unused variable '__dummy__r1g2b1' [-Wunused-const-variable] MAKE_ACCESSORS(r1g2b1); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :123:1: note: expanded from here __dummy__r1g2b1 ^ ../source_subfolder/pixman/pixman-access.c:503:1: warning: unused variable '__dummy__b1g2r1' [-Wunused-const-variable] MAKE_ACCESSORS(b1g2r1); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :130:1: note: expanded from here __dummy__b1g2r1 ^ ../source_subfolder/pixman/pixman-access.c:504:1: warning: unused variable '__dummy__a1r1g1b1' [-Wunused-const-variable] MAKE_ACCESSORS(a1r1g1b1); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :137:1: note: expanded from here __dummy__a1r1g1b1 ^ ../source_subfolder/pixman/pixman-access.c:505:1: warning: unused variable '__dummy__a1b1g1r1' [-Wunused-const-variable] MAKE_ACCESSORS(a1b1g1r1); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :144:1: note: expanded from here __dummy__a1b1g1r1 ^ ../source_subfolder/pixman/pixman-access.c:506:1: warning: unused variable '__dummy__a1' [-Wunused-const-variable] MAKE_ACCESSORS(a1); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :151:1: note: expanded from here __dummy__a1 ^ ../source_subfolder/pixman/pixman-access.c:507:1: warning: unused variable '__dummy__g1' [-Wunused-const-variable] MAKE_ACCESSORS(g1); ^ ../source_subfolder/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS' static const void *const __dummy__ ## format ^ :158:1: note: expanded from here __dummy__g1 ^ ../source_subfolder/pixman/pixman-x86.c:83:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if _PIXMAN_X86_64 || defined (_MSC_VER) ^ ../source_subfolder/pixman/pixman-x86.c:78:6: note: expanded from macro '_PIXMAN_X86_64' (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)) ^ ../source_subfolder/pixman/pixman-x86.c:83:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ../source_subfolder/pixman/pixman-x86.c:78:28: note: expanded from macro '_PIXMAN_X86_64' (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)) ^ ../source_subfolder/pixman/pixman-x86.c:83:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ../source_subfolder/pixman/pixman-x86.c:78:51: note: expanded from macro '_PIXMAN_X86_64' (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)) ^ ../source_subfolder/pixman/pixman-x86.c:118:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if _PIXMAN_X86_64 ^ ../source_subfolder/pixman/pixman-x86.c:78:6: note: expanded from macro '_PIXMAN_X86_64' (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)) ^ ../source_subfolder/pixman/pixman-x86.c:118:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ../source_subfolder/pixman/pixman-x86.c:78:28: note: expanded from macro '_PIXMAN_X86_64' (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)) ^ ../source_subfolder/pixman/pixman-x86.c:118:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] ../source_subfolder/pixman/pixman-x86.c:78:51: note: expanded from macro '_PIXMAN_X86_64' (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)) ^ 6 warnings generated. 2 warnings generated. ../source_subfolder/pixman/pixman-implementation.c:124:38: warning: result of comparison of constant 64 with expression of type 'const pixman_op_t' is always false [-Wtautological-constant-out-of-range-compare] if ((info->op == op || info->op == PIXMAN_OP_any) && ~~~~~~~~ ^ ~~~~~~~~~~~~~ 1 warning generated. ../source_subfolder/pixman/pixman-sse2.c:380:1: warning: unused function 'save_128_write_combining' [-Wunused-function] save_128_write_combining (__m128i* dst, ^ ../source_subfolder/pixman/pixman-sse2.c:396:1: warning: unused function 'save_128_unaligned' [-Wunused-function] save_128_unaligned (__m128i* dst, ^ 38 warnings generated. 2 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY