Closed jayluxferro closed 3 years ago
Fixed the following build issues:
error: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Werror,-Wsign-conversion] headerProgress = (((char *)curloc - (char *)buf) % 0x1000);
headerProgress = (((char *)curloc - (char *)buf) % 0x1000);
error: implicit conversion from integral type 'int' to 'BOOL' [-Werror,-Wobjc-signed-char-bool-implicit-int-conversion] BOOL isInvisible = command.flag & ClutchCommandFlagInvisible;
BOOL isInvisible = command.flag & ClutchCommandFlagInvisible;
Fixed the following build issues:
error: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Werror,-Wsign-conversion]
headerProgress = (((char *)curloc - (char *)buf) % 0x1000);
error: implicit conversion from integral type 'int' to 'BOOL' [-Werror,-Wobjc-signed-char-bool-implicit-int-conversion]
BOOL isInvisible = command.flag & ClutchCommandFlagInvisible;