Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
-Wmodule-import-in-extern-c
warnings (#654)
When using [clang modules][1] (not C++ modules) #including stuff within `extern "C"` blocks causes warnings. Remove said warnings by moving the #include. See this [StackOverflow question] for an idea of what the warning looks like. [1]: https://clang.llvm.org/docs/Modules.html [2]: https://stackoverflow.com/questions/77113501/xcode-15-compile-error-import-of-c-module-zlib-appears-within-extern-c-la
- Loading branch information