Inhibit Warnings when building iOS opencv2.framework

asked 2018-01-03 20:37:24 -0600

Luis Oscar gravatar image

updated 2018-01-04 01:22:24 -0600

berak gravatar image

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.

edit retag flag offensive close merge delete