Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable -Wunused-but-set-variable compiler warning flag.
This warning is triggered in `av_test.c`, where we have an open issue. Silencing the warning locally would make the issue less visible. This way, we will see the warning when we start removing the `-Wno-*` flags.
- Loading branch information