aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/link.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-06-03 16:43:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-06-18 15:17:29 +0300
commitb0e481a653b01e4329bccb1d101d56e3e878e960 (patch)
treebba1a4cae73ec4ece95f408e079a15d664e49927 /build2/cxx/link.cxx
parent0d692ec857340a0f16a03d6a7ef38fe864a83cfc (diff)
Port to MinGW
Diffstat (limited to 'build2/cxx/link.cxx')
-rw-r--r--build2/cxx/link.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx
index bbb49ca..d085a1d 100644
--- a/build2/cxx/link.cxx
+++ b/build2/cxx/link.cxx
@@ -266,7 +266,7 @@ namespace build2
// liba
//
path an;
- const string* ae;
+ const string* ae (nullptr);
if (l || p.is_a<liba> ())
{
@@ -302,7 +302,7 @@ namespace build2
// libso
//
path sn;
- const string* se;
+ const string* se (nullptr);
if (l || p.is_a<libso> ())
{