Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set -Wno-unused-variable for tests (#1682)
We used assert() a lot in tests and that can cause build breakages in some of the opt builds (since assert() are removed) it's not practical to sprinkle "(void)" everywhere so I think setting this warning option is the best option for now.
- Loading branch information