-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13473/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, Eric Biederman, Ian
Downes, David Mackey, and Vinod Kone.
Repository: mesos-git
Description
-------
Update glog to 0.3.3.
Fix clang build error.
src/logging.cc:1246:8: error: cannot initialize a variable of type 'void (*)()
__attribute__((noreturn))' with an rvalue of type 'void (*)()'
void (*g_logging_fail_func)() __attribute__((noreturn)) = &logging_fail;
^ ~~~~~~~~~~~~~
Signed-off-by: Vinson Lee <[email protected]>
Diffs
-----
3rdparty/libprocess/3rdparty/glog-0.3.1.tar.gz
19b4b9434e0910ef435d8a08a5fe87c8c847a69b
3rdparty/libprocess/3rdparty/glog-0.3.3.tar.gz PRE-CREATION
3rdparty/libprocess/3rdparty/versions.am 0d05698
Diff: https://reviews.apache.org/r/13473/diff/
Testing
-------
make
Thanks,
Vinson Lee