Snippets for afdko 5.0.1 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/g3mjzzfw6d4q13jcbjwzy6kdv5rnvr3h-python3.14-afdko-5.0.1.drv.
-
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/absfont/absfont_dump.cpp:476:86: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 476 | if ((fabs(value - roundf(value)) < TX_EPSILON) && (value > LONG_MIN) && (value < LONG_MAX)) | ~ ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/sfntread.cpp:92:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct sfrCtx_' [-Wnontrivial-memcall] 92 | memset(h, 0, sizeof(*h)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/cffwrite/cffwrite.cpp:2241:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct cfwCtx_' [-Wnontrivial-memcall] 2241 | memset(g, 0, sizeof(*g)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/cffwrite/cffwrite_varstore.cpp:40:10: warning: 'w' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 40 | void w(size_t count, char *data) { assert(false); } | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/cffread_abs.cpp:256:16: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'cfrFDInfo' [-Wnontrivial-memcall] 256 | memset(info, 0, sizeof(*info)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/cffread_abs.cpp:277:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct cfrCtx_' [-Wnontrivial-memcall] 277 | memset(h, 0, sizeof(*h)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/svgwrite.cpp:187:86: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 187 | if ((fabs(value - roundf(value)) < TX_EPSILON) && (value > LONG_MIN) && (value < LONG_MAX)) | ~ ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/t1read.cpp:465:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct t1rCtx_' [-Wnontrivial-memcall] 465 | memset(h, 0, sizeof(struct t1rCtx_)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/ufowrite.cpp:214:83: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 214 | if ((fabs(value - roundf(value)) < TX_EPSILON) && value > LONG_MIN && value < LONG_MAX) | ~ ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/ufowrite.cpp:637:38: warning: floating-point comparison is always true; constant cannot be represented exactly in type 'float' [-Wliteral-range] 637 | if (privateDict->ExpansionFactor != cff_DFLT_ExpansionFactor) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/uforead.cpp:477:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct ufoCtx_' [-Wnontrivial-memcall] 477 | memset(h, 0, sizeof(*h)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/tx_shared.cpp:7230:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct txCtx_' [-Wnontrivial-memcall] 7230 | memset(&h, 0, sizeof(struct txCtx_)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/shared/varsupport.cpp:1500:29: warning: expression result unused [-Wunused-value] 1500 | for (i = 0; i < 4; i++) (int16_t)sscb->read2(sscb); | ^ ~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/addfeatures/hotconv/GPOS.h:464:25: warning: 'objName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 464 | virtual const char *objName() { return "GPOS"; } | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/addfeatures/hotconv/GSUB.h:294:25: warning: 'objName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 294 | virtual const char *objName() { return "GSUB"; } | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/addfeatures/hotconv/FeatCtx.cpp:494:16: warning: returning reference to local temporary object [-Wreturn-stack-address] 494 | return GPat::ClassRec {}; | ^~~~~~~~~~~~~~~~~ -
/nix/store/kgsj106kmqmp2kk2m2vxrjkfaggvb66p-libcxx-21.1.6+apple-sdk-26.5/include/c++/v1/__memory/unique_ptr.h:77:5: warning: delete called on 'GDEF::LigCaretTable::LigGlyphEntry::CaretTable' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] 77 | delete __ptr; | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/addfeatures/hotconv/hot.cpp:918:9: warning: 'E_' macro redefined [-Wmacro-redefined] 918 | #define E_ (1 << 0) /* Report syntax error */ | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/addfeatures/hotconv/hot.cpp:922:9: warning: 'Q_' macro redefined [-Wmacro-redefined] 922 | #define Q_ (1 << 4) /* Quit on end-of-string */ | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/detype1/detype1.c:193:38: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 193 | i += fprintf(fp, " %ld", n); | ~~~ ^ | %d -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:166:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 166 | STRCPY_S(fil1, sizeof(fil1), filename1); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:167:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 167 | STRCAT_S(fil1, sizeof(fil1), "/"); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:168:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 168 | STRCAT_S(fil1, sizeof(fil1), SimpleNameList[nn]); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:170:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 170 | STRCPY_S(fil2, sizeof(fil2), filename2); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:171:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 171 | STRCAT_S(fil2, sizeof(fil2), "/"); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:172:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 172 | STRCAT_S(fil2, sizeof(fil2), SimpleNameList[nn]); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:174:27: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 174 | sdFileOpen(1, fil1); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:175:27: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 175 | sdFileOpen(2, fil2); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:179:65: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 179 | printf("< %s\t%s\n", fil1, fileModTimeString(1, fil1)); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:180:65: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 180 | printf("> %s\t%s\n", fil2, fileModTimeString(2, fil2)); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:187:63: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 187 | supported = isSupportedFontFormat(sdFileSniff(1), fil1); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:188:64: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 188 | supported2 = isSupportedFontFormat(sdFileSniff(2), fil2); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:206:18: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 206 | STRCPY_S(fil2, sizeof(fil2), filename2); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:207:18: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 207 | STRCAT_S(fil2, sizeof(fil2), "/"); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:208:11: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 208 | c = strrchr(filename1, '/'); | ^ ~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:210:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 210 | STRCAT_S(fil2, sizeof(fil2), filename1); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:212:22: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 212 | STRCAT_S(fil2, sizeof(fil2), ++c); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:212:42: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 212 | STRCAT_S(fil2, sizeof(fil2), ++c); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:215:23: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 215 | sdFileOpen(2, fil2); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:219:61: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 219 | printf("> %s\t%s\n", fil2, fileModTimeString(2, fil2)); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dmain.c:227:60: warning: passing 'int8_t[1024]' (aka 'signed char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 227 | supported2 = isSupportedFontFormat(sdFileSniff(2), fil2); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:289:14: warning: passing 'int8_t[100]' (aka 'signed char[100]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 289 | STRCPY_S(arg, sizeof(arg), actualarg); // otherwise "actualarg" (argv[*]) gets trounced | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:291:23: warning: passing 'int8_t[100]' (aka 'signed char[100]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 291 | for (p = STRTOK_R(arg, ",", &stsave); p != NULL; p = STRTOK_R(NULL, ",", &stsave)) { | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:291:12: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 291 | for (p = STRTOK_R(arg, ",", &stsave); p != NULL; p = STRTOK_R(NULL, ",", &stsave)) { | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:291:56: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 291 | for (p = STRTOK_R(arg, ",", &stsave); p != NULL; p = STRTOK_R(NULL, ",", &stsave)) { | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:294:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 294 | if (sscanf(p, "%4[^\n]", tag) != 1 || strlen(tag) != 4) { | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:294:54: warning: passing 'int8_t[5]' (aka 'signed char[5]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 294 | if (sscanf(p, "%4[^\n]", tag) != 1 || strlen(tag) != 4) { | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:314:14: warning: passing 'int8_t[100]' (aka 'signed char[100]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 314 | STRCPY_S(arg, sizeof(arg), actualarg); // otherwise "actualarg" (argv[*]) gets trounced | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:316:23: warning: passing 'int8_t[100]' (aka 'signed char[100]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 316 | for (p = STRTOK_R(arg, ",", &stsave); p != NULL; p = STRTOK_R(NULL, ",", &stsave)) { | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:316:12: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 316 | for (p = STRTOK_R(arg, ",", &stsave); p != NULL; p = STRTOK_R(NULL, ",", &stsave)) { | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:316:56: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 316 | for (p = STRTOK_R(arg, ",", &stsave); p != NULL; p = STRTOK_R(NULL, ",", &stsave)) { | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:319:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 319 | if (sscanf(p, "%4[^\n]", tag) != 1 || strlen(tag) != 4) { | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:319:54: warning: passing 'int8_t[5]' (aka 'signed char[5]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 319 | if (sscanf(p, "%4[^\n]", tag) != 1 || strlen(tag) != 4) { | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:466:54: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 466 | printf("### [%c%c%c%c] (%08lx)\n", TAG_ARG(tag), start); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/sfntdiff/Dsfnt.c:847:18: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 847 | dump.arg = argv[argi++]; | ^ ~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BASE.c:504:52: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 504 | DL(1, (OUTPUTBUFF, "### [BASE] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BASE.c:510:50: warning: passing 'char[6]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 510 | dumpAxis(BASE->HorizAxis, &BASE->_HorizAxis, "horiz", level); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BASE.c:511:48: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 511 | dumpAxis(BASE->VertAxis, &BASE->_VertAxis, "vert", level); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BBOX.c:55:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 55 | DL(1, (OUTPUTBUFF, "### [BBOX] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:22:5: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 22 | IN_BYTES(length, new); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:35:9: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 35 | IN_BYTES(length, subr); | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:114:5: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 114 | IN_BYTES(size, BLND->masterNames); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:155:5: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 155 | IN_BYTES(size, BLND->instanceNames); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:216:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 216 | DL(1, (OUTPUTBUFF, "### [BLND] (%08lx)\n", offset)); | ~~~~~ ^~~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:292:19: warning: passing 'char[8]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 292 | dumpCoord("coord =", instance->coord, level); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:312:22: warning: passing 'char[8]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 312 | dumpD2WVSubr("CDVSubr", BLND->d2wv.CDVSubr, BLND->d2wv.CDVLength, level); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/BLND.c:313:22: warning: passing 'char[8]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 313 | dumpD2WVSubr("NDVSubr", BLND->d2wv.NDVSubr, BLND->d2wv.NDVLength, level); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CID_.c:32:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 32 | DL(1, (OUTPUTBUFF, "### [CID ] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/addfeatures/hotconv/GPOS.cpp:1002:12: warning: reference to stack memory associated with local variable 'cr' returned [-Wreturn-stack-address] 1002 | return cr; | ^~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/EBLC.c:108:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 108 | DL(1, (OUTPUTBUFF, "### [EBLC] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/ENCO.c:132:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 132 | DL(1, (OUTPUTBUFF, "### [ENCO] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/fdsc.c:38:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 38 | DL(1, (OUTPUTBUFF, "### [fdsc] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/feat.c:58:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 58 | DL(1, (OUTPUTBUFF, "### [feat] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:273:5: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 273 | IN_BYTES(length, CFFbuffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:329:42: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 329 | 1, 1, "CFF_"); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:331:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 331 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:340:16: warning: passing 'char[326]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 340 | "/box{\n" | ^~~~~~~~~ 341 | "newpath\n" | ~~~~~~~~~~~ 342 | "-5 -5 moveto 5 -5 lineto 5 5 lineto -5 5 lineto closepath\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 343 | "gsave 2 setlinewidth stroke grestore 0 setgray fill\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 344 | "0 -5 moveto 5 -5 lineto 5 5 lineto 0 5 lineto closepath\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 345 | "1 setgray fill\n" | ~~~~~~~~~~~~~~~~~~ 346 | "}bind def\n" | ~~~~~~~~~~~~~ 347 | "/circle{\n" | ~~~~~~~~~~~~ 348 | "newpath\n" | ~~~~~~~~~~~ 349 | "0 0 7 0 360 arc 1 setlinewidth stroke\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 350 | "0 0 moveto 0 0 7 135 225 arc 0 0 moveto 0 setgray fill\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | "}bind def\n"); | ~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:359:12: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 359 | nowstr = spotOurtime(); | ^ ~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:362:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 362 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:369:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 369 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:378:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 378 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:387:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 387 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:410:12: warning: returning 'char[64]' from a function with result type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 410 | return date; | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:436:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 436 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:447:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 447 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:470:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 470 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:476:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 476 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:484:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 484 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:493:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 493 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:499:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 499 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:507:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 507 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:530:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 530 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:544:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 544 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:574:20: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 574 | psname = (char *)sMemNew(strlen(infilename) + 1 - loc); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:575:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 575 | strcpy(psname, infilename + loc + 1); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:579:16: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 579 | psname = (char *)sMemNew(8); | ^ ~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:580:16: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 580 | strcpy(psname, "Unknown"); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:583:21: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 583 | length = strlen(psname); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:584:10: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 584 | str2 = (char *)sMemNew(length + 1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:588:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 588 | strcpy(str2, psname + i + 1); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:588:26: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 588 | strcpy(str2, psname + i + 1); | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:595:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 595 | snprintf(workstr, WORKSTR_BUF_SIZE, "/Helvetica-Narrow findfont %d scalefont setfont\n", 10); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:599:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 599 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:609:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 609 | snprintf(workstr, WORKSTR_BUF_SIZE, "/Helvetica-Narrow findfont %d scalefont setfont\n", TEXT_SIZE); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:656:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 656 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:667:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 667 | snprintf(workstr, WORKSTR_BUF_SIZE, "0 %g rmoveto\n", y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:671:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 671 | snprintf(workstr, WORKSTR_BUF_SIZE, "(%.0f %.0f) stringwidth pop neg %g rmoveto\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:677:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 677 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:693:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 693 | snprintf(workstr, WORKSTR_BUF_SIZE, "[%g %g %g %g %g %g] concat\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:703:33: warning: passing 'char[7]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 703 | proofPSOUT(cffproofctx, "gsave\n"); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:705:33: warning: passing 'char[16]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 705 | proofPSOUT(cffproofctx, "arrow grestore\n"); | ^~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:711:33: warning: passing 'char[7]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 711 | proofPSOUT(cffproofctx, "gsave\n"); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:713:33: warning: passing 'char[17]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 713 | proofPSOUT(cffproofctx, "circle grestore\n"); | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:721:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 721 | snprintf(workstr, WORKSTR_BUF_SIZE, "%d %d cntlpt\n", x, y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:731:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 731 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:747:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 747 | snprintf(workstr, WORKSTR_BUF_SIZE, "[%g %g] 0 setdash\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:752:29: warning: passing 'char[34]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 752 | proofPSOUT(cffproofctx, "0 setlinewidth\n stroke\n grestore\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:769:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 769 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:831:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 831 | snprintf(workstr, WORKSTR_BUF_SIZE, "0 setlinewidth %s\n", fill ? "fill" : "stroke"); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:843:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 843 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:855:29: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 855 | proofPSOUT(cffproofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:865:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 865 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:876:29: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 876 | proofPSOUT(cffproofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:887:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 887 | snprintf(workstr, WORKSTR_BUF_SIZE, "%% SINGLE PLOT OF: %s\n", name); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:919:21: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 919 | if (!strcmp(name, syntheticGlyphs[i])) return 1; | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:926:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 926 | return (strcmp(name, "H") == 0); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:931:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 931 | return (strcmp(name, "zero") == 0); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:948:17: warning: passing 'int8_t[5]' (aka 'signed char[5]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 948 | sprintf(t, "%c%c%c%c", TAG_ARG(opt_tag)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:952:16: warning: passing 'int8_t[5]' (aka 'signed char[5]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 952 | strcpy(t, "CFF_"); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:980:44: warning: passing 'char[24]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 980 | "Glyph Complement Report", | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1069:24: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[2]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1069 | synopsis.title = " "; | ^ ~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1075:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1075 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1082:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1082 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1091:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1091 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g moveto\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1097:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1097 | snprintf(workstr, WORKSTR_BUF_SIZE, "(%hu) show\n", glyphId); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1101:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1101 | snprintf(workstr, WORKSTR_BUF_SIZE, "(%s/%hu) show\n", code, glyphId); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1108:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1108 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g moveto (%s) show\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1118:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1118 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1133:29: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1133 | proofPSOUT(cffproofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1323:49: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1323 | list[i].name = (int8_t *)sMemNew(strlen(name) + 1); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1323:22: warning: assigning to 'char *' from 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1323 | list[i].name = (int8_t *)sMemNew(strlen(name) + 1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1324:30: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1324 | strcpy(list[i].name, name); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1348:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 1348 | DL(1, (OUTPUTBUFF, "### [CFF_] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1389:30: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1389 | CFF_SynopsisInit("CFF_", CFF__); /* creates cffproofctx */ | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1394:44: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1394 | "CFF_ (Glyph shapes)", | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1397:50: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1397 | 0, 1, "CFF_"); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1400:30: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1400 | CFF_SynopsisInit("CFF_", CFF__); /* creates cffproofctx */ | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1641:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1641 | sprintf(cidname, "\\\\%02hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1643:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1643 | sprintf(cidname, "\\%hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1646:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1646 | sprintf(cidname, "\\\\%03hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1648:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1648 | sprintf(cidname, "\\%hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1651:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1651 | sprintf(cidname, "\\\\%04hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1653:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1653 | sprintf(cidname, "\\%hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1656:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1656 | sprintf(cidname, "\\\\%05hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1658:29: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1658 | sprintf(cidname, "\\%hu", cffgi->id); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1660:30: warning: passing 'int8_t[16]' (aka 'signed char[16]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1660 | *length = strlen(cidname); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1666:20: warning: returning 'char *' from a function with result type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1666 | return namptr; | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/CFF_.c:1670:20: warning: returning 'char *' from a function with result type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1670 | return namptr; | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:180:5: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 180 | IN_BYTES(1, &bval); | ^~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:183:5: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 183 | IN_BYTES(1, &bval); | ^~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:186:5: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 186 | IN_BYTES(1, &bval); | ^~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:342:25: warning: passing 'int8_t[10]' (aka 'signed char[10]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 342 | sprintf(str, "%0*X", precision, code); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:344:25: warning: passing 'int8_t[10]' (aka 'signed char[10]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 344 | sprintf(str, "%u", code); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:355:41: warning: passing 'int8_t[10]' (aka 'signed char[10]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 355 | NULL, yorig, str); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:379:22: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[2]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 379 | name = "-"; | ^ ~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:395:25: warning: passing 'int8_t[20]' (aka 'signed char[20]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 395 | sprintf(str, "UVS: %04X %04X", uv, uvs); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:397:25: warning: passing 'int8_t[20]' (aka 'signed char[20]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 397 | sprintf(str, "UVS: %u %u", uv, uvs); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:408:41: warning: passing 'int8_t[20]' (aka 'signed char[20]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 408 | NULL, yorig, str); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:604:49: warning: passing 'char[1]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 604 | "", | ^~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:609:25: warning: passing 'int8_t[135]' (aka 'signed char[135]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 609 | sprintf(title, "cmap:subtable index %d,%s,%s,%s", i, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:848:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 848 | DL(1, (OUTPUTBUFF, "### [cmap] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/cmap.c:1090:43: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1090 | *length = (name == NULL) ? 0 : strlen(name); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/gasp.c:36:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 36 | DL(1, (OUTPUTBUFF, "### [gasp] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/gasp.c:50:19: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 50 | p = "[GRIDFIT]"; | ^ ~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/gasp.c:53:19: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 53 | p = "[DOGRAY]"; | ^ ~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/gasp.c:56:19: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[17]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 56 | p = "[DOGRAY|GRIDFIT]"; | ^ ~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/gasp.c:59:19: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[1]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 59 | p = ""; | ^ ~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/fvar.c:68:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 68 | DL(1, (OUTPUTBUFF, "### [fvar] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/FNAM.c:59:13: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 59 | IN_BYTES(record_length, client->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/FNAM.c:69:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 69 | DL(1, (OUTPUTBUFF, "### [FNAM] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:46:19: warning: passing 'const int8_t *' (aka 'const signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 46 | svLog(sFATAL, spotMsg(msgfmtID), ap); | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:59:18: warning: passing 'const int8_t *' (aka 'const signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 59 | svLog(sINFO, spotMsg(msgfmtID), ap); | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:69:21: warning: passing 'const int8_t *' (aka 'const signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 69 | svLog(sWARNING, spotMsg(msgfmtID), ap); | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:78:21: warning: passing 'const int8_t *' (aka 'const signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 78 | svLog(sWARNING, spotMsg(msgfmtID), ap); | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:91:18: warning: passing 'const int8_t *' (aka 'const signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 91 | svLog(sINFO, spotMsg(msgfmtID), ap); | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:107:21: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 107 | for (p = strtok(list, ","); p != NULL; p = strtok(NULL, ",")) { | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:107:12: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 107 | for (p = strtok(list, ","); p != NULL; p = strtok(NULL, ",")) { | ^ ~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:107:46: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 107 | for (p = strtok(list, ","); p != NULL; p = strtok(NULL, ",")) { | ^ ~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:111:20: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 111 | if (sscanf(p, "%d-%d", &one, &two) == 2) | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:113:25: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 113 | else if (sscanf(p, "%d", &one) == 1) | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:241:17: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 241 | sprintf(name, "undefined"); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:252:21: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 252 | sprintf(name, "@%hu", glyphId); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:274:21: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 274 | sprintf(name, "%hu", glyphId); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:276:21: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 276 | sprintf(name, "%hu@%hu", glyphId, glyphId); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:280:25: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 280 | sprintf(name, "%.*s@%hu", (length > (NAME_LEN - 6)) ? (NAME_LEN - 6) : length, p, glyphId); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:282:25: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 282 | sprintf(name, "%.*s", (length > NAME_LEN) ? NAME_LEN : length, p); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:287:21: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 287 | sprintf(name, "%.*s", (length > NAME_LEN) ? NAME_LEN : length, p); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:291:29: warning: passing 'int8_t[135]' (aka 'signed char[135]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 291 | sprintf(nicename, "%c%.*s", INDICATOR_MARKER, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:294:29: warning: passing 'int8_t[135]' (aka 'signed char[135]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 294 | sprintf(nicename, "%.*s", | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:300:27: warning: initializing 'char *' with an expression of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 300 | char *p = &nicename[newlen]; | ^ ~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:307:29: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 307 | sprintf(name, "%.*s@%hu", (length > (NAME_LEN - 6)) ? (NAME_LEN - 6) : length, p, glyphId); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/spot_global.c:309:29: warning: passing 'int8_t[129]' (aka 'signed char[129]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 309 | sprintf(name, "%.*s", (length > NAME_LEN) ? NAME_LEN : length, p); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:31:5: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 31 | IN_BYTES(length, new); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:76:5: warning: passing 'uint8_t[5]' (aka 'unsigned char[5]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 76 | IN_BYTES(5, GLOB->winFileNamePrefix); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:110:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 110 | DL(1, (OUTPUTBUFF, "### [GLOB] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:120:15: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 120 | FixedDump("italicAngle =", GLOB->italicAngle, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:122:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 122 | hybridDump("bboxLeft =", GLOB->bboxLeft, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:123:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 123 | hybridDump("bboxBottom =", GLOB->bboxBottom, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:124:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 124 | hybridDump("bboxRight =", GLOB->bboxRight, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:125:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 125 | hybridDump("bboxTop =", GLOB->bboxTop, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:126:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 126 | hybridDump("capHeight =", GLOB->capHeight, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:127:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 127 | hybridDump("xHeight =", GLOB->xHeight, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:128:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 128 | hybridDump("underlinePosition =", GLOB->underlinePosition, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:129:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 129 | hybridDump("underlineThickness=", GLOB->underlineThickness, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:130:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 130 | hybridDump("dominantV =", GLOB->dominantV, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:132:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 132 | hybridDump("avgWidth =", GLOB->avgWidth, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GLOB.c:133:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 133 | hybridDump("maxWidth =", GLOB->maxWidth, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GDEF.c:221:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 221 | strcpy(name, getGlyphName(glyphId, 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GDEF.c:272:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 272 | strcpy(name, getGlyphName(glyphId, 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/GDEF.c:367:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 367 | DL(1, (OUTPUTBUFF, "### [GDEF] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/hdmx.c:53:50: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 53 | DL(1, (OUTPUTBUFF, "### [hdmx->] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/head.c:33:5: warning: passing 'longDateTime' (aka 'unsigned char[8]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 33 | IN_BYTES(sizeof(head->created), head->created); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/head.c:34:5: warning: passing 'longDateTime' (aka 'unsigned char[8]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 34 | IN_BYTES(sizeof(head->modified), head->modified); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/head.c:157:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 157 | DL(1, (OUTPUTBUFF, "### [head] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:56:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 56 | DL(1, (OUTPUTBUFF, "### [HFMX] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:60:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 60 | hybridDump("Ascent =", HFMX->Ascent, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:61:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 61 | hybridDump("Descent =", HFMX->Descent, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:62:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 62 | hybridDump("LineGap =", HFMX->LineGap, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:63:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 63 | hybridDump("CaretSlopeRise =", HFMX->CaretSlopeRise, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:64:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 64 | hybridDump("CaretSlopeRun =", HFMX->CaretSlopeRun, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/HFMX.c:65:16: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 65 | hybridDump("CaretOffset =", HFMX->CaretOffset, level); | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/hhea.c:42:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 42 | DL(1, (OUTPUTBUFF, "### [hhea] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:121:5: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 121 | IN_BYTES(simple->instructionLength, simple->instructions); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:260:9: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 260 | IN_BYTES(component->instructionLength, component->instructions); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:492:39: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 492 | 1, 1, "glyf"); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:495:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 495 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:503:16: warning: passing 'char[326]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 503 | "/box{\n" | ^~~~~~~~~ 504 | "newpath\n" | ~~~~~~~~~~~ 505 | "-5 -5 moveto 5 -5 lineto 5 5 lineto -5 5 lineto closepath\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 506 | "gsave 2 setlinewidth stroke grestore 0 setgray fill\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 507 | "0 -5 moveto 5 -5 lineto 5 5 lineto 0 5 lineto closepath\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 508 | "1 setgray fill\n" | ~~~~~~~~~~~~~~~~~~ 509 | "}bind def\n" | ~~~~~~~~~~~~~ 510 | "/circle{\n" | ~~~~~~~~~~~~ 511 | "newpath\n" | ~~~~~~~~~~~ 512 | "0 0 7 0 360 arc 1 setlinewidth stroke\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 513 | "0 0 moveto 0 0 7 135 225 arc 0 0 moveto 0 setgray fill\n" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 514 | "}bind def\n"); | ~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:561:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 561 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:572:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 572 | snprintf(workstr, WORKSTR_BUF_SIZE, "0 %g rmoveto\n", y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:576:22: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 576 | snprintf(workstr, WORKSTR_BUF_SIZE, "(%.0f %.0f) stringwidth pop neg %g rmoveto\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:582:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 582 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:598:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 598 | snprintf(workstr, WORKSTR_BUF_SIZE, "[%g %g %g %g %g %g] concat\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:608:30: warning: passing 'char[7]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 608 | proofPSOUT(proofctx, "gsave\n"); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:610:30: warning: passing 'char[16]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 610 | proofPSOUT(proofctx, "arrow grestore\n"); | ^~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:628:30: warning: passing 'char[7]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 628 | proofPSOUT(proofctx, "gsave\n"); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:630:30: warning: passing 'char[17]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 630 | proofPSOUT(proofctx, "circle grestore\n"); | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:638:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 638 | snprintf(workstr, WORKSTR_BUF_SIZE, "%d %d cntlpt\n", p->x, p->y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:671:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 671 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:702:30: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 702 | snprintf(workstr, WORKSTR_BUF_SIZE, "%d %d moveto\n", p1.x, p1.y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:719:34: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 719 | snprintf(workstr, WORKSTR_BUF_SIZE, "%d %d moveto\n", p1.x, p1.y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:723:34: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 723 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:754:38: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 754 | snprintf(workstr, WORKSTR_BUF_SIZE, "%d %d lineto\n", p1.x, p1.y); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:759:38: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 759 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g ", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:768:38: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 768 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g %d %d curveto\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:778:38: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 778 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g %g %g curveto\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:785:42: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 785 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g ", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:798:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 798 | snprintf(workstr, WORKSTR_BUF_SIZE, "0 setlinewidth %s\n", fill ? "fill" : "stroke"); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:917:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 917 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:933:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 933 | snprintf(workstr, WORKSTR_BUF_SIZE, "[%g %g] 0 setdash\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:938:26: warning: passing 'char[34]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 938 | proofPSOUT(proofctx, "0 setlinewidth\n stroke\n grestore\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:955:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 955 | snprintf(workstr, WORKSTR_BUF_SIZE, "%% drawCompound(%hu)\n", glyphId); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:964:34: warning: passing 'char[7]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 964 | proofPSOUT(proofctx, "gsave\n"); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:971:26: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 971 | snprintf(workstr, WORKSTR_BUF_SIZE, "[%g %g %g %g %hd %hd] concat\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:980:26: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 980 | snprintf(workstr, WORKSTR_BUF_SIZE, "%hd %hd translate\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:987:34: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 987 | proofPSOUT(proofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1003:13: warning: passing 'int8_t[255]' (aka 'signed char[255]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1003 | sprintf(str, "%% proofCompound(%hu)\n", glyphId); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1012:29: warning: passing 'char[7]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1012 | proofPSOUT(ctx, "gsave\n"); | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1019:25: warning: passing 'int8_t[255]' (aka 'signed char[255]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1019 | sprintf(str, "[%g %g %g %g %hd %hd] concat\n", | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1027:25: warning: passing 'int8_t[255]' (aka 'signed char[255]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1027 | sprintf(str, "%hd %hd translate\n", component->arg1, component->arg2); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1032:29: warning: passing 'char[15]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1032 | proofPSOUT(ctx, "fill grestore\n"); | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1086:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1086 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1099:26: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1099 | proofPSOUT(proofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1109:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1109 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1120:26: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1120 | proofPSOUT(proofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1152:12: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1152 | nowstr = spotOurtime(); | ^ ~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1155:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1155 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1162:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1162 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1170:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1170 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1179:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1179 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1275:18: warning: passing 'int8_t[64]' (aka 'signed char[64]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1275 | strftime(date, 64, "%m/%d/%y %H:%M", &local_time); | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1297:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1297 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1318:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1318 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1326:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1326 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1359:17: warning: passing 'int8_t[5]' (aka 'signed char[5]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1359 | sprintf(t, "%c%c%c%c", TAG_ARG(opt_tag)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1363:16: warning: passing 'int8_t[5]' (aka 'signed char[5]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1363 | strcpy(t, "glyf"); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1406:24: warning: assigning to 'int8_t *' (aka 'signed char *') from 'char[2]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1406 | synopsis.title = " "; | ^ ~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1412:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1412 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1419:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1419 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1428:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1428 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g moveto\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1434:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1434 | snprintf(workstr, WORKSTR_BUF_SIZE, "(%hu) show\n", glyphId); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1438:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1438 | snprintf(workstr, WORKSTR_BUF_SIZE, "(%s/%hu) show\n", code, glyphId); | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1445:18: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1445 | snprintf(workstr, WORKSTR_BUF_SIZE, "%g %g moveto (%s) show\n", | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1454:14: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1454 | snprintf(workstr, WORKSTR_BUF_SIZE, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1471:26: warning: passing 'char[10]' to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1471 | proofPSOUT(proofctx, "grestore\n"); | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1507:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 1507 | DL(1, (OUTPUTBUFF, "### [glyf] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1544:41: warning: passing 'char[20]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1544 | "glyf (Glyph shapes)", | ^~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1547:47: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1547 | 0, 1, "glyf"); | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1550:30: warning: passing 'char[5]' to parameter of type 'int8_t *' (aka 'signed char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1550 | glyfSynopsisInit("glyf", glyf_); /* creates proofctx */ | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1639:17: warning: initializing 'int8_t *' (aka 'signed char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1639 | int8_t *arg = argv[argi++]; | ^ ~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1643:40: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1643 | opt_Error(opt_Format, opt, arg); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1656:17: warning: initializing 'int8_t *' (aka 'signed char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1656 | int8_t *arg = argv[argi++]; | ^ ~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1659:43: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1659 | opt_Error(opt_Exclusive, opt, arg); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1660:25: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1660 | else if (sscanf(arg, "%hd,%hd,%hd,%hd", &target.left, &target.bottom, | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1662:40: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1662 | opt_Error(opt_Format, opt, arg); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1675:17: warning: initializing 'int8_t *' (aka 'signed char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1675 | int8_t *arg = argv[argi++]; | ^ ~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1678:43: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1678 | opt_Error(opt_Exclusive, opt, arg); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1679:25: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1679 | else if (sscanf(arg, "%lf,%lf", &scale.h, &scale.v) != 2) | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/glyf.c:1680:40: warning: passing 'int8_t *' (aka 'signed char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1680 | opt_Error(opt_Format, opt, arg); | ^~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/hmtx.c:137:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 137 | DL(1, (OUTPUTBUFF, "### [hmtx] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/loca.c:85:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 85 | DL(1, (OUTPUTBUFF, "### [loca] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/mergefonts/mergeFonts.cpp:1367:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct txCtx_' [-Wnontrivial-memcall] 1367 | memset(&h, 0, sizeof(struct txCtx_)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/LTSH.c:34:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 34 | DL(1, (OUTPUTBUFF, "### [LTSH] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/rotatefont/rotateFont.cpp:907:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'struct txCtx_' [-Wnontrivial-memcall] 907 | memset(&h, 0, sizeof(struct txCtx_)); | ^ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/maxp.c:42:48: warning: format specifies type 'unsigned long' but the argument has type 'int32_t' (aka 'int') [-Wformat] 42 | DL(1, (OUTPUTBUFF, "### [maxp] (%08lx)\n", start)); | ~~~~~ ^~~~~ | %08x -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:1:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1 | {"afii10017", "A.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:1:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 1 | {"afii10017", "A.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:2:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 2 | {"afii10018", "Be"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:2:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 2 | {"afii10018", "Be"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:3:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 3 | {"afii10019", "Ve"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:3:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 3 | {"afii10019", "Ve"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:4:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 4 | {"afii10020", "Ghe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:4:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 4 | {"afii10020", "Ghe"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:5:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 5 | {"afii10021", "De"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:5:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 5 | {"afii10021", "De"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:6:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 6 | {"afii10022", "Ie"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:6:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 6 | {"afii10022", "Ie"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:7:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 7 | {"afii10023", "Io"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:7:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 7 | {"afii10023", "Io"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:61:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 61 | {"afii10077", "el"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:62:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 62 | {"afii10078", "em"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:62:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 62 | {"afii10078", "em"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:63:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 63 | {"afii10079", "en"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:63:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 63 | {"afii10079", "en"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:64:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 64 | {"afii10080", "o.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:64:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 64 | {"afii10080", "o.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:65:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 65 | {"afii10081", "pe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:65:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 65 | {"afii10081", "pe"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:66:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 66 | {"afii10082", "er"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:66:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 66 | {"afii10082", "er"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:67:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 67 | {"afii10083", "es"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:67:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 67 | {"afii10083", "es"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:68:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 68 | {"afii10084", "te"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:68:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 68 | {"afii10084", "te"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:69:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 69 | {"afii10085", "u.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:69:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 69 | {"afii10085", "u.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:70:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 70 | {"afii10086", "ef"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:8:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8 | {"afii10024", "Zhe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:8:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8 | {"afii10024", "Zhe"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:9:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 9 | {"afii10025", "Ze"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:9:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 9 | {"afii10025", "Ze"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:10:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10 | {"afii10026", "I.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:10:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10 | {"afii10026", "I.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:11:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 11 | {"afii10027", "I.short"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:11:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 11 | {"afii10027", "I.short"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:12:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 12 | {"afii10028", "Ka"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:12:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 12 | {"afii10028", "Ka"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:13:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 13 | {"afii10029", "El"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:13:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 13 | {"afii10029", "El"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:14:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 14 | {"afii10030", "Em"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:14:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 14 | {"afii10030", "Em"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:15:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 15 | {"afii10031", "En"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:15:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 15 | {"afii10031", "En"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:16:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 16 | {"afii10032", "O.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:16:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 16 | {"afii10032", "O.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:17:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 17 | {"afii10033", "Pe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:17:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 17 | {"afii10033", "Pe"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:18:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 18 | {"afii10034", "Er"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:18:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 18 | {"afii10034", "Er"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:19:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19 | {"afii10035", "Es"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:19:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19 | {"afii10035", "Es"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:20:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 20 | {"afii10036", "Te"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:20:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 20 | {"afii10036", "Te"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:21:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 21 | {"afii10037", "U.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:21:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 21 | {"afii10037", "U.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:22:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 22 | {"afii10038", "Ef"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:22:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 22 | {"afii10038", "Ef"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:23:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 23 | {"afii10039", "Ha"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:23:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 23 | {"afii10039", "Ha"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:24:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 24 | {"afii10040", "Tse"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:24:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 24 | {"afii10040", "Tse"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:25:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 25 | {"afii10041", "Che"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:25:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 25 | {"afii10041", "Che"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:26:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 26 | {"afii10042", "Sha"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:26:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 26 | {"afii10042", "Sha"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:27:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 27 | {"afii10043", "Shcha"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:27:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 27 | {"afii10043", "Shcha"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:70:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 70 | {"afii10086", "ef"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:71:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 71 | {"afii10087", "ha"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:71:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 71 | {"afii10087", "ha"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:72:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 72 | {"afii10088", "tse"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:72:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 72 | {"afii10088", "tse"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:73:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 73 | {"afii10089", "che"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:73:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 73 | {"afii10089", "che"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:74:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 74 | {"afii10090", "sha"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:74:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 74 | {"afii10090", "sha"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:75:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 75 | {"afii10091", "shcha"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:75:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 75 | {"afii10091", "shcha"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:76:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 76 | {"afii10092", "hard"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:76:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 76 | {"afii10092", "hard"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:77:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 77 | {"afii10093", "yeru"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:77:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 77 | {"afii10093", "yeru"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:78:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 78 | {"afii10094", "soft"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:78:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 78 | {"afii10094", "soft"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:79:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 79 | {"afii10095", "e.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:79:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 79 | {"afii10095", "e.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:80:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 80 | {"afii10096", "yu"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:80:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 80 | {"afii10096", "yu"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:81:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 81 | {"afii10097", "ya"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:81:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 81 | {"afii10097", "ya"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:82:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 82 | {"afii10098", "ghe.up"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:82:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 82 | {"afii10098", "ghe.up"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:83:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 83 | {"afii10099", "dje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:83:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 83 | {"afii10099", "dje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:84:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 84 | {"afii10100", "gje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:84:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 84 | {"afii10100", "gje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:85:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 85 | {"afii10101", "ie.ukran"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:85:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 85 | {"afii10101", "ie.ukran"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:86:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 86 | {"afii10102", "dze"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:86:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 86 | {"afii10102", "dze"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:87:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 87 | {"afii10103", "i.ukran"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:87:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 87 | {"afii10103", "i.ukran"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:88:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 88 | {"afii10104", "yi"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:88:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 88 | {"afii10104", "yi"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:89:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 89 | {"afii10105", "je"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:89:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 89 | {"afii10105", "je"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:90:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 90 | {"afii10106", "lje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:90:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 90 | {"afii10106", "lje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:91:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 91 | {"afii10107", "nje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:91:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 91 | {"afii10107", "nje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:92:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 92 | {"afii10108", "tshe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:92:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 92 | {"afii10108", "tshe"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:93:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 93 | {"afii10109", "kje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:93:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 93 | {"afii10109", "kje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:94:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 94 | {"afii10110", "u.short"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:94:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 94 | {"afii10110", "u.short"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:95:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 95 | {"afii10145", "Dzhe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:95:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 95 | {"afii10145", "Dzhe"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:96:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 96 | {"afii10146", "Yat"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:96:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 96 | {"afii10146", "Yat"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:97:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 97 | {"afii10147", "Fita"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:97:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 97 | {"afii10147", "Fita"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:98:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 98 | {"afii10148", "Izhitsa"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:98:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 98 | {"afii10148", "Izhitsa"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:99:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 99 | {"afii10192", "de.ital"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:99:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 99 | {"afii10192", "de.ital"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:100:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 100 | {"afii10193", "dzhe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:100:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 100 | {"afii10193", "dzhe"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:101:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 101 | {"afii10194", "yat"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:101:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 101 | {"afii10194", "yat"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:102:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 102 | {"afii10195", "fita"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:102:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 102 | {"afii10195", "fita"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:103:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 103 | {"afii10196", "izhitsa"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:28:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 28 | {"afii10044", "Hard"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:28:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 28 | {"afii10044", "Hard"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:29:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 29 | {"afii10045", "Yeru"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:29:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 29 | {"afii10045", "Yeru"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:30:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 30 | {"afii10046", "Soft"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:30:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 30 | {"afii10046", "Soft"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:31:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 31 | {"afii10047", "E.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:31:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 31 | {"afii10047", "E.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:32:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 32 | {"afii10048", "Yu"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:32:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 32 | {"afii10048", "Yu"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:33:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 33 | {"afii10049", "Ya"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:33:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 33 | {"afii10049", "Ya"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:34:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 34 | {"afii10050", "Ghe.up"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:34:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 34 | {"afii10050", "Ghe.up"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:35:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 35 | {"afii10051", "Dje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:35:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 35 | {"afii10051", "Dje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:36:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 36 | {"afii10052", "Gje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:36:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 36 | {"afii10052", "Gje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:37:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 37 | {"afii10053", "Ie.ukran"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:37:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 37 | {"afii10053", "Ie.ukran"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:38:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 38 | {"afii10054", "Dze"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:38:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 38 | {"afii10054", "Dze"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:39:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 39 | {"afii10055", "I.ukran"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:39:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 39 | {"afii10055", "I.ukran"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:40:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 40 | {"afii10056", "Yi"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:40:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 40 | {"afii10056", "Yi"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:41:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 41 | {"afii10057", "Je"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:41:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 41 | {"afii10057", "Je"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:42:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 42 | {"afii10058", "Lje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:42:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 42 | {"afii10058", "Lje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:43:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 43 | {"afii10059", "Nje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:43:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 43 | {"afii10059", "Nje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:44:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 44 | {"afii10060", "Tshe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:44:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[5]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 44 | {"afii10060", "Tshe"}, | ^~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:45:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 45 | {"afii10061", "Kje"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:45:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 45 | {"afii10061", "Kje"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:46:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 46 | {"afii10062", "U.short"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:46:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 46 | {"afii10062", "U.short"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:47:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 47 | {"afii10063", "ghe.ital"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:47:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 47 | {"afii10063", "ghe.ital"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:103:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 103 | {"afii10196", "izhitsa"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:104:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 104 | {"afii10831", "pe.ital"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:104:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 104 | {"afii10831", "pe.ital"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:105:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 105 | {"afii10832", "te.ital"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:105:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 105 | {"afii10832", "te.ital"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:106:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 106 | {"afii10846", "schwa"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:106:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 106 | {"afii10846", "schwa"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:107:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 107 | {"afii61248", "careof"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:107:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 107 | {"afii61248", "careof"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:108:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 108 | {"afii61289", "litre"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:108:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 108 | {"afii61289", "litre"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:109:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 109 | {"afii61352", "numero"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:109:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 109 | {"afii61352", "numero"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:110:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 110 | {"uni007F", "control"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:110:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 110 | {"uni007F", "control"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:111:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 111 | {"uni00A0", "nbspace"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:111:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 111 | {"uni00A0", "nbspace"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:112:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 112 | {"uni00AD", "softhyphen"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:112:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 112 | {"uni00AD", "softhyphen"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:113:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 113 | {"uni0374", "numeralsign"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:113:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[12]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 113 | {"uni0374", "numeralsign"}, | ^~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:114:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 114 | {"uni0375", "lownumeralsign"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:114:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 114 | {"uni0375", "lownumeralsign"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:115:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 115 | {"uni037A", "lowcomma"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:115:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 115 | {"uni037A", "lowcomma"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:116:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 116 | {"uni037E", "questiongreek"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:116:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 116 | {"uni037E", "questiongreek"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:117:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 117 | {"uni03BC", "mu.greek"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:117:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 117 | {"uni03BC", "mu.greek"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:118:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 118 | {"uni03D0", "beta.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:118:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 118 | {"uni03D0", "beta.alt"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:119:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 119 | {"uni03D1", "theta.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:119:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 119 | {"uni03D1", "theta.alt"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:120:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 120 | {"uni03D2", "Upsilon.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:120:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[12]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 120 | {"uni03D2", "Upsilon.alt"}, | ^~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:121:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 121 | {"uni03D5", "phi.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:121:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 121 | {"uni03D5", "phi.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:48:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 48 | {"afii10064", "be.alt"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:48:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 48 | {"afii10064", "be.alt"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:49:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 49 | {"afii10065", "a.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:49:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 49 | {"afii10065", "a.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:50:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 50 | {"afii10066", "be"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:50:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 50 | {"afii10066", "be"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:51:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 51 | {"afii10067", "ve"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:51:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 51 | {"afii10067", "ve"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:52:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 52 | {"afii10068", "ghe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:52:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 52 | {"afii10068", "ghe"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:53:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 53 | {"afii10069", "de"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:53:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 53 | {"afii10069", "de"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:54:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 54 | {"afii10070", "ie"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:54:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 54 | {"afii10070", "ie"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:55:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 55 | {"afii10071", "io"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:55:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 55 | {"afii10071", "io"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:56:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 56 | {"afii10072", "zhe"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:56:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[4]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 56 | {"afii10072", "zhe"}, | ^~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:57:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 57 | {"afii10073", "ze"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:57:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 57 | {"afii10073", "ze"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:58:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 58 | {"afii10074", "i.cyr"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:58:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 58 | {"afii10074", "i.cyr"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:59:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 59 | {"afii10075", "i.short"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:59:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 59 | {"afii10075", "i.short"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:60:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 60 | {"afii10076", "ka"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:60:15: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[3]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 60 | {"afii10076", "ka"}, | ^~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:61:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 61 | {"afii10077", "el"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:168:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 168 | {"uni1F2D", "Etaasperacute"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:169:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 169 | {"uni1F2E", "Etalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:169:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 169 | {"uni1F2E", "Etalenistilde"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:170:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 170 | {"uni1F2F", "Etaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:170:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 170 | {"uni1F2F", "Etaaspertilde"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:171:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 171 | {"uni1F30", "iotalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:171:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 171 | {"uni1F30", "iotalenis"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:172:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 172 | {"uni1F31", "iotaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:172:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 172 | {"uni1F31", "iotaasper"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:173:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 173 | {"uni1F32", "iotalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:173:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 173 | {"uni1F32", "iotalenisgrave"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:174:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 174 | {"uni1F33", "iotaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:174:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 174 | {"uni1F33", "iotaaspergrave"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:122:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 122 | {"uni03D6", "pi.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:122:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 122 | {"uni03D6", "pi.alt"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:123:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 123 | {"uni03DA", "stigma"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:123:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[7]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 123 | {"uni03DA", "stigma"}, | ^~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:124:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 124 | {"uni03DE", "koppa"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:124:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 124 | {"uni03DE", "koppa"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:125:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 125 | {"uni03E0", "sampi"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:125:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 125 | {"uni03E0", "sampi"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:126:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 126 | {"uni03F0", "kappa.alt"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:126:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 126 | {"uni03F0", "kappa.alt"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:127:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 127 | {"uni1F00", "alphalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:127:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 127 | {"uni1F00", "alphalenis"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:128:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 128 | {"uni1F01", "alphaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:128:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 128 | {"uni1F01", "alphaasper"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:129:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 129 | {"uni1F02", "alphalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:129:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 129 | {"uni1F02", "alphalenisgrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:130:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 130 | {"uni1F03", "alphaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:130:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 130 | {"uni1F03", "alphaaspergrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:131:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 131 | {"uni1F04", "alphalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:131:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 131 | {"uni1F04", "alphalenisacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:132:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 132 | {"uni1F05", "alphaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:132:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 132 | {"uni1F05", "alphaasperacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:133:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 133 | {"uni1F06", "alphalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:133:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 133 | {"uni1F06", "alphalenistilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:134:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 134 | {"uni1F07", "alphaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:134:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 134 | {"uni1F07", "alphaaspertilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:135:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 135 | {"uni1F08", "Alphalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:135:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 135 | {"uni1F08", "Alphalenis"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:136:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 136 | {"uni1F09", "Alphaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:136:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 136 | {"uni1F09", "Alphaasper"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:137:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 137 | {"uni1F0A", "Alphalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:137:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 137 | {"uni1F0A", "Alphalenisgrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:138:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 138 | {"uni1F0B", "Alphaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:138:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 138 | {"uni1F0B", "Alphaaspergrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:139:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 139 | {"uni1F0C", "Alphalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:139:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 139 | {"uni1F0C", "Alphalenisacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:140:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 140 | {"uni1F0D", "Alphaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:140:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 140 | {"uni1F0D", "Alphaasperacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:141:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 141 | {"uni1F0E", "Alphalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:141:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 141 | {"uni1F0E", "Alphalenistilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:142:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 142 | {"uni1F0F", "Alphaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:142:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 142 | {"uni1F0F", "Alphaaspertilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:175:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 175 | {"uni1F34", "iotalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:175:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 175 | {"uni1F34", "iotalenisacute"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:176:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 176 | {"uni1F35", "iotaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:176:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 176 | {"uni1F35", "iotaasperacute"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:177:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 177 | {"uni1F36", "iotalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:177:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 177 | {"uni1F36", "iotalenistilde"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:178:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 178 | {"uni1F37", "iotaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:178:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 178 | {"uni1F37", "iotaaspertilde"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:179:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 179 | {"uni1F38", "Iotalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:179:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 179 | {"uni1F38", "Iotalenis"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:180:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 180 | {"uni1F39", "Iotaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:180:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 180 | {"uni1F39", "Iotaasper"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:181:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 181 | {"uni1F3A", "Iotalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:181:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 181 | {"uni1F3A", "Iotalenisgrave"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:182:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 182 | {"uni1F3B", "Iotaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:182:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 182 | {"uni1F3B", "Iotaaspergrave"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:183:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 183 | {"uni1F3C", "Iotalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:183:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 183 | {"uni1F3C", "Iotalenisacute"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:184:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 184 | {"uni1F3D", "Iotaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:184:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 184 | {"uni1F3D", "Iotaasperacute"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:185:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 185 | {"uni1F3E", "Iotalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:185:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 185 | {"uni1F3E", "Iotalenistilde"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:186:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 186 | {"uni1F3F", "Iotaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:186:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 186 | {"uni1F3F", "Iotaaspertilde"}, | ^~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:187:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 187 | {"uni1F40", "omicronlenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:187:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 187 | {"uni1F40", "omicronlenis"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:188:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 188 | {"uni1F41", "omicronasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:188:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 188 | {"uni1F41", "omicronasper"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:189:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 189 | {"uni1F42", "omicronlenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:189:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 189 | {"uni1F42", "omicronlenisgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:190:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 190 | {"uni1F43", "omicronaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:190:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 190 | {"uni1F43", "omicronaspergrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:191:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 191 | {"uni1F44", "omicronlenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:191:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 191 | {"uni1F44", "omicronlenisacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:192:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 192 | {"uni1F45", "omicronasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:192:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 192 | {"uni1F45", "omicronasperacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:193:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 193 | {"uni1F48", "Omicronlenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:193:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 193 | {"uni1F48", "Omicronlenis"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:194:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 194 | {"uni1F49", "Omicronasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:143:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 143 | {"uni1F10", "epsilonlenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:143:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 143 | {"uni1F10", "epsilonlenis"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:144:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 144 | {"uni1F11", "epsilonasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:144:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 144 | {"uni1F11", "epsilonasper"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:145:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 145 | {"uni1F12", "epsilonlenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:145:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 145 | {"uni1F12", "epsilonlenisgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:146:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 146 | {"uni1F13", "epsilonaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:146:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 146 | {"uni1F13", "epsilonaspergrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:147:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 147 | {"uni1F14", "epsilonlenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:147:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 147 | {"uni1F14", "epsilonlenisacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:148:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 148 | {"uni1F15", "epsilonasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:148:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 148 | {"uni1F15", "epsilonasperacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:149:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 149 | {"uni1F18", "Epsilonlenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:149:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 149 | {"uni1F18", "Epsilonlenis"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:150:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 150 | {"uni1F19", "Epsilonasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:150:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 150 | {"uni1F19", "Epsilonasper"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:151:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 151 | {"uni1F1A", "Epsilonlenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:151:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 151 | {"uni1F1A", "Epsilonlenisgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:152:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 152 | {"uni1F1B", "Epsilonaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:152:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 152 | {"uni1F1B", "Epsilonaspergrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:153:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 153 | {"uni1F1C", "Epsilonlenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:153:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 153 | {"uni1F1C", "Epsilonlenisacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:154:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 154 | {"uni1F1D", "Epsilonasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:154:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 154 | {"uni1F1D", "Epsilonasperacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:155:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 155 | {"uni1F20", "etalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:155:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 155 | {"uni1F20", "etalenis"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:156:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 156 | {"uni1F21", "etaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:156:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 156 | {"uni1F21", "etaasper"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:157:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 157 | {"uni1F22", "etalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:157:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 157 | {"uni1F22", "etalenisgrave"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:158:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 158 | {"uni1F23", "etaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:158:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 158 | {"uni1F23", "etaaspergrave"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:159:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 159 | {"uni1F24", "etalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:159:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 159 | {"uni1F24", "etalenisacute"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:160:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 160 | {"uni1F25", "etaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:160:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 160 | {"uni1F25", "etaasperacute"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:161:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 161 | {"uni1F26", "etalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:161:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 161 | {"uni1F26", "etalenistilde"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:162:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 162 | {"uni1F27", "etaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:162:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 162 | {"uni1F27", "etaaspertilde"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:163:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 163 | {"uni1F28", "Etalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:163:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 163 | {"uni1F28", "Etalenis"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:164:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 164 | {"uni1F29", "Etaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:164:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 164 | {"uni1F29", "Etaasper"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:165:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 165 | {"uni1F2A", "Etalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:165:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 165 | {"uni1F2A", "Etalenisgrave"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:194:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 194 | {"uni1F49", "Omicronasper"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:195:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 195 | {"uni1F4A", "Omicronlenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:195:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 195 | {"uni1F4A", "Omicronlenisgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:196:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 196 | {"uni1F4B", "Omicronaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:196:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 196 | {"uni1F4B", "Omicronaspergrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:197:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 197 | {"uni1F4C", "Omicronlenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:197:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 197 | {"uni1F4C", "Omicronlenisacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:198:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 198 | {"uni1F4D", "Omicronasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:198:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 198 | {"uni1F4D", "Omicronasperacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:199:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 199 | {"uni1F50", "upsilonlenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:199:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 199 | {"uni1F50", "upsilonlenis"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:200:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 200 | {"uni1F51", "upsilonasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:200:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 200 | {"uni1F51", "upsilonasper"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:201:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 201 | {"uni1F52", "upsilonlenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:201:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 201 | {"uni1F52", "upsilonlenisgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:202:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 202 | {"uni1F53", "upsilonaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:202:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 202 | {"uni1F53", "upsilonaspergrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:203:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 203 | {"uni1F54", "upsilonlenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:203:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 203 | {"uni1F54", "upsilonlenisacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:204:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 204 | {"uni1F55", "upsilonasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:204:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 204 | {"uni1F55", "upsilonasperacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:205:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 205 | {"uni1F56", "upsilonlenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:205:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 205 | {"uni1F56", "upsilonlenistilde"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:206:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 206 | {"uni1F57", "upsilonaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:206:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 206 | {"uni1F57", "upsilonaspertilde"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:207:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 207 | {"uni1F59", "Upsilonasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:207:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 207 | {"uni1F59", "Upsilonasper"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:208:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 208 | {"uni1F5B", "Upsilonaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:208:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 208 | {"uni1F5B", "Upsilonaspergrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:209:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 209 | {"uni1F5D", "Upsilonasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:209:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 209 | {"uni1F5D", "Upsilonasperacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:210:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 210 | {"uni1F5F", "Upsilonaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:210:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 210 | {"uni1F5F", "Upsilonaspertilde"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:211:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 211 | {"uni1F60", "omegalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:211:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 211 | {"uni1F60", "omegalenis"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:212:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 212 | {"uni1F61", "omegaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:212:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 212 | {"uni1F61", "omegaasper"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:213:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 213 | {"uni1F62", "omegalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:213:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 213 | {"uni1F62", "omegalenisgrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:166:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 166 | {"uni1F2B", "Etaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:166:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 166 | {"uni1F2B", "Etaaspergrave"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:167:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 167 | {"uni1F2C", "Etalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:167:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 167 | {"uni1F2C", "Etalenisacute"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:168:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 168 | {"uni1F2D", "Etaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:222:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 222 | {"uni1F6B", "Omegaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:222:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 222 | {"uni1F6B", "Omegaaspergrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:223:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 223 | {"uni1F6C", "Omegalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:223:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 223 | {"uni1F6C", "Omegalenisacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:224:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 224 | {"uni1F6D", "Omegaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:224:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 224 | {"uni1F6D", "Omegaasperacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:225:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 225 | {"uni1F6E", "Omegalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:225:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 225 | {"uni1F6E", "Omegalenistilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:226:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 226 | {"uni1F6F", "Omegaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:226:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 226 | {"uni1F6F", "Omegaaspertilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:227:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 227 | {"uni1F70", "alphagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:227:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 227 | {"uni1F70", "alphagrave"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:228:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 228 | {"uni1F71", "alphaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:228:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 228 | {"uni1F71", "alphaacute"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:229:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 229 | {"uni1F72", "epsilongrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:229:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 229 | {"uni1F72", "epsilongrave"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:230:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 230 | {"uni1F73", "epsilonacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:230:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 230 | {"uni1F73", "epsilonacute"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:231:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 231 | {"uni1F74", "etagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:231:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 231 | {"uni1F74", "etagrave"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:232:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 232 | {"uni1F75", "etaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:232:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 232 | {"uni1F75", "etaacute"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:233:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 233 | {"uni1F76", "iotagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:233:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 233 | {"uni1F76", "iotagrave"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:234:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 234 | {"uni1F77", "iotaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:234:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 234 | {"uni1F77", "iotaacute"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:235:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 235 | {"uni1F78", "omicrongrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:235:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 235 | {"uni1F78", "omicrongrave"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:236:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 236 | {"uni1F79", "omicronacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:236:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 236 | {"uni1F79", "omicronacute"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:237:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 237 | {"uni1F7A", "upsilongrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:237:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 237 | {"uni1F7A", "upsilongrave"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:238:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 238 | {"uni1F7B", "upsilonacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:238:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 238 | {"uni1F7B", "upsilonacute"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:239:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 239 | {"uni1F7C", "omegagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:239:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 239 | {"uni1F7C", "omegagrave"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:240:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 240 | {"uni1F7D", "omegaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:240:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 240 | {"uni1F7D", "omegaacute"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:241:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 241 | {"uni1F80", "alphaiotasublenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:241:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 241 | {"uni1F80", "alphaiotasublenis"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:242:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 242 | {"uni1F81", "alphaiotasubasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:242:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 242 | {"uni1F81", "alphaiotasubasper"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:243:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 243 | {"uni1F82", "alphaiotasublenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:243:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 243 | {"uni1F82", "alphaiotasublenisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:244:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 244 | {"uni1F83", "alphaiotasubaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:244:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 244 | {"uni1F83", "alphaiotasubaspergrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:245:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 245 | {"uni1F84", "alphaiotasublenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:245:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 245 | {"uni1F84", "alphaiotasublenisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:246:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 246 | {"uni1F85", "alphaiotasubasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:246:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 246 | {"uni1F85", "alphaiotasubasperacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:247:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 247 | {"uni1F86", "alphaiotasublenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:247:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 247 | {"uni1F86", "alphaiotasublenistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:248:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 248 | {"uni1F87", "alphaiotasubaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:248:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 248 | {"uni1F87", "alphaiotasubaspertilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:249:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 249 | {"uni1F88", "Alphaiotasublenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:249:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 249 | {"uni1F88", "Alphaiotasublenis"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:250:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 250 | {"uni1F89", "Alphaiotasubasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:250:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 250 | {"uni1F89", "Alphaiotasubasper"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:251:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 251 | {"uni1F8A", "Alphaiotasublenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:251:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 251 | {"uni1F8A", "Alphaiotasublenisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:252:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 252 | {"uni1F8B", "Alphaiotasubaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:252:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 252 | {"uni1F8B", "Alphaiotasubaspergrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:253:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 253 | {"uni1F8C", "Alphaiotasublenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:214:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 214 | {"uni1F63", "omegaaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:214:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 214 | {"uni1F63", "omegaaspergrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:215:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 215 | {"uni1F64", "omegalenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:215:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 215 | {"uni1F64", "omegalenisacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:216:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 216 | {"uni1F65", "omegaasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:216:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 216 | {"uni1F65", "omegaasperacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:217:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 217 | {"uni1F66", "omegalenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:217:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 217 | {"uni1F66", "omegalenistilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:218:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 218 | {"uni1F67", "omegaaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:218:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 218 | {"uni1F67", "omegaaspertilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:219:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 219 | {"uni1F68", "Omegalenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:219:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 219 | {"uni1F68", "Omegalenis"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:220:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 220 | {"uni1F69", "Omegaasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:220:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 220 | {"uni1F69", "Omegaasper"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:221:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 221 | {"uni1F6A", "Omegalenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:221:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 221 | {"uni1F6A", "Omegalenisgrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:275:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 275 | {"uni1FA2", "omegaiotasublenisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:276:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 276 | {"uni1FA3", "omegaiotasubaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:276:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 276 | {"uni1FA3", "omegaiotasubaspergrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:277:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 277 | {"uni1FA4", "omegaiotasublenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:277:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 277 | {"uni1FA4", "omegaiotasublenisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:278:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 278 | {"uni1FA5", "omegaiotasubasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:278:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 278 | {"uni1FA5", "omegaiotasubasperacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:279:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 279 | {"uni1FA6", "omegaiotasublenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:279:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 279 | {"uni1FA6", "omegaiotasublenistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:280:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 280 | {"uni1FA7", "omegaiotasubaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:280:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 280 | {"uni1FA7", "omegaiotasubaspertilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:281:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 281 | {"uni1FA8", "Omegaiotasublenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:281:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 281 | {"uni1FA8", "Omegaiotasublenis"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:282:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 282 | {"uni1FA9", "Omegaiotasubasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:282:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 282 | {"uni1FA9", "Omegaiotasubasper"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:283:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 283 | {"uni1FAA", "Omegaiotasublenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:283:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 283 | {"uni1FAA", "Omegaiotasublenisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:284:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 284 | {"uni1FAB", "Omegaiotasubaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:284:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 284 | {"uni1FAB", "Omegaiotasubaspergrave"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:285:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 285 | {"uni1FAC", "Omegaiotasublenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:285:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 285 | {"uni1FAC", "Omegaiotasublenisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:286:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 286 | {"uni1FAD", "Omegaiotasubasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:286:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 286 | {"uni1FAD", "Omegaiotasubasperacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:253:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 253 | {"uni1F8C", "Alphaiotasublenisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:254:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 254 | {"uni1F8D", "Alphaiotasubasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:254:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 254 | {"uni1F8D", "Alphaiotasubasperacute"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:255:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 255 | {"uni1F8E", "Alphaiotasublenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:255:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 255 | {"uni1F8E", "Alphaiotasublenistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:256:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 256 | {"uni1F8F", "Alphaiotasubaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:256:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 256 | {"uni1F8F", "Alphaiotasubaspertilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:257:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 257 | {"uni1F90", "etaiotasublenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:257:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 257 | {"uni1F90", "etaiotasublenis"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:258:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 258 | {"uni1F91", "etaiotasubasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:258:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 258 | {"uni1F91", "etaiotasubasper"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:259:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 259 | {"uni1F92", "etaiotasublenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:259:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 259 | {"uni1F92", "etaiotasublenisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:260:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 260 | {"uni1F93", "etaiotasubaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:260:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 260 | {"uni1F93", "etaiotasubaspergrave"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:261:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 261 | {"uni1F94", "etaiotasublenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:261:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 261 | {"uni1F94", "etaiotasublenisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:262:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 262 | {"uni1F95", "etaiotasubasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:262:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 262 | {"uni1F95", "etaiotasubasperacute"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:263:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 263 | {"uni1F96", "etaiotasublenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:263:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 263 | {"uni1F96", "etaiotasublenistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:264:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 264 | {"uni1F97", "etaiotasubaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:264:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 264 | {"uni1F97", "etaiotasubaspertilde"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:265:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 265 | {"uni1F98", "Etaiotasublenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:265:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 265 | {"uni1F98", "Etaiotasublenis"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:266:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 266 | {"uni1F99", "Etaiotasubasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:266:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 266 | {"uni1F99", "Etaiotasubasper"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:267:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 267 | {"uni1F9A", "Etaiotasublenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:267:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 267 | {"uni1F9A", "Etaiotasublenisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:268:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 268 | {"uni1F9B", "Etaiotasubaspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:268:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 268 | {"uni1F9B", "Etaiotasubaspergrave"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:269:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 269 | {"uni1F9C", "Etaiotasublenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:269:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 269 | {"uni1F9C", "Etaiotasublenisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:270:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 270 | {"uni1F9D", "Etaiotasubasperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:270:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 270 | {"uni1F9D", "Etaiotasubasperacute"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:271:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 271 | {"uni1F9E", "Etaiotasublenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:271:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 271 | {"uni1F9E", "Etaiotasublenistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:272:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 272 | {"uni1F9F", "Etaiotasubaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:272:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 272 | {"uni1F9F", "Etaiotasubaspertilde"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:273:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 273 | {"uni1FA0", "omegaiotasublenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:287:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 287 | {"uni1FAE", "Omegaiotasublenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:287:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 287 | {"uni1FAE", "Omegaiotasublenistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:288:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 288 | {"uni1FAF", "Omegaiotasubaspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:288:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[23]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 288 | {"uni1FAF", "Omegaiotasubaspertilde"}, | ^~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:289:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 289 | {"uni1FB0", "alphabreve"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:289:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 289 | {"uni1FB0", "alphabreve"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:290:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 290 | {"uni1FB1", "alphamacron"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:290:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[12]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 290 | {"uni1FB1", "alphamacron"}, | ^~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:291:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 291 | {"uni1FB2", "alphaiotasubgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:291:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 291 | {"uni1FB2", "alphaiotasubgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:292:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 292 | {"uni1FB3", "alphaiotasub"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:292:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 292 | {"uni1FB3", "alphaiotasub"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:293:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 293 | {"uni1FB4", "alphaiotasubacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:293:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 293 | {"uni1FB4", "alphaiotasubacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:294:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 294 | {"uni1FB6", "alphatilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:294:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 294 | {"uni1FB6", "alphatilde"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:295:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 295 | {"uni1FB7", "alphaiotasubtilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:295:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 295 | {"uni1FB7", "alphaiotasubtilde"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:296:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 296 | {"uni1FB8", "Alphabreve"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:296:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 296 | {"uni1FB8", "Alphabreve"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:297:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 297 | {"uni1FB9", "Alphamacron"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:297:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[12]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 297 | {"uni1FB9", "Alphamacron"}, | ^~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:298:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 298 | {"uni1FBA", "Alphagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:298:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 298 | {"uni1FBA", "Alphagrave"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:299:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 299 | {"uni1FBB", "Alphaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:299:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 299 | {"uni1FBB", "Alphaacute"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:300:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 300 | {"uni1FBC", "Alphaiotasub"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:300:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 300 | {"uni1FBC", "Alphaiotasub"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:301:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 301 | {"uni1FBD", "lenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:301:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[6]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 301 | {"uni1FBD", "lenis"}, | ^~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:302:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 302 | {"uni1FBE", "iotasubscript"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:302:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 302 | {"uni1FBE", "iotasubscript"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:303:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 303 | {"uni1FC1", "dieresistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:303:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 303 | {"uni1FC1", "dieresistilde"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:304:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 304 | {"uni1FC2", "etaiotasubgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:304:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 304 | {"uni1FC2", "etaiotasubgrave"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:305:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 305 | {"uni1FC3", "etaiotasub"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:305:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 305 | {"uni1FC3", "etaiotasub"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:306:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 306 | {"uni1FC4", "etaiotasubacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:273:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 273 | {"uni1FA0", "omegaiotasublenis"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:274:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 274 | {"uni1FA1", "omegaiotasubasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:274:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 274 | {"uni1FA1", "omegaiotasubasper"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:275:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 275 | {"uni1FA2", "omegaiotasublenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:329:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 329 | {"uni1FDF", "aspertilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:329:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 329 | {"uni1FDF", "aspertilde"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:330:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 330 | {"uni1FE0", "upsilonbreve"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:330:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 330 | {"uni1FE0", "upsilonbreve"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:331:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 331 | {"uni1FE1", "upsilonmacron"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:331:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 331 | {"uni1FE1", "upsilonmacron"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:332:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 332 | {"uni1FE2", "upsilondieresisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:332:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 332 | {"uni1FE2", "upsilondieresisgrave"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:333:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 333 | {"uni1FE3", "upsilondieresisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:333:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 333 | {"uni1FE3", "upsilondieresisacute"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:334:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 334 | {"uni1FE4", "rholenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:334:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 334 | {"uni1FE4", "rholenis"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:306:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 306 | {"uni1FC4", "etaiotasubacute"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:307:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 307 | {"uni1FC6", "etatilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:307:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 307 | {"uni1FC6", "etatilde"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:308:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 308 | {"uni1FC7", "etaiotasubtilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:308:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[16]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 308 | {"uni1FC7", "etaiotasubtilde"}, | ^~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:309:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 309 | {"uni1FC8", "Epsilongrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:309:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 309 | {"uni1FC8", "Epsilongrave"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:310:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 310 | {"uni1FC9", "Epsilonacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:310:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 310 | {"uni1FC9", "Epsilonacute"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:311:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 311 | {"uni1FCA", "Etagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:311:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 311 | {"uni1FCA", "Etagrave"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:312:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 312 | {"uni1FCB", "Etaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:312:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 312 | {"uni1FCB", "Etaacute"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:313:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 313 | {"uni1FCC", "Etaiotasub"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:313:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 313 | {"uni1FCC", "Etaiotasub"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:314:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 314 | {"uni1FCD", "lenisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:314:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 314 | {"uni1FCD", "lenisgrave"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:315:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 315 | {"uni1FCE", "lenisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:315:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 315 | {"uni1FCE", "lenisacute"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:316:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 316 | {"uni1FCF", "lenistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:316:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 316 | {"uni1FCF", "lenistilde"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:317:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 317 | {"uni1FD0", "iotabreve"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:317:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 317 | {"uni1FD0", "iotabreve"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:318:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 318 | {"uni1FD1", "iotamacron"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:318:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 318 | {"uni1FD1", "iotamacron"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:319:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 319 | {"uni1FD2", "iotadieresisgrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:319:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 319 | {"uni1FD2", "iotadieresisgrave"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:320:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 320 | {"uni1FD3", "iotadieresisacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:320:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 320 | {"uni1FD3", "iotadieresisacute"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:321:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 321 | {"uni1FD6", "iotatilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:321:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 321 | {"uni1FD6", "iotatilde"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:322:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 322 | {"uni1FD7", "iotadieresistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:322:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[18]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 322 | {"uni1FD7", "iotadieresistilde"}, | ^~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:323:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 323 | {"uni1FD8", "Iotabreve"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:323:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 323 | {"uni1FD8", "Iotabreve"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:324:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 324 | {"uni1FD9", "Iotamacron"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:324:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 324 | {"uni1FD9", "Iotamacron"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:325:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 325 | {"uni1FDA", "Iotagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:325:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 325 | {"uni1FDA", "Iotagrave"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:335:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 335 | {"uni1FE5", "rhoasper"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:335:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 335 | {"uni1FE5", "rhoasper"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:336:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 336 | {"uni1FE6", "upsilontilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:336:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 336 | {"uni1FE6", "upsilontilde"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:326:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 326 | {"uni1FDB", "Iotaacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:326:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 326 | {"uni1FDB", "Iotaacute"}, | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:327:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 327 | {"uni1FDD", "aspergrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:327:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 327 | {"uni1FDD", "aspergrave"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:328:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 328 | {"uni1FDE", "asperacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:328:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[11]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 328 | {"uni1FDE", "asperacute"}, | ^~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:337:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 337 | {"uni1FE7", "upsilondieresistilde"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:337:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[21]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 337 | {"uni1FE7", "upsilondieresistilde"}, | ^~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:338:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 338 | {"uni1FE8", "Upsilonbreve"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:338:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 338 | {"uni1FE8", "Upsilonbreve"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:339:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 339 | {"uni1FE9", "Upsilonmacron"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:339:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[14]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 339 | {"uni1FE9", "Upsilonmacron"}, | ^~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:340:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 340 | {"uni1FEA", "Upsilongrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:340:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 340 | {"uni1FEA", "Upsilongrave"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:341:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 341 | {"uni1FEB", "Upsilonacute"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:341:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[13]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 341 | {"uni1FEB", "Upsilonacute"}, | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:342:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 342 | {"uni1FEC", "Rholenis"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:342:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[9]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 342 | {"uni1FEC", "Rholenis"}, | ^~~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:343:2: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[8]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 343 | {"uni1FED", "dialytikagrave"}, | ^~~~~~~~~ -
/nix/var/nix/builds/nix-18336-2255073480/source/c/spot/nicename.h:343:13: warning: initializing 'const int8_t *' (aka 'const signed char *') with an expression of type 'char[15]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 343 | {"uni1FED", "dialytikagrave"}, | ^~~~~~~~~~~~~~~~