Re: Strange Compiler Warning
Re: Strange Compiler Warning
- Subject: Re: Strange Compiler Warning
- From: Michael Clark <email@hidden>
- Date: Tue, 30 Aug 2005 22:36:16 -0400
Look in your target settings, look for this setting: Prefix Header
What value is that set to.
I noticed that when I created a new target in an existing project,
that would get set to something like:
$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h
And this would cause really strange building problems.
I am just guessing, but it is worth checking out.
Michael.
On 29-Aug-05, at 11:50 PM, Shoaib wrote:
Lately, I've been getting a compiler warning every time I clean my
project and rebuild it. The warning originates in the precompiled
header file (auto-generated when created a Cocoa app).
Here's the warning:
warning: conflicting types for built-in function scalbl (file: fp.h)
My auto-generated precompiled header file contains the following:
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
Has anyone seen this warning? How can I get rid of it? I like my
projects clean...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40marketcircle.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden