From deaeb8c74858aabf86e068dbbf8c5062c41e16f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Jun 2023 05:55:06 +0200 Subject: Fix GCC 13 -Woverloaded-virtual warning --- mod/build-result-module.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod') diff --git a/mod/build-result-module.hxx b/mod/build-result-module.hxx index e0f1eef..34466e4 100644 --- a/mod/build-result-module.hxx +++ b/mod/build-result-module.hxx @@ -36,6 +36,8 @@ namespace brep void init (const options::build&, const options::build_db&); + using handler::init; // Unhide. + // Parse the build task session and verify that the session matches the // tenant. Throw invalid_argument on errors. // -- cgit v1.1