Make unconstify and unvolatize use StaticAssertVariableIsOfTypeMacro The unconstify and unvolatize macros had an almost identical assertion as was already defined in StaticAssertVariableIsOfTypeMacro, only it had a less useful error message and didn't have a sizeof fallback.
Author: Jelte Fennema-Nio <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/cageczqr21onnkizo_1rlwo0-16kg1jbxnvq-wymyw0-_1cu...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/258248d0bdbf1b1818e2c6a157b17227fd000d76 Modified Files -------------- src/include/c.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-)
