-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46364/
-----------------------------------------------------------
Review request for mesos, Adam B, Ben Mahler, and Vinod Kone.
Bugs: MESOS-5031
https://issues.apache.org/jira/browse/MESOS-5031
Repository: mesos
Description
-------
This patch changes from `default` statement to explicit case
statement (`UNKNOWN`) so that complier could help catching all
switches when new enums are introduced in the future.
This patch is related to:
https://reviews.apache.org/r/45317/ (MESOS-5014)
https://reviews.apache.org/r/45304/ (MESOS-5015)
https://reviews.apache.org/r/45342/ (MESOS-5031)
Diffs
-----
src/authorizer/local/authorizer.cpp c744a16041c2466d3839a37fbee2bf86887bf4e1
src/examples/test_http_executor.cpp ceb489d43f35d24c8a7f5fbb0148529745ee357a
src/tests/mesos.hpp e4b63d41d883807ac39846799468b80e88c84e0b
Diff: https://reviews.apache.org/r/46364/diff/
Testing
-------
make check (Ubuntu 14.04)
Thanks,
Yong Tang