aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-11-07 10:15:49 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2024-11-07 10:15:49 +0200
commit638ee7104f629757fe5f1e2c6dd92b999954aa44 (patch)
treea94c11240b6fb09cc71407e34ca84b29205c98dd /mod/mod-ci-github.cxx
parentacac3315dc6d5b42671d3ca5240189a69af1975b (diff)
Do not send tenant service notification in build result handler for 'forcing' build state
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r--mod/mod-ci-github.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx
index 0e95aa2..e11cd4e 100644
--- a/mod/mod-ci-github.cxx
+++ b/mod/mod-ci-github.cxx
@@ -621,7 +621,7 @@ namespace brep
}
bool ci_github::
- handle_check_run_request (gh_check_run_event cr, bool warning_success)
+ handle_check_run_request (gh_check_run_event cr, bool /* warning_success */)
{
HANDLER_DIAG;