diff options
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/Searcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/Searcher.cpp b/lib/Core/Searcher.cpp index dfeb15de..0c1f4316 100644 --- a/lib/Core/Searcher.cpp +++ b/lib/Core/Searcher.cpp @@ -151,6 +151,7 @@ RandomSearcher::update(ExecutionState *current, ie = removedStates.end(); it != ie; ++it) { ExecutionState *es = *it; + __attribute__((unused)) bool ok = false; for (std::vector<ExecutionState*>::iterator it = states.begin(), |