Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add -Wmissing-declarations for GCC
As we start to add free standing functions, we should make sure that they're either `static` or have a declaration in some (public) header.
- Loading branch information