From 4d6c5f3c6d2d9c05a3a16598f8c8ee87e59618a2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 May 2019 13:14:18 +0200 Subject: Fix bug in cc::unit_type initialization --- build2/cc/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx index e10eca6..4403e4c 100644 --- a/build2/cc/types.hxx +++ b/build2/cc/types.hxx @@ -49,7 +49,7 @@ namespace build2 struct unit { - unit_type type; + unit_type type = unit_type::non_modular; build2::cc::module_info module_info; }; -- cgit v1.1