severity 362213 minor thankyou Hi,
the warnings come from a function-like macro that sanitizes its (pointer) arguments before performing string operations on them. As this is not the kind of programming error -Waddress is meant to detect, I would not classify this as a build error. Currently all calls to this macro use static buffers whose pointers are guaranteed to be non-NULL (hence the warning), but it would be counterproductive to delete the safety checks just to please gcc. Leaving open with lower severity for the maintainer to ack and close... Regards, Jan
signature.asc
Description: Digital signature

