-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25192/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Bugs: MESOS-1744
https://issues.apache.org/jira/browse/MESOS-1744
Repository: mesos-git
Description
-------
Use compiler intrinsics for unreachable, exit, and abort
Makes the functions not need to pretend to return something while
still silencing the compiler warnings.
Diffs
-----
3rdparty/libprocess/src/process.cpp 3ac56c7
3rdparty/libprocess/src/subprocess.cpp 5b92200
Diff: https://reviews.apache.org/r/25192/diff/
Testing
-------
This is currently a work in progress, (WIP)
Thanks,
Patrick Reilly