diff options
-rw-r--r-- | build2/cc/common.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx index 41e34da..c9b9108 100644 --- a/build2/cc/common.cxx +++ b/build2/cc/common.cxx @@ -95,7 +95,7 @@ namespace build2 } bool impl (proc_impl && proc_impl (l, la)); - bool cc, same; + bool cc (false), same (false); auto& vp (var_pool); lookup c_e_libs; |