> On Oct 24, 2014, at 6:14 PM, Phil Mitchell <[email protected]> wrote: > > I don't mean to be a pain, but I don't think it makes sense for consumers of > the framework to do this -- we need those symbols. But these warnings are a > hassle and it would be great if you guys could turn them off.
There isn't a real fix for this, due to limitations of the linker. The only thing we could do would be to back out the change that made this happen. But the purpose of that change was to hide internal symbols — before, people were having trouble building apps that happen to use some of the same libraries (like yajl) that CBL does, because the linker would complain about duplicate symbols. As it stands, linker warnings are less bad than linker errors :( —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CB837E44-6C89-4919-9741-50C2FB62207E%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
