> #if defined __clang__
> # define NOWARN(a) _Pragma( STRINGIFY( clang diagnostic ignored a ) )
> # define NOWARN_PUSH(a) \
>   _Pragma( STRINGIFY( clang diagnostic push ) ) \
>   _Pragma( STRINGIFY( clang diagnostic ignored a ) )
> # define NOWARN_POP _Pragma( STRINGIFY( gcc diagnostic pop ) )

^^ last second typo here - replace 'gcc' with 'clang'

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to