swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interesting new GCC warning (was Re: What's wrong with this dynamic


From: Marcus G. Daniels
Subject: Re: Interesting new GCC warning (was Re: What's wrong with this dynamic matrix allocation
Date: 19 Mar 1999 17:56:28 -0800

>>>>> "PJ" == Paul E Johnson <address@hidden> writes:

PJ> was there a method you used to spot that problem?

It died before getting to setMinValue, so the only evident degree of
freedom was the recipient of the message, i.e. world.  The most recent
transaction on world was it's original assignment.  How could the assignment
be incorrect?

PJ> main.m:1: warning: using `#import' is not recommended The fact
PJ> that a certain header file need not be processed more than once
PJ> should be indicated in the header file, not where it is used. 

-Wno-import silences it.  It's a long story.  It has to do with the
fact that the preprocessor is a different, more general purpose
program than the Objective C compiler.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]