There is some 3rd party c
code included in an iOS project:
static int __attribute__((flatten)) f(struct node *node)
and Xcode gives a warning:
Unknown attribute 'flatten' ignored
What's the best way to kill this warning, without modifying the original source file?