Skip to content

Commit

Permalink
Fix release warning for unused bg_canceled
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#6357

Differential Revision: D19670931

Pulled By: maysamyabandeh

fbshipit-source-id: d528c4c7f9450f1f38b9d2a36e0d5d0865b39be9
  • Loading branch information
Maysam Yabandeh authored and facebook-github-bot committed Jan 31, 2020
1 parent ec49634 commit 01ab882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db_stress_tool/db_stress_test_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2085,6 +2085,7 @@ void StressTest::Reopen(ThreadState* thread) {
bg_canceled = wait;
}
assert(!write_prepared || bg_canceled);
(void) bg_canceled;
#else
(void) thread;
#endif
Expand Down

0 comments on commit 01ab882

Please sign in to comment.