aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-05-03 11:41:13 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-05-03 11:41:13 +0000
commit97b3621cf4e6e9482152fa95afd7e08bf5a17a0d (patch)
tree28f9c591788d164bb6b1abc1c5cc4bf01d36fea4 /storage
parentd29cc5c3eb67ec5059a180bb23f089a4ba63ccd5 (diff)
Use noexcept.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/storage_node_up_states.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/storage_node_up_states.h b/storage/src/vespa/storage/distributor/storage_node_up_states.h
index b159f012421..a68b275e31d 100644
--- a/storage/src/vespa/storage/distributor/storage_node_up_states.h
+++ b/storage/src/vespa/storage/distributor/storage_node_up_states.h
@@ -7,7 +7,7 @@ namespace storage::distributor {
/**
* Returns the states in which the distributors consider storage nodes to be up.
*/
-constexpr const char* storage_node_up_states() {
+constexpr const char* storage_node_up_states() noexcept {
return "uri";
}