[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gcc warning (_OBJC_INSTANCE_2 defined ...)
From: |
Jason Clouse |
Subject: |
Re: gcc warning (_OBJC_INSTANCE_2 defined ...) |
Date: |
Fri, 07 Jul 2006 10:29:09 -0400 |
On 2006-07-07 10:06:37 -0400 Helge Hess <helge.hess@opengroupware.org> wrote:
> Hi,
>
> when compiling OGo with GCC 4.1 I get such warnings:
> ---snip---
> helge@senator:~/dev/OGo-1.1/WebUI/OGoFoundation> make -s debug=yes all
> Making all for library libOGoFoundation...
> Compiling file OWPasteboard.m ...
> OWPasteboard.m:152: warning: ‘_OBJC_INSTANCE_2’ defined but not used
> OWPasteboard.m:157: warning: ‘_OBJC_INSTANCE_3’ defined but not used
> ---snap---
>
> Does someone know what it means?
The compiler creates ObjC constant strings but doesn't have the smarts to
realize when they're used. It doesn't hurt anything--it just annoys you. :-)