Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validator: Make sure we read an initialised variable
We were not reading the kind so it was left undeclared. src/as-validator.c:3534:7: warning: variable 'ckind' is uninitialized when used here [-Wuninitialized]
- Loading branch information