-
Notifications
You must be signed in to change notification settings - Fork 283
Upgrade to clang 3.7 #1247
Comments
For the glog part, do you know if there is a new version we could simply upgrade to? |
I think the glog error might be related to -Wno-unused-local-typedefs. I I had to also add -Wno-pessimizing-moves, which I think is related to your I also noticed that the generated makefile includes -Wall after CXXFLAGS, Martin On 10 June 2016 at 10:43, Pierre Phaneuf [email protected] wrote:
|
I've got #1237 that shuts up a number of warnings, might help on that front? |
I think the thing to do for @gdbelvin (who's not really working on the CT server itself, but is just trying to build it) is to delete the Those are a bit of a bug, we'd ideally want |
clang 3.7 / 3.8 is the latest / only compiler available on OSX in the xcode7 toolchain.
Code updates:
https://github.com/google/glog/blob/4d391fe692ae6b9e0105f473945c415a3ce5a401/src/glog/logging.h.in#L931
elison
Build system updates:
The text was updated successfully, but these errors were encountered: