Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an uninitialized diagnostic id
- This diagnostic id was uninitialized but queried. We generally always explicitly set ids to -1 even if a later register call will set it. In this case, valgrind said it was being looked at before being set.
- Loading branch information