Added some casts to fix compiler errors with strict build settings. R…#3019
Added some casts to fix compiler errors with strict build settings. R…#3019born2pun wants to merge 1 commit into
Conversation
…enamed some function parameters to avoid reserved keyword issues if the compiler is set for Obj-C++.
|
I have build settings in a .xcconfig file. Here are the compiler-specific ones I've set, which are overriding Xcode's defaults. CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES
|
|
@born2pun Would you be able to rebase this branch? Currently it has a conflict with master. Thanks! |
Removed Project Warnings (and updated version of #3019)

…enamed some function parameters to avoid reserved keyword issues if the compiler is set for Obj-C++.