Appleからの到達可能性クラスAppleサンプルコード 到達可能性
xcode 4.2および新しいApple 3.0コンパイラでは、このクラスで
+ (Reachability*) reachabilityWithAddress: (const struct sockaddr_in*) hostAddress;
'struct sockaddr_in'の宣言は、この関数の外部では表示されません*
私は古典的なC%が得意ではないので、この警告を修正する方法がわからないか、まったく無視できるかもしれません。
THX
Reachability.hに#import <netinet/in.h>
を追加して、これを回避します