aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-02-06 04:51:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-02-06 04:51:48 +0200
commit5b21820a4ad0f69290c6a20643640ff5fbf5021a (patch)
tree50947d50897e389fe29433cfda4fcbb633a1b21f /libbuild2/cc/common.cxx
parent0e1b73e3b43bca7c1d77ed669b364819ad211da9 (diff)
Fix bunch of maybe used uninitialized warnings
Diffstat (limited to 'libbuild2/cc/common.cxx')
-rw-r--r--libbuild2/cc/common.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx
index 7306274..44722c4 100644
--- a/libbuild2/cc/common.cxx
+++ b/libbuild2/cc/common.cxx
@@ -643,7 +643,7 @@ namespace build2
<< " dependency " << *t << " is " << w <<
info << "mentioned in *.export." << (impl ? "impl_" : "")
<< "libs of target " << l <<
- info << "is it a prerequisite of " << l << "?";
+ info << "is it a prerequisite of " << l << "?" << endf;
}
// Process it recursively.