From b0e481a653b01e4329bccb1d101d56e3e878e960 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 Jun 2016 16:43:46 +0300 Subject: Port to MinGW --- build2/cxx/link.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cxx/link.cxx') 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 ()) { @@ -302,7 +302,7 @@ namespace build2 // libso // path sn; - const string* se; + const string* se (nullptr); if (l || p.is_a ()) { -- cgit v1.1