diff options
-rw-r--r-- | mutator-lvl0.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index 72fc618..b85e0d7 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -865,7 +865,7 @@ private: unsigned int VecC; - bool alreadymatched; + bool alreadymatched = false; Rewriter &Rewrite; }; @@ -1126,7 +1126,7 @@ private: SourceLocation oldSourceLocation; SourceLocation newSourceLocation; - bool isFirstElement; + bool isFirstElement = false; bool doesFirstElementHaveInit; bool someoneHasInit = false; bool everyoneHasInit = true; |