jpeach commented on issue #311: BugFix backporting 1.4.x
URL: https://github.com/apache/mesos/pull/311#issuecomment-424091137
 
 
   ```
   ../../src/tests/master_validation_tests.cpp:880:33: error: unused variable 
'capabilities' [-Werror,-Wunused-variable]
     protobuf::slave::Capabilities capabilities;
   ```
   
   Works for me on Fedora 28 with:
   ```
   $ ../configure --disable-python --disable-java --disable-libevent 
--disable-werror CC=clang CXX=clang++ && make && make check
   ```

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


With regards,
Apache Git Services

Reply via email to