Suppress Xcode warning? 'weak_import' attribute ignored
Posted
by MT
on Stack Overflow
See other posts from Stack Overflow
or by MT
Published on 2009-11-20T17:02:18Z
Indexed on
2010/05/02
18:08 UTC
Read the original article
Hit count: 285
Hi,
I've got quite a large Xcode project that since an Xcode upgrade is giving me loads of
"'weak_import' attribute ignored"
warnings, they are coming from WebKit, and a bit of research suggests it's a compiler bug.
Is there anyway to suppress them, I'm getting thousands, making the 'real' warnings impossible to find.
Cheers
MT
© Stack Overflow or respective owner