Inhibit Warnings when building iOS opencv2.framework
I'm using some modules from the "contrib" repository, so I need to build the framework myself.
Does anyone know how to mark this .framework so that xcode doesn't show any warnings generated by it?
I'm guessing the build_framework.py must be modified somehow to pass the flag to inhibit all warnings.