Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: take care of some macOS build warnings (#1332)
- remove -stdlib=libc++ as it caused warnings when applied to C files and has been the default on macOS for something like a decade - add -Wno-deprecated-declarations to the command line to silence warnings about things like sprintf in thirdparty
- Loading branch information