Re: Compile errors aren't so good
Re: Compile errors aren't so good
- Subject: Re: Compile errors aren't so good
- From: "Theodore H. Smith" <email@hidden>
- Date: Sat, 21 May 2005 19:16:19 +0100
MyArrays:794: using obsolete binding at `lop'
I can't see anything wrong there?? I'm getting a tone of these
"obselete bindings", and it's annoying me.
It'll be because you're using "lop" outside the loop, which is an
obsolete C practice. If you want to use "lop" fater the loop has
finished, you need to declare it before the "for" statement;
Ah. Yes this is actually a bug. I didn't write this code, I'm just
porting it, so I didn't notice this.
MyArrays:35: instantiated from here
This isn't even an error. It's just put into my build log window
pane and I have no idea why. It seems like it just feels like
commenting idle remarks about my code, like that something was
instantiated. Seems a bit pointless really.
These are actually useful - you get them when you have an error in
something like inlined or templated code, and it's telling you where
you were trying to use the code in question. In the case of templated
code, this can often give you vital information to work out what's
going wrong (and you need all the help you can get when it comes to
template errors).
I get you. So if I disable the errors, I suppose the "instantiated from
here" messages will also dissapear.
--
elfdata.com/plugin/ Industrial strength string processing, made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
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