On 9/8/22 18:23, Jason Merrill wrote: > It seems to me that the warning is pointing out that comparing the address of the array is nonsensical, and we should remove it and just have the memcmp. Yes, thanks for the pointer. We should always compare the array types with memcmp. Ready to be installed? Thanks, Martin