Unused Variable Error from comp
- BigJohnT
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 7330
- Thank you received: 1177
25 Apr 2009 17:30 - 25 Apr 2009 17:32 #155
by BigJohnT
Unused Variable Error from comp was created by BigJohnT
I'm writing a hal component using comp. I'm getting a weird error that does not make sense to me.
I don't have a variable 'j' anywhere in the comp so I'm confused now...
Thanks
John
...trunk/src/objects/hal/components/thc.c: In function ‘export’:
...trunk/src/objects/hal/components/thc.c:102: warning: unused variable ‘j’
I don't have a variable 'j' anywhere in the comp so I'm confused now...
Thanks
John
Last edit: 25 Apr 2009 17:32 by BigJohnT.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 7330
- Thank you received: 1177
25 Apr 2009 23:10 #158
by BigJohnT
Replied by BigJohnT on topic Re:Unused Variable Error from comp
Turns out it is a cryptic message from comp or somewhere telling me that I had declared a variable that I had not used yet. I guess that when comp does it's thing it generates names as it likes...
John
John
Please Log in or Create an account to join the conversation.
- BigJohnT
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 7330
- Thank you received: 1177
26 Apr 2009 12:04 #159
by BigJohnT
Replied by BigJohnT on topic Re:Unused Variable Error from comp
Turns out this was a minor bug... you just never know. Jepler fixed it so it no longer throws a error if you create a variable but don't use it in a comp file.
Thanks Jepler
John
Thanks Jepler
John
Please Log in or Create an account to join the conversation.
Time to create page: 0.046 seconds