From 028ca036ba99a46dddc108f92879563afbb56593 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Thu, 30 Jan 2014 13:47:25 -0500 Subject: [PATCH] fixed set-but-unused warning --- openbr/plugins/stream.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbr/plugins/stream.cpp b/openbr/plugins/stream.cpp index 440ab1c..75ce93f 100644 --- a/openbr/plugins/stream.cpp +++ b/openbr/plugins/stream.cpp @@ -1079,8 +1079,7 @@ public: // Wait for the stream to process the last frame available from // the data source. - bool wait_res = false; - wait_res = readStage->dataSource.waitLast(); + readStage->dataSource.waitLast(); // Now that there are no more incoming frames, call finalize // on each transform in turn to collect any last templates -- libgit2 0.21.4