Blake Bender created GEODE-7235:
-----------------------------------
Summary: Disable new Clang warnings to fix build for now
Key: GEODE-7235
URL: https://issues.apache.org/jira/browse/GEODE-7235
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Blake Bender
Apple pushed an XCode update a couple of days ago to version `
Apple clang version 11.0.0 (clang-1100.0.33.8)`. This version flags some new
warnings in our code, and since we have warnings-as-errors turned on we blow
up. Fixing these warnings is non-trivial, so we need to disable them in the
top-level CMakeLists.txt and file another Jira issue to do the real fix.
* Steps to repro:
Sync up to the latest `develop` branch of Native Client on a Mac and build
* Expected Result:
Geode Native builds, and produces our libraries
* Actual Result:
Clang warns about "implicitly deleted copy/move ctors declared as default" in a
product header, gives a warning about UTF-8 string literals in test code, then
build fails.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)