Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Building with `-Werror,-Wunused-variable` produces this error: ``` libunifex/test/indexed_for_test.cpp:91:8: error: unused variable 'result' [-Werror,-Wunused-variable] auto result = just(42) ^ 1 error generated. ``` This change fixes the error by using `result` to confirm that the calculated sum is as expected.
- Loading branch information