Repository: mesos
Updated Branches:
  refs/heads/1.5.x ae4f94a8e -> 582811dd8


Made gcc happy on return statement check.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bb3c5c0f
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/bb3c5c0f
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/bb3c5c0f

Branch: refs/heads/1.5.x
Commit: bb3c5c0fd3ed3896f952d9ff2da972351f297541
Parents: 650a1da
Author: Jie Yu <yujie....@gmail.com>
Authored: Thu Feb 8 16:23:05 2018 -0800
Committer: Jie Yu <yujie....@gmail.com>
Committed: Thu Feb 8 17:36:05 2018 -0800

----------------------------------------------------------------------
 src/resource_provider/storage/disk_profile_utils.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bb3c5c0f/src/resource_provider/storage/disk_profile_utils.cpp
----------------------------------------------------------------------
diff --git a/src/resource_provider/storage/disk_profile_utils.cpp 
b/src/resource_provider/storage/disk_profile_utils.cpp
index cc1c629..a243bd6 100644
--- a/src/resource_provider/storage/disk_profile_utils.cpp
+++ b/src/resource_provider/storage/disk_profile_utils.cpp
@@ -91,6 +91,8 @@ bool isSelectedResourceProvider(
       UNREACHABLE();
     }
   }
+
+  UNREACHABLE();
 }
 
 

Reply via email to