-
Rémi Denis-Courmont authored
Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is defined. It's not defined, if char is more than 8 bits, and uint8_t is not provided, but then VLC will not compile in the first place.
2ea3b5fc
Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is defined. It's not defined, if char is more than 8 bits, and uint8_t is not provided, but then VLC will not compile in the first place.