Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop superfluous enum forward declaration (GH-17455)
Besides that it is not needed, it is not proper C, and Clang warns that "forward references to 'enum' types are a Microsoft extension" (`-Wmicrosoft-enum-forward-reference`).
- Loading branch information