From 5bf2dd09110f257acc730eab71301e1dede1c710 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 16:32:08 +0200 Subject: Suppress (potential) bogus GCC 12 -Wrestrict warnings --- mod/mod-build-task.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-build-task.cxx') diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 137cf6a..5ba6d06 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -534,7 +534,7 @@ handle (request& rq, response& rs) } if (!lc) - throw invalid_request (400, "unable to match login info '" + l + "'"); + throw invalid_request (400, "unable to match login info '" + l + '\''); tqm.interactive_login = move (lc); } -- cgit v1.1