Snippets for aalib 1.4rc5 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/bbrigl01a2rax2nbwpmp1mncqqcfdfik-aalib-1.4rc5.drv.
-
aamktabl.c:78:10: warning: unsequenced modification and access to 'p1' [-Wunsequenced] 72 | if ((p1=dist(parameters[i].p[0], | ~~~~~~~~~~~~~~~~~~~~~~~~ 73 | parameters[i].p[1], | ~~~~~~~~~~~~~~~~~~~ 74 | parameters[i].p[2], | ~~~~~~~~~~~~~~~~~~~ 75 | parameters[i].p[3], | ~~~~~~~~~~~~~~~~~~~ 76 | parameters[i].p[4], | ~~~~~~~~~~~~~~~~~~~ 77 | p1, p2, p3, p4, sum)) >= | ~~~~~~~~~~~~~~~~~~~~ 78 | (p1=dist(parameters[table[pos]].p[0], | ^ -
aafire.c:96:9: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 96 | char *bitmap = aa_image (context); | ^ ~~~~~~~~~~~~~~~~~~ -
aafire.c:99:10: warning: assigning to 'unsigned 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] 99 | for (p = bitmap; p <= (unsigned char *) (END); p += 1) | ^ ~~~~~~ -
aafire.c:113:9: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 113 | char *bitmap = aa_image (context); | ^ ~~~~~~~~~~~~~~~~~~ -
aafire.c:121:10: warning: assigning to 'unsigned 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] 121 | for (p = (char *) bitmap + XSIZ * (YSIZ + 0); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~