aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-gh.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-05-08 12:21:10 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-05-13 09:17:32 +0200
commit07cddc413adaeec821eeac476b9c222f32f6bcde (patch)
tree6ae32582552bf1e52a8e2c20366db9025191111e /mod/mod-ci-github-gh.cxx
parent4b12e94d00f2891c188b5e598cd63fee1ca46cf2 (diff)
Review
Diffstat (limited to 'mod/mod-ci-github-gh.cxx')
-rw-r--r--mod/mod-ci-github-gh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.cxx b/mod/mod-ci-github-gh.cxx
index ad986e3..90389f3 100644
--- a/mod/mod-ci-github-gh.cxx
+++ b/mod/mod-ci-github-gh.cxx
@@ -22,7 +22,7 @@ namespace brep
case build_state::built: return "COMPLETED";
}
- assert (false);
+ return ""; // Should never reach.
}
// Return the build_state corresponding to a GitHub check run status
@@ -63,7 +63,7 @@ namespace brep
to_string (rs));
}
- assert (false);
+ return ""; // Should never reach.
}
string