This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new e16fcd937 [cgroups2] Silence incorrect compiler error in the tests.
e16fcd937 is described below
commit e16fcd93734906bde8bc0847b271f3bd70165668
Author: Benjamin Mahler <[email protected]>
AuthorDate: Wed Jul 31 16:59:50 2024 -0700
[cgroups2] Silence incorrect compiler error in the tests.
---
src/tests/device_manager_tests.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tests/device_manager_tests.cpp
b/src/tests/device_manager_tests.cpp
index 7b06e2864..b818a5bd9 100644
--- a/src/tests/device_manager_tests.cpp
+++ b/src/tests/device_manager_tests.cpp
@@ -70,6 +70,7 @@ Try<vector<DeviceManager::NonWildcardEntry>>
convert_to_non_wildcards(
case cgroups::devices::Entry::Selector::Type::ALL:
UNREACHABLE();
}
+ UNREACHABLE();
}();
non_wildcards.push_back(non_wildcard);
}