• 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
Re: Strange Warning on i386 build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange Warning on i386 build


  • Subject: Re: Strange Warning on i386 build
  • From: Eric Albert <email@hidden>
  • Date: Fri, 27 Jan 2006 10:32:24 -0800

On Jan 27, 2006, at 9:31 AM, Stephane wrote:

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.

Sounds like you might have a
#define NULL 0
somewhere in your code. The system defines NULL as a 0-valued pointer, but you can override it.


-Eric

_______________________________________________
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: Stephane Sudre <email@hidden>
References: 
 >Strange Warning on i386 build (From: Stephane <email@hidden>)

  • Prev by Date: Re: Build with gcc3.3 in Xcode 2.c
  • Next by Date: NSBox subclass hangs IB when attempting to add view to the box.
  • Previous by thread: Strange Warning on i386 build
  • Next by thread: Re: Strange Warning on i386 build
  • Index(es):
    • Date
    • Thread