Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transaction: Ignore unused variable warnings
We may get some warnings when generating code as: warning: unused variable ‘_cgo_a’ This is something due to the fact we use `-Wall` that is not something golang upstream suggests. However, since this is the only warning we may have and it's not a super relevant one, we can ensure we ignore it.
- Loading branch information