diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-01-20 12:58:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-01-20 12:58:33 +0200 |
commit | b0515694b711c1ff57c2fc636e066d8639fd6da6 (patch) | |
tree | 4954878c9bba9ddd0ce02287f05bd2c39ca1e02d /mod/mod-ci-github-service-data.cxx | |
parent | 714a882fbeea72a6f08f684dec4d323245a770b9 (diff) |
Fix warnings
Diffstat (limited to 'mod/mod-ci-github-service-data.cxx')
-rw-r--r-- | mod/mod-ci-github-service-data.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-ci-github-service-data.cxx b/mod/mod-ci-github-service-data.cxx index 4598302..c51f791 100644 --- a/mod/mod-ci-github-service-data.cxx +++ b/mod/mod-ci-github-service-data.cxx @@ -120,7 +120,8 @@ namespace brep s, ss, rs, - nullopt /* details_url */}); + nullopt, /* details_url */ + nullopt /* description */}); p.next_expect (event::end_object); } |