diff options
-rw-r--r-- | build2/target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target b/build2/target index c5047d2..90709db 100644 --- a/build2/target +++ b/build2/target @@ -456,7 +456,7 @@ namespace build2 protected: friend target_state execute_impl (action, target&) noexcept; - target_state state_; + target_state state_ = target_state::unknown; // Return fail-untranslated (but group-translated) state assuming the // target is synchronized. |