Wietse Venema via Postfix-devel:
> And there is an even simpler workaround: an empty statement.
> 
>      case BSON_TYPE_ARRAY:
>        /* Empty statement for pre-C23 Clang. */ ;
>        const uint8_t *dataBuffer = NULL;
>        /* other existing code */
>      default:
> 
> No {} trickery needed.
> 
> Can you confirm this? 

BTW which 'client' package are you linking Postfx with in FreeBSD?
Is that the third-party libmongo-client?

        Wietse
_______________________________________________
Postfix-devel mailing list -- postfix-devel@postfix.org
To unsubscribe send an email to postfix-devel-le...@postfix.org

Reply via email to