You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/02 04:20:22 UTC

[GitHub] [pulsar] easyfan opened a new issue #4871: MacOS clang/llvm compiler imcompatible code in Unit test case BasicEndToEndTest.cc

easyfan opened a new issue #4871: MacOS clang/llvm compiler imcompatible code in Unit test case BasicEndToEndTest.cc
URL: https://github.com/apache/pulsar/issues/4871
 
 
   **Describe the bug**
   There are 2 compiler errors while compiling BasicEndToEndTest.cc under MacOS with clang/LLVM:
   "variable length array of non-POD element type of Consumer"
   
   Basically, this is introduced by announcing an array of elements, with a variable length.
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Try build BasicEndToEndTest.cc under clang/llvm
   
   **Expected behavior**
   build BasicEndToEndTest.cc pass under clang/llvm, with no error report.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services