Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: suppress Xcode warnings (#3940)
When building the code with Xcode ("cmake -G Xcode"), there are 1000+ warnings about implicit 64 to 32 bit conversion. This change adds a compile option to suppress such warnings when generating an Xcode project. Signed-off-by: Anton Dukhovnikov <[email protected]>
- Loading branch information