• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Strange Warning on i386 build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange Warning on i386 build


  • Subject: Strange Warning on i386 build
  • From: Stephane <email@hidden>
  • Date: Fri, 27 Jan 2006 18:31:50 +0100

When building a project, XCode (gcc) is issuing a strange warning.

This line:

if (inet_ntop(AF_INET6,&address_,tBuffer,128)!=NULL)

is leading to this warning:

warning: comparison between pointer and integer

for the i386 compilation (the ppc (GCC 3.3) build works fine).

Yet, the inet.h file states:

const char	*inet_ntop(int, const void *, char *, size_t);

A const char * or NULL are not compatible as pointers in the Intel world?

Maybe I'm missing something obvious.


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Strange Warning on i386 build
      • From: Eric Albert <email@hidden>
  • Prev by Date: What is the format and theory of operation for .ibclassdescription files?
  • Next by Date: Build with gcc3.3 in Xcode 2.c
  • Previous by thread: What is the format and theory of operation for .ibclassdescription files?
  • Next by thread: Re: Strange Warning on i386 build
  • Index(es):
    • Date
    • Thread