It’s a late answer, I know, but you can avoid this message by adding -Wno-gnu
to your compiler flags.
(In Xcode 5 I believe you can change this by going to your project’s Build Settings and adding -Wno-gnu
to the “Other C Flags”, which are in the “Apple LLVM 5.0 – Custom Compiler Flags” section.)